veza/apps/web/src/components/views/analytics-view
senke bfdc785ccc refactor(tokens): complete design token migration to semantic system
Sprint 3.1 — Default colors → semantic (~15 files, ~99 replacements):
- lime-500 → success, red-500 → destructive, cyan-500 → primary

Sprint 3.2 — Hardcoded colors → semantic (~13 files, ~99 replacements):
- text-white → text-foreground, bg-black → bg-background, bg-white → bg-card

Sprint 3.3 — Legacy kodo-* → semantic (~27 files, ~122 replacements):
- bg-kodo-ink → bg-card, bg-kodo-void → bg-background, text-kodo-steel → text-muted-foreground
- Preserved kodo-cyan/magenta/lime/gold palette accents and gradients

Sprint 3.4 — Arbitrary values → Tailwind scale (5 replacements):
- min-h-[600px] → min-h-layout-page, min-h-[400px] → min-h-layout-page-sm
- left-[50%] → left-1/2, min-h-[80px] → min-h-20, min-h-[40px] → min-h-10

Sprint 3.5 — Border-radius standardization (4 replacements):
- Modal/dialog skeletons: rounded-lg → rounded-xl (convention)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 23:05:09 +01:00
..
AnalyticsView.tsx feat(a11y): comprehensive accessibility & view states improvements 2026-02-09 23:04:35 +01:00
AnalyticsViewChart.tsx refactor(web): split AnalyticsView into analytics-view module 2026-02-06 18:33:42 +01:00
AnalyticsViewHeader.tsx refactor(web): split AnalyticsView into analytics-view module 2026-02-06 18:33:42 +01:00
AnalyticsViewKpiGrid.tsx refactor(web): split AnalyticsView into analytics-view module 2026-02-06 18:33:42 +01:00
AnalyticsViewOrigins.tsx style(views): elevate AnalyticsView to SaaS Premium standards 2026-02-07 09:44:52 +01:00
AnalyticsViewPlatforms.tsx refactor(web): split AnalyticsView into analytics-view module 2026-02-06 18:33:42 +01:00
AnalyticsViewSkeleton.tsx feat(ui): Zone 12 - Library & Analytics polish (min-h-layout-page, motion, glass/glow, skeleton sync) 2026-02-07 16:45:06 +01:00
AnalyticsViewTopTracks.tsx refactor(tokens): complete design token migration to semantic system 2026-02-09 23:05:09 +01:00
index.ts refactor(web): split AnalyticsView into analytics-view module 2026-02-06 18:33:42 +01:00
types.ts refactor(web): split AnalyticsView into analytics-view module 2026-02-06 18:33:42 +01:00
useAnalyticsView.ts feat(a11y): comprehensive accessibility & view states improvements 2026-02-09 23:04:35 +01:00