Hintful / aram.tools

A full-stack web application that analyzes and visualizes users' performance for a popular online game, League of Legends.
https://aram.tools
2 stars 0 forks source link

Use shimmer effect as fallback instead of loader #39

Open Hintful opened 1 year ago

Hintful commented 1 year ago

Motivation

Right now, we're using a <HashLoader/> as a fallback for loading data. However, this looks a little bit out of place even though it does its job. Preferably, we want to move to a more modern type of fallback, such as a Shimmer effect.

Acceptance Criteria