veza/apps/web/src/features/chat/components
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
..
chat-interface feat(ui): chat status indicators, notification grouping, feature discovery 2026-02-10 00:04:23 +01:00
chat-sidebar refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
virtualized-chat-messages feat(ui): chat status indicators, notification grouping, feature discovery 2026-02-10 00:04:23 +01:00
ChatInput.stories.tsx style(chat): elevate ChatSidebar and related stories to SaaS Premium 2026-02-07 15:18:31 +01:00
ChatInput.test.tsx test(web): add unit tests for chat feature (P3.3) 2026-02-11 22:15:13 +01:00
ChatInput.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
ChatInterface.stories.tsx refactor(web): split ChatInterface into chat-interface module 2026-02-06 14:24:41 +01:00
ChatInterface.tsx refactor(web): split ChatInterface into chat-interface module 2026-02-06 14:24:41 +01:00
ChatMessage.stories.tsx style(chat): elevate ChatSidebar and related stories to SaaS Premium 2026-02-07 15:18:31 +01:00
ChatMessage.test.tsx test(web): add unit tests for chat feature (P3.3) 2026-02-11 22:15:13 +01:00
ChatMessage.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
ChatMessages.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
ChatMessages.test.tsx test(web): add unit tests for chat feature (P3.3) 2026-02-11 22:15:13 +01:00
ChatMessages.tsx feat(ui): unsaved changes warning + chat date separators 2026-02-10 00:07:19 +01:00
ChatRoom.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
ChatRoom.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
ChatSidebar.stories.tsx style(chat): elevate ChatSidebar and related stories to SaaS Premium 2026-02-07 15:18:31 +01:00
ChatSidebar.tsx refactor(chat): decompose ChatSidebar into sub-components 2026-02-05 20:07:09 +01:00
CreateRoomDialog.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
CreateRoomDialog.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
MessageSearch.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
MessageSearch.tsx refactor: Phase 3a — Global color class migration to SUMI semantics 2026-02-12 01:51:49 +01:00
TypingIndicator.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
TypingIndicator.tsx ui(tokens): migrate text-kodo-content-dim to text-muted-foreground (35 files, 160 instances) 2026-02-09 00:03:33 +01:00
VirtualizedChatMessages.stories.tsx refactor(web): split VirtualizedChatMessages into module (item, empty, loading, scroll btn, skeleton) 2026-02-07 04:44:26 +01:00
VirtualizedChatMessages.tsx refactor(web): split VirtualizedChatMessages into module (item, empty, loading, scroll btn, skeleton) 2026-02-07 04:44:26 +01:00