-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reduction history page to display runs (#36)
* Update route names * Update reduction history page * Remove commented out code * Remove redundant comments * Allow a more dynamic selection of the IR-API IP using an env file, this way staging and prod can be different and we can also just change it for whatever we need during development. * Alter fetch request logic Add accessibility changes to table * Update reduction history button url * Correct route for SciGateway sidebar * Alter homepage browse reductions url * Add missing new line * Use different port Avoids issues when running the app through SciGateway * Add missing table headings Some headings currently have placeholder values until the API functionality is added * Fix url * Make even rows background color use theme * Delete History.tsx * Sort by desc initially so recent reductions at the top * Correct wrong run date being rendered * Increase prettier line length * Refactor to accommodate api changes * Adding missing sorting functionality * Change any type * Prettier formatting changes * Remove debugging logs * Add reduction status formatting * Add missing sorting functionality --------- Co-authored-by: Samuel Jones <[email protected]>
- Loading branch information
Showing
18 changed files
with
3,305 additions
and
2,847 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This needs to include the http:// or https:// part of the URL | ||
|
||
REACT_APP_IR_REST_API_URL=http://localhost:8080 |
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
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 was deleted.
Oops, something went wrong.
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.