pokedextracker / pokedextracker.com

A website to track your completion of a Living Pokedex.
https://pokedextracker.com
MIT License
167 stars 42 forks source link

feat(box): add intemediate state for each Pokemon cell #435

Closed Fleker closed 2 years ago

Fleker commented 2 years ago

While an API call is in-progress, add a 'pending' class which is a gradient between two colors. This provides the user with an acknowledgement of the action while API calls may be pending.

Fixes #433

An example of how this looks is the Pachirisu shown in the screenshot below. image

Fleker commented 2 years ago

Resolved those comments. Thanks.

robinjoseph08 commented 2 years ago

This has been deployed! Thanks again!