Dashboard tweaks: transitions, responsive charts, recomp branch#64
Merged
Conversation
- Fade transition between Simple and Recompression tabs - Responsive chart sizing with ResizeObserver for all charts - Recompression cycle diagrams now show the 9→10→4 recompressor branch as a dashed line with state 10 labeled - State point labels drawn inside hollow circles instead of floating - Recomp Performance and Recuperators tables side by side on wide screens - State table headers right-aligned to match numeric columns - State Points heading stays fixed while table scrolls on mobile - Default recompression UA values changed from 500 to 1000 kW/K - Extracted shared buildCurveFromSegments helper
- Add setTimeout fallback for fade transition in case transitionend doesn't fire (rapid clicks, skipped transitions) - Remove duplicate '9' label from recompressor branch start - Fix fallback branch to not leave state 4 endpoint unlabeled - Wrap recomp state table in states-scroll div (matches simple cycle) - Remove dead currentPoints variable from cycle-chart.js - Clean up extra blank lines in mobile CSS
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Dashboard visual and UX improvements across both cycle views.
Transitions
Charts
buildCurveFromSegmentshelper to reduce duplicationLayout
Defaults