Skip to content

fix(#664): add pagination to fetchDisputes in DisputeResolution#737

Merged
Haroldwonder merged 1 commit into
Haroldwonder:mainfrom
Vera3289:fix/664-dispute-pagination
Jun 1, 2026
Merged

fix(#664): add pagination to fetchDisputes in DisputeResolution#737
Haroldwonder merged 1 commit into
Haroldwonder:mainfrom
Vera3289:fix/664-dispute-pagination

Conversation

@Vera3289
Copy link
Copy Markdown

@Vera3289 Vera3289 commented Jun 1, 2026

Closes #664

Changes

  • Added PAGE_SIZE = 10 constant
  • fetchDisputes now accepts a pageNum parameter and passes page/pageSize query params to the API
  • Added page and hasMore state
  • Added Prev/Next page navigation controls below the disputes list

@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 1, 2026

@Vera3289 is attempting to deploy a commit to the Harold's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@Vera3289 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Haroldwonder Haroldwonder merged commit cfb358d into Haroldwonder:main Jun 1, 2026
1 check failed
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.

DisputeResolution.tsx fetchDisputes does not paginate results

2 participants