veza/apps/web/src/components/ui/accordion
senke 34e9d69af3 fix(tests): add missing component tests and fix failing tests
- Fix setTimeout memory leak in ChatRoom.tsx by storing timeout in
  useRef and cleaning up on unmount
- Add tests for Accordion, Collapsible, FloatingInput, AnimatedNumber,
  and FAB components (5 new test files, all passing)
- Fix socialService methods (deleteComment, markRead, markAllRead) to
  return values matching test expectations
- Fix MSW handlers for chat/token and notification endpoints to use
  proper { success: true, data: ... } envelope format
- Fix invalid CSS selector in TrackList.test.tsx that caused JSDOM crash
- Document excluded test files with TODO tickets in vitest.config.ts

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 22:59:09 +01:00
..
Accordion.test.tsx fix(tests): add missing component tests and fix failing tests 2026-02-12 22:59:09 +01:00
Accordion.tsx refactor(ui): accordion module, re-export 2026-02-06 02:33:10 +01:00
AccordionContent.tsx feat(ui): avatar polish, smooth accordion, modal animation consistency 2026-02-09 23:46:46 +01:00
AccordionItem.tsx style(ui): elevate Tabs and Accordion to SaaS Premium 2026-02-07 14:17:49 +01:00
AccordionTrigger.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
index.ts refactor(ui): accordion module, re-export 2026-02-06 02:33:10 +01:00
types.ts refactor(ui): accordion module, re-export 2026-02-06 02:33:10 +01:00