feat(example): rebuild as comprehensive component showcase#103
Merged
Conversation
Complete rewrite of all 5 pages + shell layout to demonstrate every major library feature: Shell: all Sidebar sub-components (Header, Content, Group, GroupLabel, Separator, Footer), TopBar with CommandBarTrigger center slot, user avatar + sign-out in footer, notification bell, packageVersion display Dashboard: 4 stat cards with formatCurrency/formatNumber/formatPercent + Progress sparklines, CSS bar chart, activity feed with formatRelativeTime + typed Badges, quick actions (useCopyToClipboard, useHotkey, useLocalStorage), toast demos Data: invoice table with Checkbox select-all, DropdownMenu actions, Badge status, formatCurrency/formatDate, Tabs filtering, table footer with selected total Components: every major primitive — Button (6 variants, 4 sizes), Toggle/ToggleGroup, Input/Textarea/Select/Checkbox/Switch/Slider, Alert/Badge/Progress/Skeleton, Dialog/Sheet/AlertDialog/DropdownMenu/ Tooltip/Popover, Accordion/Tabs/Avatar/Separator/Breadcrumb Admin: auth guards showcase — SignedOut EmptyState, RoleGate fallback, user info card, session status, permission checker with useHasPermission, users table, nested RoleGate examples Settings: 4-tab form controls — Profile (Avatar + inputs + useLocalStorage), Notifications (Switch toggles), Appearance (ThemeToggleDropdown + Select + Checkbox), Security (useCopyToClipboard + AlertDialog delete confirmation) https://claude.ai/code/session_012jm3cqmXeTNn961PViqct4
jonmatumdev
approved these changes
Apr 27, 2026
Collaborator
jonmatumdev
left a comment
There was a problem hiding this comment.
AI review found 2 warning(s) but no critical issues. Auto-approved.
| CardContent, | ||
| CardDescription, | ||
| CardHeader, | ||
| CardTitle, |
Collaborator
There was a problem hiding this comment.
🤖 [WARNING] Potential null/undefined access without check when accessing user?.image, user?.name, user?.email
| UserPlus, | ||
| ShieldCheck, | ||
| } from 'lucide-react'; | ||
|
|
Collaborator
There was a problem hiding this comment.
🤖 [WARNING] Hardcoded demo API key might be mistakenly left in production code
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
Complete rebuild of the example app as a comprehensive showcase demonstrating every major library feature across 5 pages + shell layout. 2,508 lines added, 1,103 removed.
Pages
Shell Layout
Dashboard
Data (Invoices)
Components
Admin (Auth)
Settings (Forms)
Verification
https://claude.ai/code/session_012jm3cqmXeTNn961PViqct4
Generated by Claude Code