Codelabz
Codelabz copied to clipboard
[ Feat : Enabled Profile Picture Upload or Change Options For User ]
Description
Now a user can upload as well as change the profile picture.
I integrated the previous Change Profile Picture functionality present at '/profile' into edit profile section at '/user-dashboard/profile' i.e. moved the code. Now it's working fine, see in the video...
Related Issue
Fixes #1095
Motivation and Context
A user can should be able to set a photo of his choice in profile picture.
How Has This Been Tested?
Tested Locally on My Machine.
Video:
https://github.com/scorelab/Codelabz/assets/123815256/d99ee8e5-97d2-420f-93b6-e06a38d4f342
Types of changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
- [x] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests passed.