Commit Graph

9 Commits

Author SHA1 Message Date
Knee Cola
62d0cb81a7 Refactor account page structure and update UI
- Move user settings form to dedicated /account/settings route
- Update PageHeader icon from Settings to AccountCircle for clarity
- Update debug log labels in auth config for better readability

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-25 20:49:33 +01:00
Knee Cola
b03f0574cd Refactor: rename account-form to settings-form and update translations 2025-11-18 12:33:24 +01:00
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
1c66940287 added language switcher 2024-02-17 08:32:53 +01:00
c615916be1 title page translated to english 2024-02-15 09:18:26 +01:00
199159c208 added custom login screen 2024-02-13 16:07:50 +01:00
70deefcd6a Fix: fixed image dimensions 2024-01-16 13:56:41 +01:00
fa1791d914 replaced <img> with <Image> 2024-01-16 13:06:51 +01:00
226beb974f header & footer 2024-01-16 10:24:21 +01:00