Dashboard main-page polish#94
Merged
Merged
Conversation
Frontend-only polish of the manager dashboard: widen Services, slim and explain the Notifications rail, make LOGS/DOCS read as buttons, and vertically center short content to fix the top-heavy empty void. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Implementation plan (4 tasks) plus a spec refinement: vertical fill uses a viewport-relative min-height on .page (vh is ancestor-independent, so it works through Dash's wrapper divs) rather than a body flex chain. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The deeply-nested html.P string exceeded 88 chars; black leaves long string literals alone, so split the literal across one more line. Text unchanged. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This was referenced Jun 29, 2026
kavehtoyser
added a commit
that referenced
this pull request
Jun 29, 2026
PR #94 vertically centered the grid (margin-block:auto), which floated a few short service rows to mid-screen and left a large empty band above the panels on tall monitors. Replace the full-height centering with a small, capped top gap (margin-top: clamp(0.5rem, 5vh, 2.5rem)); the remaining viewport slack falls below. Guard test updated accordingly. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
kavehtoyser
added a commit
that referenced
this pull request
Jun 29, 2026
…#96) PR #94 vertically centered the grid (margin-block:auto), which floated a few short service rows to mid-screen and left a large empty band above the panels on tall monitors. Replace the full-height centering with a small, capped top gap (margin-top: clamp(0.5rem, 5vh, 2.5rem)); the remaining viewport slack falls below. Guard test updated accordingly. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Frontend-only polish of the manager dashboard (the Dash main page). No backend/API/data changes; the logs view page is untouched.
Changes
.grid1.85fr 1fr→2.6fr 0.9fr; Services becomes the hero..panel-subsubtitle ("Alerts services raise via the SDK notify() — info, warnings, critical.") so an empty panel reads as "nothing wrong," not "what is this?".lnkfrom underline-on-hover text to bordered pills matching.act, plus a:focus-visiblering..pagegetsmin-height:calc(100vh - 4rem)+box-sizing:border-box;.gridgetsmargin-block:autoso short content centers vertically and tall content scrolls normally.Design docs
docs/superpowers/specs/2026-06-29-dashboard-main-page-polish-design.mddocs/superpowers/plans/2026-06-29-dashboard-main-page-polish.mdGuard tests extended in
tests/manager_test/test_ui_redesign.py. Built brainstorm → spec → plan → subagent-driven.🤖 Generated with Claude Code