veza/apps/web/src/features/auth/components
senke 97c77a1925 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
..
AuthButton.stories.tsx feat(storybook): expanded coverage for feature components (batches 10-12) 2026-02-02 20:19:10 +01:00
AuthButton.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AuthButton.tsx consistency: auto-migrate Tailwind default colors (Batch 8, 47 instances) 2026-01-16 01:56:47 +01:00
AuthErrorMessage.stories.tsx stabilisation: fix commit 2026-02-03 09:56:11 +01:00
AuthErrorMessage.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AuthErrorMessage.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AuthFormField.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
AuthFormField.tsx consistency: auto-migrate Tailwind default colors (Batch 8, 47 instances) 2026-01-16 01:56:47 +01:00
AuthInput.stories.tsx feat(storybook): expanded coverage for feature components (batches 10-12) 2026-02-02 20:19:10 +01:00
AuthInput.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
AuthInput.tsx fix: Corriger URL Swagger et finaliser implémentation DeveloperPage 2026-01-18 13:55:28 +01:00
AuthLayout.stories.tsx refactor(storybook): remove duplicate providers from stories (Phase 2) 2026-02-05 13:08:17 +01:00
AuthLayout.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
AuthLayout.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
EmailVerificationBadge.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
EmailVerificationBadge.tsx consistency: fix remaining Tailwind default colors in auth and features components 2026-01-16 01:59:31 +01:00
ForgotPasswordForm.stories.tsx refactor(storybook): remove duplicate providers from stories (Phase 2) 2026-02-05 13:08:17 +01:00
ForgotPasswordForm.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
ForgotPasswordForm.tsx stabilisation commit A 2026-01-07 19:39:21 +01:00
LoginForm.stories.tsx feat(storybook): complete comprehensive ui coverage for auth, player, tracks, and groups 2026-02-02 20:55:57 +01:00
LoginForm.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
LoginForm.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
OAuthButton.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
OAuthButton.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
OAuthButtons.stories.tsx feat(storybook): add stories for Auth, Player, Tracks, Dashboard (Batches 22-25) 2026-02-02 20:42:51 +01:00
OAuthButtons.tsx aesthetic-improvements: align spacing to 8px grid (Action 11.2.1.3) 2026-01-16 11:50:46 +01:00
PasswordStrengthIndicator.stories.tsx feat(storybook): add stories for Auth, Player, Tracks, Dashboard (Batches 22-25) 2026-02-02 20:42:51 +01:00
PasswordStrengthIndicator.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
PasswordStrengthIndicator.tsx consistency: fix remaining Tailwind default colors in auth and features components 2026-01-16 01:59:31 +01:00
RegisterForm.stories.tsx feat(storybook): complete comprehensive ui coverage for auth, player, tracks, and groups 2026-02-02 20:55:57 +01:00
RegisterForm.test.tsx [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
RegisterForm.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
TwoFactorVerify.stories.tsx stabilisation: fix commit 2026-02-03 09:56:11 +01:00
TwoFactorVerify.test.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00
TwoFactorVerify.tsx improving UI: adding API doc to Developer Page 2026-01-26 14:12:17 +01:00
UserProfile.stories.tsx feat(storybook): complete comprehensive ui coverage for auth, player, tracks, and groups 2026-02-02 20:55:57 +01:00
UserProfile.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
UserProfile.tsx incus deployement fully implemented, Makefile updated and make fmt ran 2026-01-13 19:47:57 +01:00