-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* First pass: Copy logic from plot options collapsible color picker * Add missing Bool Traitlet * Remove unneeded template; call item directly Co-authored-by: Kyle Conroy <kyleconroy@gmail.com> * Use item key to reference list_contents dict to retrieve color; force reset dict for traitlet Co-authored-by: Kyle Conroy <kyleconroy@gmail.com> * Cleanup dict reset to trigger only one UI change Co-authored-by: Kyle Conroy <kyleconroy@gmail.com> * Only open active linelist color picker * Throttle Color Picker * Add colorpicker tooltip * Move color picker to expansion header * Add tooltip to color picker * Add icons to plot/erase all btns; make btns solid * Add btn to filter spectral range * Codestyle * Set spectral range icon to bell curve * Add Lines separator * Prevent Linelist header from overflowing; collapse name with ellipsis if needed * Fit spectral range button on same line as line search * Update Plot/Erase All Button Styling * Condense Rest/Obs Freq textfields * First pass: Filter on wavelength range * Patch debugging change * Track spectrum viewer limits by traitlet * Spectral Range btn styling * Spectral range works independently of text filter * Remove unneeded vue method * Codestyle * Clarify Tooltip * Add changelog entry * Add new icon and adjust padding * Change callback strategy to mitigate race condition Co-authored-by: Kyle Conroy <kyleconroy@gmail.com> * Codestyle * Replace All Lists plot buttons with new style * Remove number type from rest wavelength display to disable arrow incrementers in firefox * Make wavelength fields dense * Move list buttons to top, adjust ordering of line descriptors * Introduce manual label to allow bolding of wavelength labels * Add comment to indicate RS slider relying on traitlet value * Add missing height directive * Increase padding between line elements * Fix vertical padding between Line Name and wavelength fields Co-authored-by: Kyle Conroy <kyleconroy@gmail.com>
- Loading branch information
1 parent
7e1454f
commit c372458
Showing
6 changed files
with
187 additions
and
86 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
Oops, something went wrong.