Initial commit master
authorroot <root@bio-alberts-03.biology.duke.edu>
Tue, 17 Jun 2025 20:32:43 +0000 (16:32 -0400)
committerroot <root@bio-alberts-03.biology.duke.edu>
Tue, 17 Jun 2025 20:32:43 +0000 (16:32 -0400)
commit7ba29cce63eecbe8ad2e8fbd324015d82788e39d
treec00db5b50b62b0dde16937e0b1eccc79ded74260
Initial commit
68 files changed:
.gitignore [new file with mode: 0644]
.vs/VSWorkspaceState.json [new file with mode: 0644]
.vs/guinea/v17/.wsuo [new file with mode: 0644]
.vs/slnx.sqlite [new file with mode: 0644]
.vscode/launch.json [new file with mode: 0644]
README.md [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
public/baboon.ico [new file with mode: 0644]
public/baboon.jpg [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/jquery.js [new file with mode: 0644]
public/manifest.json [new file with mode: 0644]
public/rankericon.ico [new file with mode: 0644]
public/rankericon2.ico [new file with mode: 0644]
src/App.js [new file with mode: 0644]
src/api/babaseApi.js [new file with mode: 0644]
src/components/ActivityPanel.js [new file with mode: 0644]
src/components/AppContainer.js [new file with mode: 0644]
src/components/Controls.js [new file with mode: 0644]
src/components/DbCalendar.js [new file with mode: 0644]
src/components/HistoryPanel.js [new file with mode: 0644]
src/components/PopupModal.js [new file with mode: 0644]
src/components/RolloverModal.js [new file with mode: 0644]
src/components/css/AppContainer.module.css [new file with mode: 0644]
src/components/css/Controls.module.css [new file with mode: 0644]
src/components/css/HistoryPanel.module.css [new file with mode: 0644]
src/components/css/fonts.googleapis.com.css [new file with mode: 0644]
src/css/App.css [new file with mode: 0644]
src/css/index.css [new file with mode: 0644]
src/forms/AgonismHistory.js [new file with mode: 0644]
src/forms/ColorKey.js [new file with mode: 0644]
src/forms/DataChooser.js [new file with mode: 0644]
src/forms/Login.js [new file with mode: 0644]
src/forms/MatrixDnD.js [new file with mode: 0644]
src/forms/ReviseRanking.js [new file with mode: 0644]
src/forms/SavePanel.js [new file with mode: 0644]
src/forms/css/MatrixDnD.module.css [new file with mode: 0644]
src/forms/css/ReviseRanking.module.css [new file with mode: 0644]
src/images/baboon.jpg [new file with mode: 0644]
src/images/icons8-calendar-16.png [new file with mode: 0644]
src/images/icons8-chevron-up-8.png [new file with mode: 0644]
src/images/icons8-up-arrow-32.png [new file with mode: 0644]
src/images/icons8-up-arrow-8.png [new file with mode: 0644]
src/images/rankericon.ico [new file with mode: 0644]
src/images/rankericon.xcf [new file with mode: 0644]
src/images/rankericon2.ico [new file with mode: 0644]
src/images/rankericon2.xcf [new file with mode: 0644]
src/images/rankersplash.png [new file with mode: 0644]
src/images/rankersplashgray.png [new file with mode: 0644]
src/index.js [new file with mode: 0644]
src/logic/addRanks.js [new file with mode: 0644]
src/logic/authHelper.js [new file with mode: 0644]
src/logic/datehelper.js [new file with mode: 0644]
src/logic/domHelper.js [new file with mode: 0644]
src/logic/globalMethods.js [new file with mode: 0644]
src/logic/jsHelper.js [new file with mode: 0644]
src/logic/jsonHelper.js [new file with mode: 0644]
src/logic/rankerMethods.js [new file with mode: 0644]
src/logic/sqlQueries.js [new file with mode: 0644]
src/react/errorHandler.js [new file with mode: 0644]
src/react/middleware.js [new file with mode: 0644]
src/redux/globalActions.js [new file with mode: 0644]
src/redux/globalReducer.js [new file with mode: 0644]
src/redux/rankerActions.js [new file with mode: 0644]
src/redux/rankerReducer.js [new file with mode: 0644]
src/redux/reducer.js [new file with mode: 0644]
src/redux/store.js [new file with mode: 0644]