Skip to content

Fix bounties page first-paint pagination regression#1046

Closed
0xh4rry wants to merge 1 commit into
entrius:testfrom
0xh4rry:fix/bounties-pagination-1027
Closed

Fix bounties page first-paint pagination regression#1046
0xh4rry wants to merge 1 commit into
entrius:testfrom
0xh4rry:fix/bounties-pagination-1027

Conversation

@0xh4rry
Copy link
Copy Markdown

@0xh4rry 0xh4rry commented May 11, 2026

Fixes #1027.\n\n## Summary\n- restore bounded rendering for the bounties list by paging the sorted issue set\n- render 12 cards in card view or 10 rows in list view using the existing issues view defaults\n- add prev/next pagination below both card and table render paths\n- reset pagination when filter, search, sort, or view mode changes\n\n## Verification\n- npm run lint\n- npm run build\n\n## Notes\nThis keeps the change scoped to the regression from PR #983: both render paths now receive a paginated slice instead of the full sorted issue array.

@anderdc
Copy link
Copy Markdown
Collaborator

anderdc commented May 11, 2026

Duplicate of #1028 which is better scoped/implemented. Closing.

@anderdc anderdc closed this May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bounties page renders every bounty on first paint after PR #983 dropped pagination

2 participants