feat(ui): kumo-style app shell for the authenticated area#12
Merged
Conversation
Rebuild the logged-in layout: a shared AppShell with a full-width top header, a collapsible icon sidebar (260px to 57px, persisted) with grouped nav and Cmd-K search, and a centered max-w-1400 content area with staggered entrance. Sections become elevated-header cards (hairline ring + soft shadow). Wire the dashboard, security, request-bearer, the developer pages, and the admin area (admin variant) onto it, and drop the old Sidebar/AdminSidebar. Add lucide-react for nav and utility icons.
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
Rebuilds the logged-in layout to match a clean dashboard reference. The previous authed shell (full-height sidebar, header only over the content) is replaced by a shared
AppShell:max-w-1400content with a staggered entrance.shadow-xs,h-14header).Wired onto it: the dashboard, security center, request-bearer, all developer pages, and the admin area (an
adminvariant with admin nav + a red Admin badge). The oldSidebar/AdminSidebarare removed. Addslucide-react(MIT, tree-shakeable) for nav/utility icons.Verification
tscclean,next buildgreen (50 routes), Playwright 12/12, unit suite green.No server, API, or schema changes.