Skip to content

Declutter nav bar with a user menu dropdown#82

Merged
kcdragon merged 1 commit into
mainfrom
declutter-nav-bar
Jul 2, 2026
Merged

Declutter nav bar with a user menu dropdown#82
kcdragon merged 1 commit into
mainfrom
declutter-nav-bar

Conversation

@kcdragon

@kcdragon kcdragon commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Collapses the signed-in nav from a flat row of links into a single top-level Dashboard link plus a user-name dropdown in the top-right corner. The dropdown holds Profile, Admin Dashboard (admins only), Mailer previews (dev only), and Sign out, and is driven by a new lightweight dropdown Stimulus controller that dismisses on outside-click and Escape. About you and Explore options are dropped from the nav since both are reachable from their cards on the Dashboard. The dashboard controller test's link assertions are retargeted at the dashboard cards (a[href] h3) rather than the old plain-text nav links.

🤖 Generated with Claude Code

Collapse account-related links behind a user-name dropdown in the top-right,
leaving a single top-level Dashboard link. The dropdown (Stimulus-driven, with
outside-click and Escape dismissal) holds Profile, Admin Dashboard (admins only),
Mailer previews (dev only), and Sign out. Retarget the dashboard test's card
assertions accordingly.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@kcdragon kcdragon merged commit d390b0f into main Jul 2, 2026
5 checks passed
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