-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
perf: Remove unnecessary data fetches from data browser pagination #3098
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
perf: Remove unnecessary data fetches from data browser pagination #3098
Conversation
|
🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review. |
📝 WalkthroughWalkthroughThis PR removes two automatic side effects from the filter update flow in the Browser component: pagination reset (skip to 0) and implicit reordering reapplication. The Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
# [8.2.0-alpha.16](8.2.0-alpha.15...8.2.0-alpha.16) (2025-12-28) ### Performance Improvements * Remove unnecessary data fetches from data browser pagination ([#3098](#3098)) ([bc59998](bc59998))
|
🎉 This change has been released in version 8.2.0-alpha.16 |
New Pull Request Checklist
Issue Description
See #3097 (review)
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.