veza/apps/web/src/components/layout
senke c96eec3f6e feat(ui): animated number counters + navigation progress bar
Animated numbers:
- New useAnimatedCounter hook (requestAnimationFrame, ease-out cubic)
- New AnimatedNumber component with tabular-nums
- Applied to: DashboardPage (4 stats), UserProfilePageHeader (3 stats),
  StatCard, AdminDashboardStatCard (numeric values auto-animate)

Navigation progress bar:
- YouTube/GitHub-style thin bar at top of page
- Simulated progress on route changes (framer-motion)
- Primary color with glow shadow
- Integrated into Layout as first child

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 00:19:18 +01:00
..
AudioPlayer.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
DashboardLayout.stories.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
DashboardLayout.test.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
DashboardLayout.tsx ui(shell): refine DashboardLayout scroll architecture and Header transparency 2026-02-08 22:47:53 +01:00
Header.stories.tsx style(layout): elevate Header, Navbar, AudioPlayer, Sidebar to SaaS Premium 2026-02-07 15:25:44 +01:00
Header.tsx feat(ui): chat status indicators, notification grouping, feature discovery 2026-02-10 00:04:23 +01:00
Layout.tsx feat(ui): animated number counters + navigation progress bar 2026-02-10 00:19:18 +01:00
MobileBottomNav.tsx feat(ui): table polish + mobile bottom navigation 2026-02-09 23:37:25 +01:00
Navbar.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
Navbar.tsx feat(ui): tooltip adoption + search highlighting & skeleton loading 2026-02-09 23:14:00 +01:00
PageTransition.tsx feat(ui): premium polish — route transitions, context menu, slider, sidebar tooltips 2026-02-09 23:10:10 +01:00
Sidebar.stories.tsx style(layout): elevate Header, Navbar, AudioPlayer, Sidebar to SaaS Premium 2026-02-07 15:25:44 +01:00
Sidebar.tsx feat(ui): sidebar premium polish + player bar enhancements 2026-02-10 00:11:11 +01:00