Commit Graph

7 Commits

Author SHA1 Message Date
Knee Cola
80f4c92755 Add user account settings page with profile management
- Add /account route with profile form (firstName, lastName, address, IBAN)
- Create UserProfile type and MongoDB users collection
- Implement server actions for getting and updating user profile
- Add Account Circle icon to PageHeader linking to /account
- Install Material UI icons for account icon
- Add form input disabling during save with loading spinner
- Add cancel button to discard changes and return home
- Add English and Croatian translations for account page
- Update locale names with flag emojis in language selector

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 18:37:59 +01:00
dc5e25639c changed default language to croatian 2024-03-07 13:20:49 +01:00
1c66940287 added language switcher 2024-02-17 08:32:53 +01:00
30b3da9c31 i18n support added to all form validations 2024-02-17 07:28:47 +01:00
3240f746d1 refactor: moving locale definition 2024-02-16 17:02:33 +01:00
8992aa76bd implemented sign-in policy 2024-02-16 16:59:58 +01:00
64bd026d46 configured localization 2024-02-16 15:46:48 +01:00