frontend-monorepo
frontend-monorepo copied to clipboard
Transaction stats errors cause content to jump around on tx list
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:
- No data - the section renders, but empty
- Incomplete data - the section renders full of stats boxes, but no numbers
- Full data - the section renders normally
All of these are different heights
Tasks
- [ ] Make this panel a consistent height