-
Notifications
You must be signed in to change notification settings - Fork 132
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: support the horizontal layout of MenuBar #553
Conversation
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.
单元测试需要补一下
Codecov Report
@@ Coverage Diff @@
## main #553 +/- ##
==========================================
+ Coverage 86.56% 86.74% +0.18%
==========================================
Files 188 189 +1
Lines 5499 5562 +63
Branches 1226 1243 +17
==========================================
+ Hits 4760 4825 +65
+ Misses 729 727 -2
Partials 10 10
Continue to review full report at Codecov.
|
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
* feat: support the horizontal layout of MenuBar * feat: update menuBar unit test * feat: menubar supports custom icon * feat: supplement the unit test code of menuBar * feat: optimize code and supplement unit tests Co-authored-by: jiming <jiming@dtstack.com>
* docs: update the images url * docs: update the images url * build: remove package-lock.json * build: remove package-lock.json * build: update the yarn.lock * build: update yarn.lock * docs: update the introduction in README (#552) * feat: support the horizontal layout of MenuBar (#553) * feat: support the horizontal layout of MenuBar * feat: update menuBar unit test * feat: menubar supports custom icon * feat: supplement the unit test code of menuBar * feat: optimize code and supplement unit tests Co-authored-by: jiming <jiming@dtstack.com> * build: upgrade node-sass-alias-importer Co-authored-by: 野迂迂 <yangwei1@outlook.com> Co-authored-by: Shawn <1322397827@qq.com> Co-authored-by: jiming <jiming@dtstack.com>
Description
MenuBar 支持 horizontal 布局
Fixes #457
Changes