VaibhavArora314 / StyleShare

A simple web based platform where users can easily create, explore, and share Tailwind CSS components and designs with fellow users.
https://style-share.vercel.app
MIT License
34 stars 54 forks source link

feat: Added edit profile in profile section cards successfully issue 195 #204

Closed MeetDOD closed 2 weeks ago

MeetDOD commented 2 weeks ago

Pull Request Resolves [#195 ]

Title: Added edit profile in profile section cards successfully.

Description

  1. I created a separate route as /posts/edit/:id where i am redireting owner of the post to edit the post.
  2. Also I added a edit button on the every card.
  3. I tested it and it is working properly.
  4. Responsive design.

Related Issues

Fixes #195

Changes Made

New features: Added edit profile in profile section cards.

Screenshots

image

image

I certify that I have carried out the relevant code of conduct and provided the requisite screenshot for validation by submitting this pull request.

Thank You for this contribution.

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
style-share ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 15, 2024 3:06pm
github-actions[bot] commented 2 weeks ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

VaibhavArora314 commented 2 weeks ago

Looks good, but why is types/file-saver added in dependency? I mean I cant find where is it being used.

MeetDOD commented 2 weeks ago

@VaibhavArora314 my bad i had implemented that download as zip feature than you told it's not needed. but, i did npm uninstall but it trace remain init like that 😅

VaibhavArora314 commented 2 weeks ago

@VaibhavArora314 my bad i had implemented that download as zip feature than you told it's not needed. but, i did npm uninstall but it trace remain init like that 😅

Try doing npm uninstall @types/file-saver

MeetDOD commented 2 weeks ago

Okay

MeetDOD commented 2 weeks ago

@VaibhavArora314 done with the changes, please give the gssoc label lvl 1,2,3 😄

MeetDOD commented 2 weeks ago

@VaibhavArora314 you mean like i implemented on that card edit to redirect to /edit/:id like that ?

MeetDOD commented 2 weeks ago

@VaibhavArora314 I understood your query and implemented the same, if changes needed just tell me anytime 😄

MeetDOD commented 2 weeks ago

the form is updated, even when i press cancel button

In current website the same issue is appearing i think the problem is with who created this feature not from my side, i haven't changed any logic in the code @VaibhavArora314

VaibhavArora314 commented 2 weeks ago

the form is updated, even when i press cancel button

In current website the same issue is appearing i think the problem is with who created this feature not from my side, i haven't changed any logic in the code @VaibhavArora314

ok I am merging this and will look into why is it causing that

github-actions[bot] commented 2 weeks ago

🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀