veza/apps/web/src/features/chat/components
senke e772d81226 refactor(storybook): remove duplicate providers from stories (Phase 2)
Stories no longer wrap with QueryClientProvider, ToastProvider,
ThemeProvider, or MemoryRouter; global StorybookDecorator provides them.
- Route-specific pages use parameters.router.initialEntries
  (ResetPasswordPage, VerifyEmailPage) or minimal MemoryRouter+Route
  where useParams is needed (TrackDetailPage, PlaylistDetailPage).
- Stories that seeded query cache use useQueryClient() from global
  decorator (FollowButton, CollaboratorManagement, CommentSection).
- Navbar, AuthLayout, DashboardLayout, Header, and 25+ story files
  simplified to layout divs only.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-05 13:08:17 +01:00
..
ChatInput.stories.tsx feat(storybook): expanded coverage for feature components (batches 10-12) 2026-02-02 20:19:10 +01:00
ChatInput.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
ChatInterface.stories.tsx refactor(storybook): remove duplicate providers from stories (Phase 2) 2026-02-05 13:08:17 +01:00
ChatInterface.tsx aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00
ChatMessage.stories.tsx feat(storybook): expanded coverage for feature components (batches 10-12) 2026-02-02 20:19:10 +01:00
ChatMessage.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
ChatMessages.stories.tsx refactor(storybook): remove duplicate providers from stories (Phase 2) 2026-02-05 13:08:17 +01:00
ChatMessages.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
ChatMessages.tsx aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00
ChatRoom.stories.tsx refactor(storybook): remove duplicate providers from stories (Phase 2) 2026-02-05 13:08:17 +01:00
ChatRoom.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
ChatSidebar.stories.tsx refactor(storybook): remove duplicate providers from stories (Phase 2) 2026-02-05 13:08:17 +01:00
ChatSidebar.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
CreateRoomDialog.stories.tsx stabilisation: fix commit 2026-02-03 09:56:11 +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 stabilisation: fix commit 2026-02-03 09:56:11 +01:00
MessageSearch.tsx consistency: auto-migrate Tailwind default colors (Batch 9, 70 instances) 2026-01-16 01:56:50 +01:00
TypingIndicator.stories.tsx feat(storybook): expanded coverage for feature components (batches 10-12) 2026-02-02 20:19:10 +01:00
TypingIndicator.tsx consistency: auto-migrate Tailwind default colors (Batch 9, 70 instances) 2026-01-16 01:56:50 +01:00
VirtualizedChatMessages.stories.tsx stabilisation: fix commit 2026-02-03 09:56:11 +01:00
VirtualizedChatMessages.tsx aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00