-
-
Notifications
You must be signed in to change notification settings - Fork 51k
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(Splitter): add lazy mode #51557
Conversation
|
👁 Visual Regression Report for PR #51557 Failed ❌
Check Full Report for details If you think the visual diff is acceptable, please check:
|
WalkthroughThis pull request introduces a new feature to the Splitter component by adding a "lazy" mode. In lazy mode, the size of the panels is not updated immediately during dragging but only after the drag operation is completed. This change includes updates to the SplitBar and Splitter components, new tests, and documentation updates. Changes
|
More templates
commit: |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature #51557 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 761 761
Lines 13533 13565 +32
Branches 3527 3539 +12
=========================================
+ Hits 13533 13565 +32 ☔ View full report in Codecov by Sentry. |
Co-authored-by: afc163 <[email protected]> Signed-off-by: Oyster Lee <[email protected]>
Co-authored-by: lijianan <[email protected]> Signed-off-by: Oyster Lee <[email protected]>
Co-authored-by: lijianan <[email protected]> Signed-off-by: Oyster Lee <[email protected]>
这个 pr 搞完是不是可以搞个可推拽表格了 |
Co-authored-by: afc163 <[email protected]> Signed-off-by: Oyster Lee <[email protected]>
size-limit report 📦
|
中文版模板 / Chinese template
🤔 This is a ...
🔗 Related Issues
💡 Background and Solution
📝 Change Log