arbret/frontend/app/hooks
counterweight e35e79e84d
Fix date/time formatting to use es-ES locale
- Update all date/time formatting functions to use 'es-ES' locale instead of 'en-US' or 'de-DE'
- Update utility functions in utils/date.ts and utils/exchange.ts
- Update all component files that use date formatting
- Update e2e test helper to match new Spanish date format
- All formatting now uses Spanish locale regardless of selected language as per PR requirements
2025-12-26 11:38:17 +01:00
..
useAsyncData.ts Refactor frontend: Add reusable hooks and components 2025-12-25 21:30:35 +01:00
useDebouncedValidation.ts Refactor API layer into structured domain-specific modules 2025-12-25 20:32:11 +01:00
useForm.ts Refactor frontend: Add reusable hooks and components 2025-12-25 21:30:35 +01:00
useLanguage.tsx Fix date/time formatting to use es-ES locale 2025-12-26 11:38:17 +01:00
useMutation.ts Refactor frontend: Add reusable hooks and components 2025-12-25 21:30:35 +01:00
useRequireAuth.ts refactor(frontend): improve code quality and maintainability 2025-12-25 19:04:45 +01:00
useTranslation.ts Phase 1: Infrastructure setup - Install next-intl and create basic i18n structure 2025-12-25 21:50:34 +01:00