ScratchAddons / website

The website for Scratch Addons. (version 1, deprecated)
https://scratchaddons.com
GNU General Public License v3.0
16 stars 8 forks source link

Add spinner to feedback button while sending #144

Open GrahamSH-LLK opened 3 years ago

GrahamSH-LLK commented 3 years ago

This UX will help the user realize that their feedback is sending, and when it stops spinning, they instantly know the "work" is over.

This can be added with

<div class="spinner-border-sm spinner-border" role="status"></div>
Hans5958 commented 3 years ago

We already have the feedback status alert, but I'll see what I can do.

image