Skip to content
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 listen to onCollapseAllFolders #673

Merged
merged 3 commits into from
Mar 1, 2022
Merged

feat: support listen to onCollapseAllFolders #673

merged 3 commits into from
Mar 1, 2022

Conversation

mortalYoung
Copy link
Collaborator

简介

主要变更

  • explorer 支持 onCollapseAllFolders 事件
  • 修复 Tree 组件的 bug

注:用户需要去实现 onCollapseAllFolders 事件,molecule 不负责实现

@mortalYoung mortalYoung added this to the 0.9.0-beta.4 milestone Mar 1, 2022
@mortalYoung mortalYoung self-assigned this Mar 1, 2022
@codecov
Copy link

codecov bot commented Mar 1, 2022

Codecov Report

Merging #673 (52e1837) into main (ed10d63) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #673      +/-   ##
==========================================
+ Coverage   90.67%   90.69%   +0.01%     
==========================================
  Files         189      189              
  Lines        5933     5940       +7     
  Branches     1425     1428       +3     
==========================================
+ Hits         5380     5387       +7     
  Misses        546      546              
  Partials        7        7              
Impacted Files Coverage Δ
src/model/workbench/explorer/explorer.tsx 100.00% <ø> (ø)
src/services/builtinService/const.ts 100.00% <ø> (ø)
src/components/tree/index.tsx 98.98% <100.00%> (+0.01%) ⬆️
src/controller/explorer/explorer.tsx 100.00% <100.00%> (ø)
src/services/workbench/explorer/explorerService.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ed10d63...52e1837. Read the comment docs.

Copy link
Collaborator

@wewoor wewoor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@wewoor wewoor merged commit c230885 into main Mar 1, 2022
@wewoor wewoor deleted the feat/collapse branch March 1, 2022 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants