FuelLabs / FuelLabs/block-explorer-v2
Change order of transactions
Open
enhancement
good first issue
- Dominant language
- TypeScript
- Stars
- 17
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
# Summary
When a Tx is made it gets added to the Tx section at the bottom of the screen.
The problem is the order that it is added in is incorrect.
It currently leaves the oldest Tx at the top and the latest Tx at the bottom so if you want to see your latest Tx's you must scroll all the way down (and potentially switch via pagination if enough Tx's happen).
Change the order to have the latest Tx be at the top.
# Screenshot

Contributor guide
Assessment
This issue has not been assessed yet.