veza/apps/web/src/components/settings/security
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
..
two-factor-setup refactor: Phase 3a — Global color class migration to SUMI semantics 2026-02-12 01:51:49 +01:00
LoginHistory.tsx feat(ui): semantic tokens in settings views + XPBar 2026-02-10 09:43:22 +01:00
PasskeyModal.tsx refactor: Phase 3 — Semantic color + hex + z-index migration 2026-02-12 01:54:47 +01:00
SecuritySettings.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
SecuritySettings.tsx feat(ui): semantic tokens in RolesPage, SettingsPage, Toast, QueueView 2026-02-10 09:45:30 +01:00
SessionManagement.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
SessionManagement.tsx feat(ui): semantic tokens in settings views + XPBar 2026-02-10 09:43:22 +01:00
TwoFactorSetup.stories.tsx style(settings): elevate TwoFactorSetup to SaaS Premium 2026-02-07 14:42:45 +01:00
TwoFactorSetup.tsx refactor(settings): TwoFactorSetup module, re-export, stories 2026-02-06 01:25:43 +01:00