Open
Conversation
lab596
reviewed
Mar 3, 2026
| <link rel="stylesheet" href="@assets.path("css/libraries/jquery.dataTables.min.css")"> | ||
| <link rel="stylesheet" href="@assets.path("css/libraries/bootstrap.min.css")"> | ||
| <link rel="stylesheet" href="@assets.path("css/femr.css")"/> | ||
| <link rel="stylesheet" href="@assets.path("css/redesign.css")"/> |
Contributor
There was a problem hiding this comment.
maybe mention here in a todo so we remember to remove the femr.css after we are done
lab596
reviewed
Mar 3, 2026
| @@ -0,0 +1,782 @@ | |||
| .femr-triage { | |||
Contributor
There was a problem hiding this comment.
maybe we use the tailwind format for css?
Contributor
|
Overall maybe lets not add underline on hover for icons |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request has the base redesign with the original triage redesign, new sidebar, and footer redesign. Note that this is only the original redesign and it has since had many more updates (including further triage improvements, sidebar improvements, and redesigns for the rest of the pages). It also standardizes Python script execution to use
python3throughout the Java backend and utility code to fix errors trying to start servers. The most important changes are grouped below.UI Redesign and Layout Updates:
sidebar.scala.htmland updating the main layout (main.scala.html) to use the sidebar instead of the old header, reorganizing page structure for better usability and accessibility. Added Google Fonts and Material Symbols for a modern look. [1] [2]spanand adding new CSS classes.Backend Consistency and Python 3 Migration:
python3instead ofpythonwhen invoking Python scripts, ensuring compatibility with modern Python environments. [1] [2] [3] [4] [5]