veza/apps/web/src/components/developer
senke dce0654720 refactor: Phase 3 — Semantic color + hex + z-index migration
Phase 3b: Replace hardcoded hex colors with SUMI palette values
- #66FCF1 (neon cyan) → #7c9dd6 (sumi-accent) across all files
- #3b82f6 (blue-500) → #7c9dd6 in chart components
- #36E5D1 → #7a9e6c (sage), #E4B314 → #c9a84c (gold)
- #E63946 → #d4634a (vermillion)
- Update ThemeSwitcher, AppearanceSettings, SwaggerUI, chart components

Phase 3c: Normalize z-index to SUMI scale
- z-[100] (modals) → z-[400] (--sumi-z-modal)
- z-[110] (player expanded, search) → z-[500] (--sumi-z-popover)
- z-[200] (image viewer) → z-[500]
- z-[35] (navbar overlay) → z-[300] (--sumi-z-overlay)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 01:54:47 +01:00
..
modals refactor: Phase 3a — Global color class migration to SUMI semantics 2026-02-12 01:51:49 +01:00
APIPlaygroundView.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
APIPlaygroundView.tsx refactor: Phase 3a — Global color class migration to SUMI semantics 2026-02-12 01:51:49 +01:00
DeveloperDashboardView.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
DeveloperDashboardView.tsx refactor: Phase 2 — Font migration to SUMI stack 2026-02-12 01:49:07 +01:00
DeveloperDashboardViewSkeleton.tsx feat(ui): DeveloperDashboard skeleton, EmptyState, ErrorDisplay, Header transitions 2026-02-10 22:59:51 +01:00
SwaggerUI.tsx refactor: Phase 3 — Semantic color + hex + z-index migration 2026-02-12 01:54:47 +01:00
WebhooksView.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
WebhooksView.tsx refactor: Phase 2 — Font migration to SUMI stack 2026-02-12 01:49:07 +01:00