now-playing icon indicating copy to clipboard operation
now-playing copied to clipboard

Add loading indicators to button presses to show signs of interactivity

Open paced opened this issue 3 years ago • 3 comments

It looks laggy right now, but loading indicators are more likely to show "we're currently doing something." This is good for usability.

paced avatar Jun 22 '21 07:06 paced

Font Awesome has a spinner:

<i class="fas fa-spinner fa-pulse"></i>

Clicking any element should immediately add these classes to an icon/remove the old one, and once the Promise is returned, it should replace it back with whatever the icon should have been.

paced avatar Aug 19 '21 00:08 paced

This needs to be held back for a time as we work on authentication fixes. The other v0.10.0 changes are more important for stability. Moving to v0.11.0.

paced avatar Sep 27 '21 00:09 paced

Might be some bugs with shuffle on Spotify Free as well.

paced avatar Mar 07 '22 17:03 paced