-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Plugins pagination fix #61055 #61059
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
Plugins pagination fix #61055 #61059
Conversation
guan404ming
left a comment
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.
Test locally looks nice, thanks!
pierrejeambrun
left a comment
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.
Thanks
choo121600
left a comment
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.
Coool! Thanks🙌
|
Thanks @vishakha1411. Did we notice this issue while writing E2E tests |
|
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
* added E2E tests for Plugins Page apache#60571 * Added pagination to Plugins Page apache#61055 * removed unwanted commits
Title
UI: Add pagination to Plugins page when many plugins are installed
Description
The Plugins page currently renders all registered plugins as a single list without pagination. When a large number of plugins are present (e.g. 100+), only the first 50 plugins are visible in the UI, with no pagination controls, scrolling indicator, or feedback that additional plugins exist.
This PR introduces pagination to the Plugins page.
Before:
Recording.2026-01-26.114044.mp4
After:
