explorer
explorer copied to clipboard
Implement sorting in transaction results
trafficstars
Is your feature request related to a problem? Please describe. When looking at transactions, there's no way to sort them, ie. by date (oldest first), since there's no pagination, just an "infinite load more" button.
Describe the solution you'd like Add the possibility to sort the results by eg. date and change sorting order (ASC <-> DESC).
Describe alternatives you've considered Trying to find the oldest/first transaction by constantly loading new results is pretty stupid to be honest.
Additional context x