veza/apps/web/src/features/auth/components
senke 6dcbcb6e6a fix: align API endpoints, fix visual overlaps, improve e2e tests
API alignment:
- Analytics: useAnalyticsView calls /creator/analytics/dashboard (real data)
- Chat: chatService uses /conversations + WS from backend token
- Dashboard: StatsSection uses real /dashboard API data
- Settings: suppress 2FA toast when endpoint unavailable
- Marketplace: seed uses 'active' status, admin follows all creators

Visual fixes (from pixel-perfect audit tests):
- Sidebar: min-h-0 on nav for proper flex scroll boundary
- TrackCard: increased action button spacing (gap-3, shrink-0)
- Register: flex-wrap on terms links to prevent overlap
- Discover: pb-36 for player bar clearance

E2E test improvements:
- helpers.ts: prepend CONFIG.baseURL for absolute URLs
- visual-helpers.ts: skip elements clipped by overflow or outside viewport

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 08:35:44 +01:00
..
register-page fix: align API endpoints, fix visual overlaps, improve e2e tests 2026-03-25 08:35:44 +01:00
sessions-page feat(auth): enrich sessions page with history and revoke (A4) 2026-02-20 14:52:20 +01:00
AuthButton.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
AuthButton.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
AuthButton.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
AuthErrorMessage.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
AuthErrorMessage.test.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +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 ui(tokens): migrate text-kodo-red → text-destructive, text-kodo-lime → text-success (56 files) 2026-02-09 00:14:40 +01:00
AuthInput.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
AuthInput.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
AuthInput.tsx feat: frontend improvements — UI polish, player bar, auth flow, i18n 2026-03-18 11:35:44 +01:00
AuthLayout.stories.tsx refactor: Phase 6 — Migrate feature modules to SUMI tokens 2026-02-12 02:06:28 +01:00
AuthLayout.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
AuthLayout.tsx feat: frontend pages and feature modules polish 2026-03-23 15:46:21 +01:00
EmailVerificationBadge.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
EmailVerificationBadge.tsx style(settings,auth): elevate Security and Auth to SaaS Premium 2026-02-07 16:02:52 +01:00
ForgotPasswordForm.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
ForgotPasswordForm.test.tsx Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy 2026-02-14 17:23:32 +01:00
ForgotPasswordForm.tsx stabilisation commit A 2026-01-07 19:39:21 +01:00
LoginForm.stories.tsx chore: consolidate CI, E2E, backend and frontend updates 2026-02-17 16:43:21 +01:00
LoginForm.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
LoginForm.tsx Phase 2 stabilisation: code mort, Modal→Dialog, feature flags, tests, router split, Rust legacy 2026-02-14 17:23:32 +01:00
OAuthButton.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
OAuthButton.tsx feat(auth): add OAuth Spotify provider (A1) 2026-02-20 14:48:08 +01:00
OAuthButtons.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
OAuthButtons.tsx style(settings,auth): elevate Security and Auth to SaaS Premium 2026-02-07 16:02:52 +01:00
PasswordStrengthIndicator.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
PasswordStrengthIndicator.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
PasswordStrengthIndicator.tsx refactor: Phase 7 — Clean up legacy components and remove dead tokens 2026-02-12 02:09:29 +01:00
RegisterForm.stories.tsx style(stories): replace kodo decorators with design tokens in all story files 2026-02-07 15:10:32 +01:00
RegisterForm.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
RegisterForm.tsx fix: resolve ts-ignore directives and unsafe type casts 2026-02-12 22:21:55 +01:00
TwoFactorVerify.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
TwoFactorVerify.test.tsx chore(refactor/sumi-migration): commit pending changes — tests, stream server, dist_verification 2026-02-13 19:39:18 +01:00
TwoFactorVerify.tsx fix(auth): correct 2FA login flow and documentation 2026-02-15 12:42:48 +01:00
UserProfile.stories.tsx chore(dx): add .cursorrules and design system audit documentation 2026-02-05 14:20:06 +01:00
UserProfile.test.tsx feat(auth): enrich sessions page with history and revoke (A4) 2026-02-20 14:52:20 +01:00
UserProfile.tsx feat(auth): enrich sessions page with history and revoke (A4) 2026-02-20 14:52:20 +01:00