Skip to content

Dashboard main-page polish#94

Merged
kavehtoyser merged 6 commits into
developfrom
dashboard-main-page-polish
Jun 29, 2026
Merged

Dashboard main-page polish#94
kavehtoyser merged 6 commits into
developfrom
dashboard-main-page-polish

Conversation

@kavehtoyser

Copy link
Copy Markdown
Collaborator

Frontend-only polish of the manager dashboard (the Dash main page). No backend/API/data changes; the logs view page is untouched.

Changes

  1. Widen Services / slim sidebar.grid 1.85fr 1fr2.6fr 0.9fr; Services becomes the hero.
  2. Explain Notifications — one-line .panel-sub subtitle ("Alerts services raise via the SDK notify() — info, warnings, critical.") so an empty panel reads as "nothing wrong," not "what is this?"
  3. LOGS / DOCS as buttons — restyle .lnk from underline-on-hover text to bordered pills matching .act, plus a :focus-visible ring.
  4. Fix top-heavy emptiness.page gets min-height:calc(100vh - 4rem) + box-sizing:border-box; .grid gets margin-block:auto so short content centers vertically and tall content scrolls normally.

Design docs

  • Spec: docs/superpowers/specs/2026-06-29-dashboard-main-page-polish-design.md
  • Plan: docs/superpowers/plans/2026-06-29-dashboard-main-page-polish.md

Guard tests extended in tests/manager_test/test_ui_redesign.py. Built brainstorm → spec → plan → subagent-driven.

🤖 Generated with Claude Code

kavehtoyser and others added 6 commits June 29, 2026 19:01
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>
@kavehtoyser kavehtoyser merged commit 1339cff into develop Jun 29, 2026
8 checks passed
@kavehtoyser kavehtoyser deleted the dashboard-main-page-polish branch June 29, 2026 17:36
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant