feat: customizable sidebar layout system with 16 variants#65
Merged
Conversation
Add 16 selectable sidebar layout variants using shadcn composable Sidebar components. Users can switch layouts from Settings > Display with an SVG wireframe preview. Includes breadcrumb navigation via TanStack Router staticData pattern. - Add shadcn Sidebar + Breadcrumb UI primitives (adapted for Electron) - Create 16 sidebar layout variants (grouped, collapsible, floating, icon-collapse, inset, nested, popover, file-tree, calendar, dialog, right-side, dual, sticky-header, etc.) - Add LayoutWrapper with lazy-loaded layout switching - Add ContentHeader (SidebarTrigger + Breadcrumbs) shared across layouts - Add AppBreadcrumbs reading route staticData.breadcrumbLabel - Add LayoutSection to Settings > Display with Select + SVG preview - Refactor RootLayout to use SidebarProvider + LayoutWrapper - Extract shared nav items to sidebar-layouts/shared-nav.ts - Add sidebarLayout to AppSettings schema, layout store, and settings hydration - Update all route files with staticData.breadcrumbLabel - Update 8 agent definitions, FEATURES-INDEX, PATTERNS, DATA-FLOW, UI flow docs Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
staticDatapatternLayoutWrappershared-nav.tsfor all 16 variantsChanges
Verification
npm run lint— 0 errorsnpm run typecheck— 0 errorsnpm run test— 404 passed (248 unit + 156 integration)npm run build— successfulnpm run check:docs— PASSTest plan
🤖 Generated with Claude Code