veza/apps/web/src/features/user/components
senke f9ed6915fc ui(tokens): migrate text-kodo-red → text-destructive, text-kodo-lime → text-success (56 files)
Replace remaining legacy semantic color tokens:
- text-kodo-red → text-destructive (36 files, 50 instances): errors,
  deletions, validation, destructive actions
- text-kodo-lime → text-success (36 files, 48 instances): success states,
  confirmations, positive indicators

These tokens now adapt to theme changes instead of being hardcoded.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-09 00:14:40 +01:00
..
profile refactor(ui): modularize ProfileView into Header, Stats, and Tabs components 2026-02-05 14:32:20 +01:00
profile-form ui(tokens): migrate text-kodo-red → text-destructive, text-kodo-lime → text-success (56 files) 2026-02-09 00:14:40 +01:00
ProfileForm.stories.tsx test(user): add ProfileForm stories (Default, Loading, Error) and Skeleton; fix tests and MSW completion handler 2026-02-05 20:21:05 +01:00
ProfileForm.test.tsx test(user): add ProfileForm stories (Default, Loading, Error) and Skeleton; fix tests and MSW completion handler 2026-02-05 20:21:05 +01:00
ProfileForm.tsx refactor(user): decompose ProfileForm into profile-form module with hook and sub-components 2026-02-05 20:20:49 +01:00