Open artizticamit opened 1 month ago
Hello @artizticamit, I just came across this issue and I will love to work on this. Here's what I am thinking,
Currently, the function of upload profile function goes like this, -> Click Upload -> handleUpload function will be triggered -> Triggers the Input field -> Calling handlerProfilePhotoUpdate function -> Appending new photo -> Updating in localStorage user data.
Similar thing I can implement for cover image. If I am on the right path, can you please assign me this issue?
Seems something like this,
Thank You. Devarsh
Hello @artizticamit, I have worked on this issue and tried replicating the same logic used for uploading profile image. Here's how it looks,
By the way, the Upload Cover Photo is only visible when I hover the cover-picture.
Here's the link to the branch: Link
Thank you Devarsh
Sorry for late reply, was busy due to festival week. I will check your work. Thanks for the work.
Need to create frontend and backend logic for uploading image for background image in profile. Need to follow the same logic for profile pic upload as present here. Please check profile pic upload functionality in client and in api to have the idea of checking it.
NOTE: If taking this issue, please review the code and mention your approach first to me.