veza/apps/web/src
senke dfb035de3c [FIX] Update password minimum length validation to match backend
- Change password minimum length from 8 to 12 characters in RegisterForm
- Matches backend requirement (min=12 in RegisterRequest)
- Prevents validation errors when submitting registration form
- RegisterPage already had correct validation (12 chars)
2026-01-04 01:44:13 +01:00
..
__tests__ [FE-TEST-013] test: Add accessibility tests 2025-12-25 17:52:49 +01:00
app [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
components [INT-V2-003] Update documentation with id: string 2025-12-26 09:54:51 +01:00
config [FE-API-002] frontend-api: Enable playlist collaborator service calls 2025-12-23 01:46:43 +01:00
docs [FE-STATE-008] fe-state: Add state selectors optimization 2025-12-25 13:58:53 +01:00
features [FIX] Update password minimum length validation to match backend 2026-01-04 01:44:13 +01:00
hooks [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
lib stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00
locales [FE-COMP-024] fe-comp: Add tooltips and help text 2025-12-25 12:25:39 +01:00
mocks [FE-API-019] fe-api: Add API mocking for development 2025-12-25 13:37:10 +01:00
pages feat: prepare production environment and fix frontend build 2025-12-31 16:27:36 +00:00
router [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
schemas [INT-TYPE-006] Complete ApiError interface with all backend fields 2025-12-25 22:37:36 +01:00
services [FIX] Add cooldown for proactive token refresh to prevent rate limiting 2026-01-04 01:44:13 +01:00
stores [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
test [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
types [INT-V2-002] Use TrackStatus enum in types/api.ts 2025-12-26 09:54:32 +01:00
utils [FIX] Fix frontend black page and Swagger /docs route 2026-01-04 01:44:13 +01:00
index.css [FE-COMP-020] fe-comp: Add dark mode support 2025-12-25 12:13:29 +01:00
main.tsx [FE-API-019] fe-api: Add API mocking for development 2025-12-25 13:37:10 +01:00
setupTests.ts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
vite-env.d.ts stabilizing apps/web: SITUATION AWARENESS 2025-12-16 14:40:16 -05:00