paul-bokelman / cc

ClubCompass client and server monorepo
0 stars 0 forks source link

task: clubs staggered loading #28

Open paul-bokelman opened 9 months ago

paul-bokelman commented 9 months ago

Description

There will be too many clubs to just display them all at once, implement pagination or infinite loading pattern. This should be implemented in /clubs at the very least but would also be nice on admin dashboard (/admin/clubs).

Parent: #50