feat(profile): add editable profile details, photo upload, and password change#719
Open
PietervHa wants to merge 2 commits intogauravsingh1281:mainfrom
Open
feat(profile): add editable profile details, photo upload, and password change#719PietervHa wants to merge 2 commits intogauravsingh1281:mainfrom
PietervHa wants to merge 2 commits intogauravsingh1281:mainfrom
Conversation
…nd photo support - Allows landlords and renters to update their personal info - Disabled email field to preserve account identity - Added profile photo upload with preview - Includes password change form
…assword change, and photo upload - Users can update their name, date of birth, phone number, and address - Email field is shown but disabled for editing - Added profile photo upload with preview and memory cleanup - Added password change form with validation (match confirm) - Success/error feedback with react-toastify - Styled and structured layout for profile page
✅ Deploy Preview for visionary-fenglisu-db1b1d ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Great job, @PietervHa! 🎉 Thank you for submitting your pull request for Rentalog. Our dedicated team will review it diligently.Your contribution is valuable and we appreciate your efforts to improve our project.
Owner
|
@PietervHa, share the preview (Screenshots) of the changes you made. |
Author
|
@gauravsingh1281 I had some issues occur with my laptop which were unrelated to this project but these made me unable to use it, so sorry for the wait. Ive made screenshots from the pages and pasted them into this word document. Rentalog profile page screen shots.docx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.