veza/apps/web/src/components
senke f576deff56 [T0-003] fix(frontend): Corriger erreurs TypeScript/React
- Variables non utilisées préfixées avec _
- Badge variants corrigés (outline -> default/secondary)
- Types ApiError corrigés (rate_limit supprimé)
- Logger errors corrigés (LogContext au lieu de Error)
- Types PaginatedResponse corrigés (items au lieu de data)
- Types génériques complexes corrigés (stateCleanup, undoRedo)
- Fichiers .example.ts exclus du typecheck
- Status undefined vérifié dans client.ts

Résultats:
- npm run build  (réussit)
- npm run typecheck  (0 erreurs)
- npm run lint ⚠️ (1521 erreurs restantes - style/variables non utilisées)

Files: 35 fichiers modifiés
Hours: 6 estimated, 6 actual
2026-01-04 01:44:20 +01:00
..
auth [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
base [FE-TYPE-013] fe-type: Add type safety for components 2025-12-25 15:00:35 +01:00
charts refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
data [INT-V2-003] Update documentation with id: string 2025-12-26 09:54:51 +01:00
feedback refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
filters [FE-COMP-007] fix: Remove unused import in FilterBar 2025-12-25 11:39:09 +01:00
forms [T0-002] fix(rust): Corriger erreurs compilation Rust 2026-01-04 01:44:20 +01:00
keyboard [FE-COMP-022] fe-comp: Add keyboard shortcuts 2025-12-25 12:21:17 +01:00
layout [INT-AUTH-002] Remove duplicate auth store - migrate to features/auth/store/authStore.ts 2025-12-26 09:11:46 +01:00
navigation [FE-COMP-019] fe-comp: Add accessibility (a11y) improvements 2025-12-25 12:11:08 +01:00
notifications [FE-TYPE-013] fe-type: Add type safety for components 2025-12-25 15:00:35 +01:00
player [FE-TYPE-013] fe-type: Add type safety for components 2025-12-25 15:00:35 +01:00
pwa refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
search [FE-COMP-008] fe-comp: Add search bar component 2025-12-25 11:41:20 +01:00
share [FE-COMP-013] fix: Remove unused useQuery import 2025-12-25 11:54:39 +01:00
ui [T0-003] fix(frontend): Corriger erreurs TypeScript/React 2026-01-04 01:44:20 +01:00
ErrorBoundary.test.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
ErrorBoundary.tsx [FIX] PROD-007: Corriger erreurs TypeScript - ajouter override modifiers 2026-01-04 01:44:18 +01:00
index.ts [FE-TYPE-013] fe-type: Add type safety for components 2025-12-25 15:00:35 +01:00
OfflineIndicator.tsx refonte: backend-api go first; phase 1 2025-12-12 21:34:34 -05:00
types.ts [FE-TYPE-013] fe-type: Add type safety for components 2025-12-25 15:00:35 +01:00