veza/apps/web/src/features/auth/components
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
..
register-page ui(components): migrate remaining 27 skeleton files to Skeleton shimmer 2026-02-08 23:21:33 +01:00
sessions-page ui(components): migrate remaining 27 skeleton files to Skeleton shimmer 2026-02-08 23:21:33 +01:00
AuthButton.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
AuthButton.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AuthButton.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
AuthErrorMessage.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
AuthErrorMessage.test.tsx style(settings,auth): elevate Security and Auth to SaaS Premium 2026-02-07 16:02:52 +01:00
AuthErrorMessage.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AuthFormField.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AuthFormField.tsx ui(tokens): migrate text-kodo-red → text-destructive, text-kodo-lime → text-success (56 files) 2026-02-09 00:14:40 +01:00
AuthInput.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
AuthInput.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
AuthInput.tsx feat(ui): login immersive — tokens, rounded-xl, surface card, primary CTA 2026-02-07 19:52:12 +01:00
AuthLayout.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
AuthLayout.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
AuthLayout.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
EmailVerificationBadge.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
EmailVerificationBadge.tsx style(settings,auth): elevate Security and Auth to SaaS Premium 2026-02-07 16:02:52 +01:00
ForgotPasswordForm.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
ForgotPasswordForm.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
ForgotPasswordForm.tsx stabilisation commit A 2026-01-07 19:39:21 +01:00
LoginForm.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
LoginForm.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
LoginForm.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
OAuthButton.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
OAuthButton.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
OAuthButtons.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
OAuthButtons.tsx style(settings,auth): elevate Security and Auth to SaaS Premium 2026-02-07 16:02:52 +01:00
PasswordStrengthIndicator.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
PasswordStrengthIndicator.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
PasswordStrengthIndicator.tsx refactor(tokens): complete design token migration to semantic system 2026-02-09 23:05:09 +01:00
RegisterForm.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
RegisterForm.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
RegisterForm.tsx feat(web): UI premium Discord/Spotify-like — tokens, shadows, focus, layout 2026-02-08 17:15:58 +01:00
TwoFactorVerify.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
TwoFactorVerify.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
TwoFactorVerify.tsx style(settings,auth): elevate Security and Auth to SaaS Premium 2026-02-07 16:02:52 +01:00
UserProfile.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
UserProfile.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
UserProfile.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00