veza/apps/web/src/components/admin
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
..
admin-dashboard-view refactor(tokens): complete design token migration to semantic system 2026-02-09 23:05:09 +01:00
modals ui(tokens): migrate bg/border-kodo-red → destructive, bg/border-kodo-lime → success (25 files) 2026-02-09 00:17:14 +01:00
AdminAuditLogsView.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
AdminAuditLogsView.tsx ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
AdminDashboardView.stories.tsx style(admin): elevate AdminDashboardView stories to SaaS Premium 2026-02-07 14:01:29 +01:00
AdminDashboardView.tsx refactor(web): split AdminDashboardView into admin-dashboard-view module 2026-02-06 17:54:02 +01:00
AdminModerationView.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
AdminModerationView.tsx ui(components): migrate 5 more inline empty states to EmptyState component 2026-02-09 00:00:21 +01:00
AdminSettingsView.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
AdminSettingsView.tsx style(ui): P3 AdminSettingsView kodo-* → semantic tokens 2026-02-07 19:37:41 +01:00
AdminUsersView.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
AdminUsersView.tsx ui(tokens): migrate text-[10px] to text-xs across 23 components 2026-02-08 22:47:19 +01:00
UserTableRow.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
UserTableRow.tsx feat(ui): Zone 14 - AdminView polish (Sidebar glass/glow, dashboard motion, UserTableRow tokens) 2026-02-07 16:46:36 +01:00