-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set ecr viewer path permanently (#3053)
* permanently set base path in ecr-viewer * Rename middleware to be a .ts file * replace a tags with Next's Link tag * remove title from Header link * retype base_path to be a string * fix metrics test * update header snapshot test * address middleware tests * add back button to retrieval failed * remove unused rewrite in next config * update matcher * Prevent access to /api/fhir-data * [pre-commit.ci] auto fixes from pre-commit hooks * fix url in readme * remove accident commited next-runtime-env * [pre-commit.ci] auto fixes from pre-commit hooks * Filter by conditions in eCR Library (frontend) (#2981) * First pass, filter conditions functionality * add select/deselect all functionality * update some styling, maintain checkbox state when toggling filter button * styling updates, wip * checkbox color, add icon, add uswds sprite.svg to assets * adjust padding to fix checkbox focus ring cut off * fix icon not displaying by adding static file route * fix unintentional scrolling bug * update filter row top border * wip, add comments, decompose conditions filter to separate const * fix scrolling bug by adding position-relative * add snapshot and unit tests * add JSDocs * remove css classes and use utilities instead * update snapshot test * update select all/deselect all functionality s.t. default is all conditions checked, update tests * update so that filters reset if clicking off filter before clicking the Apply button, add tests * update basepath so it works in prod * update tests * update styles in diff button states, update icon size, make capitalization consistent * Remove log Co-authored-by: Mary McGrath <[email protected]> * use as form/fieldset, update sync state bug, update tests * remove manual checkboxing for select all, lets react handle the render * rework state management, update tests * code review changes, minor * query should persist over a reload * update backend so default (all conditions) would leave out condition param from URL query, add/update tests * use import for icon * Update base_path env var name Co-authored-by: Boban <[email protected]> * update snapshot test * re-use resetFilterConditions * one more nit * update ecr library height to accommodate fiter bar * update env var name for base path --------- Co-authored-by: Mary McGrath <[email protected]> Co-authored-by: Boban <[email protected]> * fix base path for filters * [pre-commit.ci] auto fixes from pre-commit hooks * update filter test * Update middleware.ts --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Angela The <[email protected]> Co-authored-by: Mary McGrath <[email protected]>
- Loading branch information
1 parent
7b7e8be
commit 77db6a9
Showing
11 changed files
with
78 additions
and
42 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
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 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