penumbra-zone / cuiloa

Block explorer for the Penumbra Zone network
https://cuiloa.testnet.penumbra.zone
Apache License 2.0
6 stars 1 forks source link

Correct messages while hydrating/loading page data #114

Open ejmg opened 2 weeks ago

ejmg commented 2 weeks ago

Related to #32 #110 #105

Description

Some routes currently display incorrect/misleading text while loading data which, combined with current query time speed, can easily make a user believe that the data does not exist. This is mostly the result of sloppy if (isLoading || isError || !data) style checks that were for convenient at the time but should have been taken out a long time ago.