-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: pagination issues #177
Conversation
- increase items per page - fix issue where body scrolled over header - fix issue with pagination count and search - due to limitations with primer table pagination, there is no way to fix the count when the last item on a table page is deleted, so when we run into this situation, reload the page
Co-authored-by: Zack Koppert <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code side looks good. Would be great to have another reviewer test this out in the app. I don't have a local dev env setup to see this running yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great on my end!
Pull Request
Proposed Changes
last item on a table page is deleted, so when we run into this situation, reload the page
Readiness Checklist
Author/Contributor
npm run lint
and fix any linting issues that have been introducednpm run test
and run tests@jeffrey-luszcz
Reviewer
bug
,documentation
,enhancement
,infrastructure
,maintenance
, orbreaking