sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.07k stars 730 forks source link

fix: loading state and light theme icon visibility #106

Closed Kinfe123 closed 6 months ago

Kinfe123 commented 6 months ago

Screenshot from 2023-12-25 05-02-53 Screenshot from 2023-12-25 05-05-14

The first one will be more of kind light theme issue which is not visible on dark mode due to forced white color The second one will more of loading and disable state for both update and delete , what i have suggested at any point in time the user click either buttons , the button should be disabled but only the clicked button should have a loading effect to avoid race condition and stuff like that!.. Hopefully you can get to see and give me a comment about this

vercel[bot] commented 6 months ago

Someone is attempting to deploy a commit to a Personal Account owned by @sadmann7 on Vercel.

@sadmann7 first needs to authorize it.

Kinfe123 commented 6 months ago

@sadmann7 please could you review this changes

sadmann7 commented 6 months ago

thanks

Kinfe123 commented 6 months ago

Thanks for merging my PR