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

fix(editor): Implement canvas zoom UX improvements #7376

Merged
merged 4 commits into from
Oct 10, 2023

Merge branch 'master' into node-839-improve-zoom-ux

ec9af1f
Select commit
Loading
Failed to load commit list.
Merged

fix(editor): Implement canvas zoom UX improvements #7376

Merge branch 'master' into node-839-improve-zoom-ux
ec9af1f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 10, 2023 in 0s

33.41% (+0.00%) compared to fbcd1d4

View this Pull Request on Codecov

33.41% (+0.00%) compared to fbcd1d4

Details

Codecov Report

Attention: 66 lines in your changes are missing coverage. Please review.

Comparison is base (fbcd1d4) 33.40% compared to head (ec9af1f) 33.41%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #7376   +/-   ##
=======================================
  Coverage   33.40%   33.41%           
=======================================
  Files        3389     3389           
  Lines      206627   206654   +27     
  Branches    22307    22308    +1     
=======================================
+ Hits        69032    69055   +23     
- Misses     136477   136481    +4     
  Partials     1118     1118           
Files Coverage Δ
packages/editor-ui/src/Interface.ts 100.00% <100.00%> (ø)
.../editor-ui/src/composables/useCanvasMouseSelect.ts 6.33% <25.00%> (-1.76%) ⬇️
packages/editor-ui/src/utils/canvasUtils.ts 40.80% <40.00%> (+10.97%) ⬆️
packages/editor-ui/src/stores/canvas.store.ts 14.93% <23.40%> (+1.67%) ⬆️

... and 3 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.