Skip to content

Paginate bounties listing#499

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
aiirvizionz:clientkit/bounties-pagination
Jul 12, 2026
Merged

Paginate bounties listing#499
ralyodio merged 1 commit into
profullstack:masterfrom
aiirvizionz:clientkit/bounties-pagination

Conversation

@aiirvizionz

Copy link
Copy Markdown
Contributor

Fixes the public bounties page only showing the first 100 open bounties.

The page previously used .limit(100), so older open bounties could disappear from the listing once the platform had more than 100 active items. This PR switches the query to counted 20-item ranges driven by ?page=... and adds Previous/Next controls when more pages exist.

Validation:

  • npx eslint src/app/bounties/page.tsx
  • npx prettier --check src/app/bounties/page.tsx
  • git diff --check

Note: npm run type-check currently fails on existing unrelated Supabase type errors in routes/profile/testimonial/video-call files. I did not change those files.

@ralyodio ralyodio merged commit 7071186 into profullstack:master Jul 12, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants