learning_ai_common_plat/packages/dashboard-shell/src
saravanakumardb1 1fda345d38 feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests
Components:
- DashboardShell — main layout combining sidebar + topbar + content area
- Sidebar — collapsible nav with sections, badges, active state, auto-settings link
- TopBar — user avatar/menu, notifications bell, sign out, custom actions
- ProfilePage — avatar, name/email form, loading/error/success states
- BillingPage — current plan card, status badge, trial info, plan comparison grid
- SettingsPage — section-based layout with empty state

Features:
- NavItem[] or NavSection[] for flat or grouped navigation
- ShellFeatures toggle: profile, billing, settings, notifications, themeToggle
- ShellUser with avatar, role, initials fallback
- onNavigate callback for SPA routers (Next.js, etc.)
- Collapsible sidebar with toggle button
- All styled via --bl-shell-* CSS custom properties with fallbacks
- 41 tests covering all components
2026-03-19 20:54:28 -07:00
..
__tests__ feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00
BillingPage.tsx feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00
DashboardShell.tsx feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00
index.ts feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00
ProfilePage.tsx feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00
SettingsPage.tsx feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00
Sidebar.tsx feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00
TopBar.tsx feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00
types.ts feat(dashboard-shell): add @bytelyst/dashboard-shell package (4.3) — 41 tests 2026-03-19 20:54:28 -07:00