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 2 weeks ago

xandervedder commented 2 weeks 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 2 weeks 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 2 weeks 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)