filecoin-saturn / L1-dashboard

https://dashboard.saturn.tech
Other
6 stars 4 forks source link

improve clarity that the dashboard is loading data and not broken #39

Open gruns opened 1 year ago

gruns commented 1 year ago

right now in the UI it's too subtle/nonobvious that the page is loading data and the user should wait for that data to load. when loading many days worth of data, like 7+ days, the data can take a long time to load. for example, it just took so long (4-5 seconds) to load https://dashboard.saturn.tech/address/all?period=7+Days that i thought something was broken

image

potential fixes:

image

the text fields can also say Loading... instead of 0 [of thing]

note: the current UI will be change significantly by https://github.com/filecoin-saturn/L1-dashboard/issues/38, but the same issue will persist there and thus needs to get solved regardless

of course one better alternative is to make all the data load lickity split quick. but that's likely a more substantial effort