arbret/frontend
counterweight 7dd13292a0
Phase 5: Translate Auth Pages - login and signup
- Create auth.json translation files for es, en, ca
- Translate login page: title, subtitle, form labels, buttons, footer
- Translate signup page: invite code step and account creation step
- Translate signup/[code] redirect page
- Update IntlProvider to load auth namespace
- Update test expectations to match Spanish translations (default language)
- All frontend and e2e tests passing
2025-12-25 22:14:04 +01:00
..
app Phase 5: Translate Auth Pages - login and signup 2025-12-25 22:14:04 +01:00
e2e Phase 4: Translate Shared Components - common, navigation, status labels 2025-12-25 22:06:39 +01:00
locales Phase 5: Translate Auth Pages - login and signup 2025-12-25 22:14:04 +01:00
.gitignore Add Vitest coverage for frontend tests 2025-12-21 22:00:47 +01:00
.prettierignore fix pre-commit hook and code quality fixes 2025-12-21 22:14:48 +01:00
.prettierrc.json Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
env.example first round of review 2025-12-18 22:24:46 +01:00
eslint.config.js Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
next-env.d.ts starting 2025-12-18 21:37:28 +01:00
next.config.ts Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
package-lock.json Phase 1: Infrastructure setup - Install next-intl and create basic i18n structure 2025-12-25 21:50:34 +01:00
package.json Phase 1: Infrastructure setup - Install next-intl and create basic i18n structure 2025-12-25 21:50:34 +01:00
playwright.config.ts Phase 4: Translate Shared Components - common, navigation, status labels 2025-12-25 22:06:39 +01:00
tsconfig.json Add Prettier for TypeScript formatting 2025-12-21 21:59:26 +01:00
tsconfig.tsbuildinfo Phase 5: Frontend Admin Page 2025-12-21 22:55:56 +01:00
vitest.config.ts Phase 2: Language Context & Selector - Add language dropdown to Header and auth pages 2025-12-25 21:54:19 +01:00
vitest.setup.ts Phase 2: Language Context & Selector - Add language dropdown to Header and auth pages 2025-12-25 21:54:19 +01:00