envoylabs / whoami-ui

A UI for the whoami NFT-based nameservice
whoami-ui.vercel.app
Apache License 2.0
9 stars 3 forks source link

Implement pagination on list pages #79

Closed the-frey closed 2 years ago

the-frey commented 2 years ago

At the moment, on the:

we request the maximum configured number of ownable tokens, so users don't freak out. However, this isn't ideal behaviour. Given that offset queries are possible, we should just request them in batches of 10 and reduce the query size down accordingly.

the-frey commented 2 years ago

Also should happen on: