Account screen rebuild — adopt design-system primitives + tokens (no view/edit toggle, action-based) #141
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#141
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?
Existing
/accountuses inline styles. The design (../carol-design/design_files/AccountScreen.jsx) defines the new shape: title + lede, sign-in methods card (icon tile + name + sub + optional Unlink), connect-another full-width buttons. Lowest-risk pilot for the design system — small surface, no view/edit toggle (the action shape is already buttons).PAT panel (#49) recently landed at
/account/tokens. Surface a re-skinned link to it from this page as the third section.Scope
app/(app)/account/page.tsxagainst the new primitives and tokens.Avatar-style icon tile + name + sub + optionalButton variant="ghost"Unlink.Button fullWidth variant="secondary"per provider, leading Lucide icon, label "Connect "./account/tokensre-skinned as aButton variant="secondary".Acceptance criteria
/account/tokens).getServerSession/unlinkOAuthIdentityActionflows unchanged — only the rendering layer is rebuilt.Out of scope
/account/tokenspanel rebuild — separate ticket if it needs the same treatment.Composes with
Design package, token-foundation ticket, component-primitives ticket, sidebar-shell ticket, ADR-0015 (OAuth / linking), #49 (PATs).