frontend-monorepo icon indicating copy to clipboard operation
frontend-monorepo copied to clipboard

Transaction stats errors cause content to jump around on tx list

Open edd opened this issue 2 years ago • 0 comments

Description

https://github.com/vegaprotocol/frontend-monorepo/blob/ca5c3bc21d2941eca9a9839b16ec1fc43b3f344a/apps/explorer/src/app/components/txs/txs-stats-info.tsx#L60-L62

There are a few states that cause this to happen:

  1. No data - the section renders, but empty
  2. Incomplete data - the section renders full of stats boxes, but no numbers
  3. Full data - the section renders normally

All of these are different heights

Tasks

  • [ ] Make this panel a consistent height

edd avatar Dec 06 '22 11:12 edd