Commit Graph

1 Commits

Author SHA1 Message Date
Luca Sacchi Ricciardi
2c5d751f72 feat: implement user profile management (Fase 2)
- Add useProfile hook for managing user data
- Add Profile page to view/edit user information
- Add Settings layout with sidebar navigation
- Add Settings pages: Profile, Password, Notifications, Account
- Add user dropdown menu in Header with Profile/Settings links
- Add protected routes for /settings/* pages
- Implement profile update and password change functionality

Completes Fase 2 of frontend missing features analysis from todo.md
2026-04-08 13:12:57 +02:00