Commit Graph

3 Commits

Author SHA1 Message Date
1458c143bc Update ProfilePage: Replace username with email in profile form
Some checks failed
continuous-integration/drone/push Build was killed
Replaced the username field with an email field in the profile form. Updated form logic, validation messages, and input placeholders accordingly. Adjusted UI labels and input types to reflect the change.
2025-11-22 22:41:16 -04:00
49efe3b441 Enhance ProfilePage with editable user profile and local storage support
Added functionality to edit and save user profiles in `ProfilePage`. Introduced local storage integration to persist updates. Implemented a modal for profile updates, including basic validations and password change simulation. Improved UI to dynamically render profile fields and enable updates.
2025-11-22 22:38:32 -04:00
38945d6336 Add ProfilePage component and integrate with navigation and sidebar
Introduced `ProfilePage` to display user profile details, including name, email, and role. Updated navigation logic in `App.js` to support the new "profile" view and added click-to-navigate functionality in the sidebar user section. Enhanced sidebar user actions with improved logout interactions.
2025-11-22 22:31:21 -04:00