-
Notifications
You must be signed in to change notification settings - Fork 4k
BugFix 11062: Sidebar resizing #11063
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
Conversation
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) ✅ license/snyk check is complete. No issues have been found. (View Details) |
✅ PR preview is ready!
|
sfc-gh-bnisco
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 for fixing! I have some suggestions/questions inline
- Added a reference for the resizable element to improve width handling. - Updated the onResizeStop callback to use the actual width of the sidebar instead of a delta value, ensuring accurate width adjustments. - Modified the resetSidebarWidth function to reset the sidebar width on double-clicking the resize handle. These changes improve the user experience by providing a more reliable resizing mechanism for the sidebar.
58e0343 to
d6247af
Compare
sfc-gh-bnisco
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.
Nice, thanks for the revisions! Please update the PR description now that tests have been added.
Describe your changes
This fixes:
GitHub Issue Link (if applicable)
fixes #11062
Testing Plan
E2E tests have been added to lock in this functionality.
Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.