moonstream-to / frontend

Moonstream apps portal
1 stars 1 forks source link

Pagination parameter in front end #220

Open oolumorin opened 9 months ago

oolumorin commented 9 months ago

Pagination parameters should be query parameters on the leaderboard frontend - https://moonstream.to/leaderboards/?leaderboard_id=add85f16-8bf9-4394-b2e5-d48962ae50df

but they are const leaders = useQuery( ["fetch_leaders", leaderboardId, limit, offset],

When the number of rows per page is changed or you scroll to different pages, the URL does not change. The URL should change so that it can be shared with others as a view of the leaderboard when debugging.