ripple / explorer

Open Source XRP Ledger Explorer
https://livenet.xrpl.org/
MIT License
105 stars 66 forks source link

Add a "loading" symbol when the Explorer is still connecting to the WS port #375

Closed mvadari closed 1 year ago

mvadari commented 1 year ago

There is currently a bit of a wait time for loading the main page, while the Explorer sets up the WS connection. It's exacerbated for nodes that use port 80 (see https://sidechain.xrpl.org/hooks-testnet-v2.xrpl-labs.com). A "loading" symbol would help with the UX.

mvadari commented 1 year ago

Fixed by https://github.com/ripple/explorer/pull/450