-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
518 extraction phase can we make the list of studies more spreadsheet…
… like (#824) * feat: added wireframes for extraction * feat: added table * feat: implemented table and table ordering during study edit * feat: preserve table state in session storage and fix unit tests * feat: finished integration tests * fix: table pagination resets on data update * feat: updated table with feedback * fix: integration test
- Loading branch information
Showing
14 changed files
with
334 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions
5
compose/neurosynth-frontend/src/pages/Extraction/components/ExtractionTable.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
.completed { | ||
background-color: #e5ffe5; | ||
background-color: #f8fff8; | ||
} | ||
|
||
.savedforlater { | ||
background-color: #effbff; | ||
background-color: #f1fbff; | ||
} | ||
|
||
.uncategorized { | ||
/* background-color: #ffffeb; */ | ||
background-color: white; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.