[Feature] Blur / display skeleton components while DPS score is loading, calculate DPS score async
Motivation
DPS score calculations currently lag the page because the simulations take a while to process
Related: https://github.com/fribbels/hsr-optimizer/issues/420
Goal
Use some skeleton components https://ant.design/components/skeleton/ to hide the score related components while they're loading async. Unhide/unskeleton them when the scores are comoplete
Components:
Prototyped a temporary skeleton component but it actually looks pretty jarring, will need some UI discussion about what to do https://github.com/fribbels/hsr-optimizer/pull/422
Probably better to just make the sims faster
Closing as unnecessary - after some performance updates the sim loads fast enough now