stryker-mutator / stryker-dashboard

See your mutation testing reports from anywhere 🚀
https://dashboard.stryker-mutator.io/
Apache License 2.0
23 stars 19 forks source link

When loading takes longer than `x` amount, show spinner #890

Open xandervedder opened 3 months ago

xandervedder commented 3 months ago

Currently, we have the sme-loader component, which fades the content in smoothly when it finished loading. When loading takes a long time, we will see 'no' content for a while, which might not be good for the user experience.

To fix this, we could introduce a spinner that spins until it is done (indicating longer loading times).

xandervedder commented 3 months ago

@lex-funy would you like to pick this up? Seems like a good small feature, I can give you pointers if you want 😃.

hugo-vrijswijk commented 3 months ago

I think the two places where this is most noticable is the repos page (when loading all repositories) and a report page (when loading the report json for a big repo)

xandervedder commented 1 month ago

I had some cool ideas, like the visor spinning in circles (or even the stryker logo itself).