Refine dashboard surface hierarchy and reduce visual noise#299
Merged
Conversation
Introduce layered surface treatment: hero card and health ring gauges keep glass effects for visual prominence while metric cards, channel tables, and insights bars use solid surfaces that let data stand out over decoration. Additional refinements: - Remove pill borders from hero meta chips for lighter scanning - Span connection monitor card full-width to eliminate orphan layout - Increase sparkline dimensions for better readability - Show glossary info icons only on card hover to reduce clutter
Use --elevated background and --glass-border for metric cards instead of --surface/--border-subtle which were too subtle in dark mode. Give insights status bars a minimal tint background instead of fully transparent. Update skeleton spark dimensions to match the new sparkline sizes.
Switch from 2 to 3 columns at the 1024px desktop breakpoint so all metric cards fit in 2 rows instead of 3+. The full overview (hero, metrics, health rings) now fits in a single viewport without scrolling.
Let the connection monitor card flow as a normal grid item instead of spanning the full grid width. With 3-column layout it sits compactly in the third row alongside other cards when more modules are active.
Add :focus-visible rule so glossary info icons become visible when reached via keyboard navigation, not only on pointer hover. Also clarify surface hierarchy comment about insights-panel retaining glass for urgency signaling.
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.
Summary
Test plan