amlan-roy / resume-craft

Resume Craft: Your go-to platform for effortlessly tailoring ATS-friendly resumes to job descriptions. Streamline your job application process and stand out in the competitive market.
https://resume-craft-ten.vercel.app
7 stars 3 forks source link

Add loading and error ui in my resume page #69

Closed amlan-roy closed 5 months ago

amlan-roy commented 7 months ago

Is your feature request related to a problem? Please describe.

When we delete a file in the my resume page, while the delete Operation is in progress, show a loading state for that file. If the delete Operation fails, show a toast at bottom saying that delete option failed.

Describe the solution you'd like

Maybe create a component for displaying the files, and have a loading state in it. Manage the loading state in the my resumes page file.

For displaying the error message, use the useToast hook. See existing usages for reference.

Are you willing to contribute to this issue?

Yes

amlan-roy commented 5 months ago

https://github.com/amlan-roy/resume-craft/pull/113