Conversation
mortalYoung
requested changes
Dec 16, 2021
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.
|
wewoor
requested changes
Dec 19, 2021
wewoor
pushed a commit
that referenced
this pull request
Dec 20, 2021
* 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>
wewoor
added a commit
that referenced
this pull request
Dec 20, 2021
* 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
MenuBar 支持 horizontal 布局
Fixes #457
Changes