Improve readability of lockloss page
Improves page readability by collapsing plots with no active tag, creating larger-font thumbnails for lsc/asc plots, changing lpy ylims to their saturation threshold (and normalizing data to that threshold), moving glitch heatmaps to bottom of webpage, and changing lpy description on webpage.
Snapshots from example lockloss: Screen_Shot_2019-10-22_at_2.18.05_PM
Screen_Shot_2019-10-22_at_2.18.21_PM
Screen_Shot_2019-10-22_at_2.18.26_PM
Closes #117 (closed) and #87 (closed)
Merge request reports
Activity
Thanks for working on this @yannick.lecoeuche. I know this is a minor thing, but the erratic justification of the headers on the left side kind of bugs me. Can we make the headers more consistent, with justification that isn't going in and out?
added 1 commit
- 0032d239 - Removing styling, adding extra padding to the bottom of the page
added 1 commit
- cbfdfd00 - Reducing padding, adding line breaks in for loops
added 1 commit
- e4914dfe - Removing overall styling, removing table segmentation, separating ADC overflow sections
added 1 commit
- 38e660c2 - Checking if row class is actually using the correct margin
@yannick.lecoeuche The "ADC Overflows Plots" section header seem to have extra indentation for some reason, and also includes a seemingly unnecessary "Overview" subsection (also indented).
@jameson.rollins Yeah, there are a few other indented sections as well, it seems to have to do with the Bootstrap panel groups. My inelegant working solution is to put everything in row divs, which move it back to the correct indentation
Alright so at the moment, unnecessary sections ('Overview' before ADC Overflow plots, LSC/ASC description) have been removed, the sections are all lined up (by adding extra row divs), and I've made the main section headers all equal size while keeping the subsections smaller.
I'm not a big fan of the large headers in blue and the faint gray separation lines. @jameson.rollins do you have any thoughts on how to style this?
added 1 commit
- cf973991 - Removing Overview, putting everything in rows
mentioned in commit 1f516c88