On 5th august 2022 i opened a ticket on tebex support since they removed the pagination on the payments page.
Previously it was shown several pages: 1, 2, 3, 4, … 100
Now it only shows previous, next.
You can always change it directly on the URL https://creator.tebex.io/payments?page=xxxxx but bringing back the old pagination would be more effective.

Hey Leo, to update you on this. The pagination was removed as it was causing performance issues and sometimes causing the page to time out.
We won’t be returning pagination for now but will look into how we can better navigate payments.

@Nathan.Holliday how about adding a few buttons like
For example in page 1:
[current] [2] [3] […]
For example for page 10:
[1] […] [7] [8] [9] [current] [10] [11] [12] […]
Clicking on […] will show a popup to enter a custom number.
I now this might look wrong on the last pages because it will show more pages than available but you can do some kind of query (like requesting the last page to see if it has results in order to show the button).
Also i was trying and entering a pagination like https://creator.tebex.io/payments?page=2000
and it takes a long to load, so maybe the suggestions should be improve the performance
(Ironically while writing this it took longer to load the page 1000 or 2000 -about 15 sec- than the 1500 -about 2 sec-. It seems that after a big load time then it goes faster)
