BTS-CM / astro-ui

A next generation user interface for the Bitshares blockchain built using Astro, React and Electron!
https://github.com/BTS-CM/astro-ui/releases/latest
MIT License
9 stars 4 forks source link

TODO: Change DEX skeleton row qty #9

Closed grctest closed 11 months ago

grctest commented 1 year ago

When the refresh timer passes, the queries are refetched, during this period there are skeleton rows shown.

10+ rows looks unsightly

When there were previously "no orders found", showing 10+ skeleton rows only to then show "no orders found" is jarring.

Perhaps we should just maintain the last shown data whilst the refresh is occurring, and not show a refresh animation?

If we do continue showing the skeleton rows, then we should base the row qty on the previous row qty, to reduce layout shift.

gross

grctest commented 11 months ago

A fix is now in place for the limit orders