chanzuckerberg / galago

Interpretation aids for genomic epidemiology
https://chanzuckerberg.github.io/galago/
MIT License
8 stars 3 forks source link

Use animation or other indicator to make it more obvious that the report is being regenerated as they click through clades #154

Closed sidneymbell closed 2 years ago

sidneymbell commented 2 years ago
image
sidneymbell commented 2 years ago

Note: now that we have the nice SkeletonReport component, would suggest something along the lines of

// in App.tsx -- 
useEffect(() => { // listen for changes in mrca name
// some wrapper fanciness here that controls how long something is rendered for
<SkeletonReport/>
//
<Report/>
}, [state.mrca.name])