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: bugs in format painter #677

Merged
merged 7 commits into from
Dec 9, 2023
Merged

fix: bugs in format painter #677

merged 7 commits into from
Dec 9, 2023

Conversation

yuhongz
Copy link
Contributor

@yuhongz yuhongz commented Dec 7, 2023

  1. format painter set merges
  2. set cursor when format painter is enabled
  3. range mark conflicts between format-painter and clipboard
  4. delete useless merge mutation
  5. set copy range style

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

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

Comparison is base (9a8a523) 41.07% compared to head (c22a2a4) 34.66%.
Report is 3 commits behind head on dev.

Files Patch % Lines
...rc/commands/commands/set-format-painter.command.ts 80.00% 10 Missing and 1 partial ⚠️
...ets-ui/src/services/clipboard/clipboard.service.ts 0.00% 1 Missing ⚠️
.../services/mark-selection/mark-selection.service.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #677      +/-   ##
==========================================
- Coverage   41.07%   34.66%   -6.42%     
==========================================
  Files         297      346      +49     
  Lines       18045    22060    +4015     
  Branches     3647     4392     +745     
==========================================
+ Hits         7412     7646     +234     
- Misses       9114    12385    +3271     
- Partials     1519     2029     +510     

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

Copy link

github-actions bot commented Dec 7, 2023

View Deployment

📝 Doc 📊 Sheet 📽️ Slide
🔗 Preview link 🔗 Preview link 🔗 Preview link

View Storybook

📚 Storybook
🔗 Preview link

Copy link
Member

@wzhudev wzhudev left a comment

Choose a reason for hiding this comment

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

来补一波单元测试

Copy link

sonarcloud bot commented Dec 8, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 8 Code Smells

No Coverage information No Coverage information
14.7% 14.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@yuhongz yuhongz merged commit 7ea6fe8 into dev Dec 9, 2023
10 of 11 checks passed
@yuhongz yuhongz deleted the yuhongz/bugfixs-3 branch December 9, 2023 02:39
lumixraku added a commit that referenced this pull request May 10, 2024
lumixraku added a commit that referenced this pull request May 11, 2024
lumixraku added a commit that referenced this pull request May 13, 2024
lumixraku added a commit that referenced this pull request May 13, 2024
lumixraku added a commit that referenced this pull request May 13, 2024
lumixraku added a commit that referenced this pull request May 13, 2024
lumixraku added a commit that referenced this pull request May 13, 2024
lumixraku added a commit that referenced this pull request May 13, 2024
lumixraku added a commit that referenced this pull request May 13, 2024
lumixraku added a commit that referenced this pull request May 13, 2024
lumixraku added a commit that referenced this pull request May 14, 2024
lumixraku added a commit that referenced this pull request May 14, 2024
lumixraku added a commit that referenced this pull request May 14, 2024
lumixraku added a commit that referenced this pull request May 15, 2024
lumixraku added a commit that referenced this pull request May 15, 2024
jikkai pushed a commit that referenced this pull request May 15, 2024
jikkai pushed a commit that referenced this pull request May 15, 2024
lumixraku added a commit that referenced this pull request May 15, 2024
lumixraku added a commit that referenced this pull request May 15, 2024
lumixraku added a commit that referenced this pull request May 15, 2024
lumixraku added a commit that referenced this pull request May 15, 2024
lumixraku added a commit that referenced this pull request May 16, 2024
lumixraku added a commit that referenced this pull request May 16, 2024
lumixraku added a commit that referenced this pull request May 16, 2024
lumixraku added a commit that referenced this pull request May 16, 2024
lumixraku added a commit that referenced this pull request May 16, 2024
lumixraku added a commit that referenced this pull request May 16, 2024
lumixraku added a commit that referenced this pull request May 20, 2024
fix: #676 #677

fix: browser native zoom
lumixraku added a commit that referenced this pull request May 20, 2024
fix: #676

test: #677

fix: #700

fix: aux line background

fix: spreadsheet

fix: precise rect for background
lumixraku added a commit that referenced this pull request May 21, 2024
fix: #676 #677

fix: browser native zoom
lumixraku added a commit that referenced this pull request May 21, 2024
fix: #676

test: #677

fix: #700

fix: aux line background

fix: spreadsheet

fix: precise rect for background
lumixraku added a commit that referenced this pull request May 22, 2024
fix: #676 #677

fix: browser native zoom
lumixraku added a commit that referenced this pull request May 22, 2024
fix: #676

test: #677

fix: #700

fix: aux line background

fix: spreadsheet

fix: precise rect for background
lumixraku added a commit that referenced this pull request May 23, 2024
fix: #676 #677

fix: browser native zoom
lumixraku added a commit that referenced this pull request May 23, 2024
fix: #676

test: #677

fix: #700

fix: aux line background

fix: spreadsheet

fix: precise rect for background
lumixraku added a commit that referenced this pull request May 24, 2024
fix: #676 #677

fix: browser native zoom
lumixraku added a commit that referenced this pull request May 24, 2024
fix: #676

test: #677

fix: #700

fix: aux line background

fix: spreadsheet

fix: precise rect for background
lumixraku added a commit that referenced this pull request May 24, 2024
fix: #676 #677

fix: browser native zoom
lumixraku added a commit that referenced this pull request May 24, 2024
fix: #676

test: #677

fix: #700

fix: aux line background

fix: spreadsheet

fix: precise rect for background
lumixraku added a commit that referenced this pull request May 25, 2024
* fix(sheet): render viewport wrong size

* fix: new viewport need more param

* feat: cache by viewport

* fix: markdirty & scrolling was conflict before, so scrolling & dirty did not refresh whole viewport

* fix: 0510-1725

fix: #676 #677

fix: browser native zoom

* fix: blurry when applyCache especially in windows 175%

* fix: merge cells background

fix: #676

test: #677

fix: #700

fix: aux line background

fix: spreadsheet

fix: precise rect for background

* feat: fix cf render error on printing mode

fix: #700

* fix: viewport make dirty false

chore: eslint fix

* test(facade): fix canvas mock

fix: new viewport need more param222

test: mock canvas

fix: rm useless

* fix: should beginPath before clip()

* chore: comments to english

fix: expand shouldupdatecache

chore: better code

* fix: change viewport update timing

fix: update visible cache viewport area

---------

Co-authored-by: DR-Univer <[email protected]>
Co-authored-by: zw <[email protected]>
Co-authored-by: 白熱 <[email protected]>
lumixraku added a commit that referenced this pull request May 27, 2024
fix: #676 #677

fix: browser native zoom
lumixraku added a commit that referenced this pull request May 27, 2024
fix: #676

test: #677

fix: #700

fix: aux line background

fix: spreadsheet

fix: precise rect for background
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants