-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: Automatically resize info panel sidebar width when adding or removing panels #3025
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
feat: Automatically resize info panel sidebar width when adding or removing panels #3025
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. |
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe DataBrowser component now automatically adjusts panel width when adding or removing panels. When a panel is added or removed, the code recalculates panelWidth based on the updated panel count and clamps it to a maximum width, maintaining responsive multi-panel layout without manual user resizing. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
Tip 📝 Customizable high-level summaries are now available in beta!You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.
Example instruction:
Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later. 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.1.0-alpha.5](8.1.0-alpha.4...8.1.0-alpha.5) (2025-11-27) ### Features * Automatically resize info panel sidebar width when adding or removing panels ([#3025](#3025)) ([1032301](1032301))
|
🎉 This change has been released in version 8.1.0-alpha.5 |
New Pull Request Checklist
Issue Description
Adding or removing info panels keeps the side bar width the same and requires to manually resize the sidebar to accommodate more or less panels.
Approach
Automatically resize info panel width when adding or removing panels.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.