Rename Account → Settings in the sidebar; pin to bottom above the user card #271
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#271
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?
Context
Today the sidebar lists "Account" as the last entry inside the regular nav list, after a divider, scrolling with the rest of the nav rows. Two small polish changes:
/accountis primarily settings + PATs + sign-in methods + (in dev) preferences — "Settings" is the conventional name across products and reads cleaner.Scope
NAV_ITEMSinapps/client/lib/nav/items.ts. Drop the divider that preceded it too.apps/client/lib/nav/Sidebar.tsx, outside the<ScrollView>(the nav list), positioned in the footer area between the nav list and the user card. It styles identically to a nav row (same icon, same active treatment, same Pressable shape), but it's not part of the scrolled list — it's pinned.Settingsfromlucide-react-native. Same as today./account(no need to break URLs / bookmarks). Just the nav-row LABEL changes.nav.settingsinpackages/i18n/messages/en.jsonwith value"Settings". Drop the unusednav.accountif nothing else still reads it (grep first —account.titleand similar are different keys)./accountis the current route.Acceptance criteria
/account(URL unchanged)./accountroute.Out of scope
/accountroute to/settings(breaking change).Composes with
Part of
Standalone polish — no parent epic.