-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(agora): migrate InputSwitch to ToggleSwitch (AG-1709), remove styles specific to removed gene-druggability component (AG-1710) #3032
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
…specific to gene-druggability component
a2438d6
to
b7bdd2b
Compare
@hallieswan Why is the box titled "RNA-Differential Expression" shifted vertically when interacting with the toggle that lives inside this box? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@tschaffter When the switch is toggled, a filter is added so that only differential expression for genes + tissues with significant p-values are displayed. Displaying the filter shifts the control panel downwards (including the RNA - Differential Expression dropdown). significance_toggle.mov |
Description
We recently updated to PrimeNG v19 from v17. There were a number of changes to the component names and style classes from v17 to v18+, see here. The
InputSwitch
component was renamedToggleSwitch
. This PR updates the Agora components accordingly.We also recently removed an unused component (#3026). This PR also removes remaining styles specific to this component.
Related Issues
Changelog
ToggleSwitch
instead ofInputSwitch
Validation
Current dev:
currentdev_toggleswitch.mov
New dev:
newdev_toggleswitch.mov
Fix:
fix_toggleswitch.mov