-
Notifications
You must be signed in to change notification settings - Fork 129
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: develop a Split Pane component #509
Conversation
Codecov Report
@@ Coverage Diff @@
## main #509 +/- ##
==========================================
+ Coverage 89.38% 90.66% +1.28%
==========================================
Files 185 189 +4
Lines 5631 5915 +284
Branches 1336 1420 +84
==========================================
+ Hits 5033 5363 +330
+ Misses 590 545 -45
+ Partials 8 7 -1
Continue to review full report at Codecov.
|
c24d7d3
to
47327d3
Compare
@mortalYoung 试了下,Workbench 面板 Resize 好像出不来,Outline 面板可以无限制拖动 |
resize 修复了,Panel 这块因为没有 minSize 和 maxSize 设置,所以可以无限制的拖动 |
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.
@mortalYoung |
f46ef27
to
43853ee
Compare
* refactor: use built-in splitPane component in collapse and editor * feat: improve collapse * feat: support resize strategy for Split Pane * test: update tests * test: add unit tests for Collapse Component
a2d600b
to
4888356
Compare
done! |
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.
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.
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.
+1
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.
+1
简介
react-split-pane
主要变更
SplitPane
组件请先合并 #510 的内容到本分支,再把本分支合并至 main 分支
Related Issues
Closed #644 #407