-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat/add transformation and filters to remaining frontend parts (#1672)
* fix: fix applyAutoGenFilters() to not return {} * fix: avoid null in variablesPayload * fix: add some -1/+1 padding to min/max histogram cutoffs * fix: correct histogram config in attrition table scenario * fix: fix order of the overlap request ...as the order matters now because of filtering and transformation...and outcome should go first * feat: make transformation and filter fields readonly when in modal * feat: improve documentation on fetchSimpleOverlapInfo ...and fix eslint * fix: fix order of variable in submitEndpoint call * fix: allow for negative values in min/max cutoffs for histograms ...and improve code readability * feat(add_transformation_and_filters_to_remaining_frontend_parts): Added CSS rules to make modal render closer to input view * feat(add_transformation_and_filters_to_remaining_frontend_parts): Moved 3rd column over a touch to better match other view --------- Co-authored-by: Jarvis Raymond <[email protected]>
- Loading branch information
1 parent
b630445
commit bed0245
Showing
7 changed files
with
95 additions
and
85 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
7 changes: 5 additions & 2 deletions
7
src/Analysis/GWASApp/Components/Diagrams/PhenotypeHistogram/PhenotypeHistogram.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
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