TMEIT/website

Polish loading spinner

Closed this issue · 1 comments

We currently just show "loading..." whenever we fetch data from the backend. We should show a fancy animated spinner instead. We should also only show a loading spinner if loading takes longer than 200ms to prevent flashing up components for fractions of a second. Short load times will be hidden by a transition animation when the page is switched.

Done with MUI, could use more integration though