rarity-adventure / rarity-frontend

Front end for the rarity adventure game
https://rarity.game
39 stars 32 forks source link

Load more than 1000 summoners #40

Closed eabz closed 3 years ago

eabz commented 3 years ago

Graphql only allows loading 1000 summoners from their API.

Some users have more than 1000 summoners and want to use them using our UI. For this, we need to implement a pagination-like loading using the Graphql query with some form of infinite scroll to prevent the UI to load too many summoners.

eabz commented 3 years ago

This is fixed, but doesn't seem to work because of high load of components inside a page