feat(profile): add editable profile details, photo upload, and password change #719
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🚀 Pull Request
Description
A clear and concise description of the changes introduced in this pull request.
This pull request addresses Issue #711 by adding a fully functional and styled User Profile section. The new profile page includes the ability for users to:
Update their name, date of birth, phone number, and address
View their email (non-editable for integrity)
Upload a profile photo with live preview and proper memory cleanup
Change their password with confirmation validation
Receive success/error feedback via react-toastify
Experience a clean, structured, and responsive layout
Related Issue
If this pull request addresses an issue, link to it here (e.g.,
Closes #123).Closes #711
Type of Change
What kind of change does this pull request introduce?
Screenshots (if applicable)
Add screenshots or screen recordings to demonstrate the new feature or fix.
N/A
Checklist
Please ensure the following tasks are complete before submitting the pull request:
Additional Context
This feature adds a critical part of the user experience by allowing users to manage their account details in one place. All functionality was tested for form validation, error handling, and usability. Ready for review and feedback.