whisper-money/resources/js/pages/auth
Víctor Falcón fde5405777
fix(user): persist detected timezones (#296)
## Summary
- store browser-detected IANA timezones on users during registration and
share the value to the frontend
- silently backfill missing timezones for authenticated users without
overwriting existing saved values
- add focused feature coverage for registration, shared props, and the
timezone backfill endpoint

## Testing
- php artisan test --compact tests/Feature/Auth/RegistrationTest.php
tests/Feature/InertiaSharedDataTest.php
tests/Feature/Settings/TimezoneTest.php
- npm test -- resources/js/utils/currency.test.ts
2026-04-16 11:36:57 +01:00
..
confirm-password.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
forgot-password.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
login.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
register.tsx fix(user): persist detected timezones (#296) 2026-04-16 11:36:57 +01:00
reset-password.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
setup-encryption.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
two-factor-challenge.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00
verify-email.tsx feat: Spanish localization (#74) 2026-02-08 11:58:08 +01:00