veza/apps/web/src/features/auth
senke 73e8372b0e refactor: Phase 7 — Clean up legacy components and remove dead tokens
- Bulk replace text-white → text-foreground across 116 component files
  (preserving text-white/ opacity variants)
- Remove hover-glow-cyan, shadow-card-glow-cyan, shadow-button-primary-glow
  classes from all components
- Replace --duration-normal/--duration-immersive/--duration-slow with
  --sumi-duration-normal/--sumi-duration-slow across 130+ files
- Replace --ease-out/--ease-in-out with --sumi-ease-out/--sumi-ease-in-out
- Replace focus:ring-blue-500 → focus:ring-primary (4 files)
- Remove hover:scale-105/110 and hover:-translate-y-1/0.5 transforms
  (SUMI anti-pattern: no scale on hover)
- Clean up stale kodo- references in comments

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 02:09:29 +01:00
..
__tests__ incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
api scalability: update feature API files to use service layer 2026-01-15 20:45:59 +01:00
components refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
hooks small fixes : cors + login loop 2026-02-07 20:36:48 +01:00
pages refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
services api-contracts: replace ApiError interface with Zod-inferred type 2026-01-15 17:03:35 +01:00
store small fixes : cors + login loop 2026-02-07 20:36:48 +01:00
types api-contracts: update feature-specific auth types to use generated types 2026-01-15 17:13:43 +01:00
utils incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
index.ts [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
routes.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
routes.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
types.test.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00