Summary
The current pagination controls require the user to click to load more creators. An infinite scroll implementation should automatically fetch the next page when the user scrolls near the bottom of the list, reducing friction during discovery.
Scope
- Use an Intersection Observer to detect when the last visible creator card is within 200px of the viewport bottom
- Trigger a fetch for the next page cursor when the observer fires
- Append new results to the existing list rather than replacing it
- Show a small loading spinner at the bottom of the list while the next page is fetching
- Stop observing when the API returns no next cursor
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram
Summary
The current pagination controls require the user to click to load more creators. An infinite scroll implementation should automatically fetch the next page when the user scrolls near the bottom of the list, reducing friction during discovery.
Scope
Acceptance Criteria
ETA: 12 hours
Coordinate on Telegram