App shell: left sidebar with three-group nav (Carol surfaces / career data / account), theme switch + user card in footer #140
Labels
No labels
area:auth
area:ci
area:db
area:infra
area:native
area:pwa
area:service
epic
feature
foundation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
james/carol#140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Current shell is a horizontal
app/(app)/components/top-nav.tsx. The Carol DS design (../carol-design/design_files/Sidebar.jsx,index.html) positions Carol as a sidebar-driven command center — left rail with grouped nav, dark-first aesthetic, theme switch + user card pinned to the footer.Scope
app/(app)/layout.tsx): grid248px 1fr, full viewport,overflow-y: autoon the main column./chat, placeholder, epic #47), Applications (/applications, placeholder, epic #2)app/(app)/chat/page.tsx,app/(app)/applications/page.tsx— both render the existingPlaceholdercomponent pointing at their epic.../carol-design/assets/carol-icon.svgintopublic/and wire the brand row at the top of the sidebar (icon + "Carol" wordmark, display 700, 21px,letter-spacing: -0.03em).margin-top: auto):Acceptance criteria
aria-current="page"./login.Out of scope
Composes with
Design package, token-foundation ticket, component-primitives ticket, ADR-0008 (theme persistence), existing logout flow.