-
Notifications
You must be signed in to change notification settings - Fork 45.7k
feat(frontend): Publish Agent Dialog Agent List Pagination #9833
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
base: dev
Are you sure you want to change the base?
feat(frontend): Publish Agent Dialog Agent List Pagination #9833
Conversation
This PR targets the Automatically setting the base branch to |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
✅ Deploy Preview for auto-gpt-docs canceled.
|
Here's the code health analysis summary for commits Analysis Summary
|
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Thank you for the contribution! Please revert |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
I’ve reverted the frontend yarn.lock to match upstream and applied yarn format. All CI and style checks are now passing on frontendpagination. Please let me know if there’s anything else I should adjust—thanks! |
fixes #9833 |
This is great!! We really appreciate the contribution. I had a chat with the designers and they requested I also pushed some changes to the backend to help with testing this for ya Let me know if you need any help :) |
onClick={() => | ||
setCurrentPage((p) => Math.max(1, p - 1)) | ||
} | ||
disabled={currentPage === 1} |
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.
Swap this from page based to infinite scroll once the last page comes into view
This makes this PR pointless because the whole PR is pagination @ntindle unless you mean if there're <20 agents? |
Added pagination for the frontend.
with <20 agents

with >20 agents video
Screen.Recording.2025-04-28.at.3.06.51.PM.mov