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/read only setting #4902

Merged
merged 12 commits into from
Dec 16, 2024

fix(keys): drop esc for done in read only mode

d7f4a75
Select commit
Loading
Failed to load commit list.
Merged

Feat/read only setting #4902

fix(keys): drop esc for done in read only mode
d7f4a75
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 16, 2024 in 0s

46.90% (+0.03%) compared to cd24032

View this Pull Request on Codecov

46.90% (+0.03%) compared to cd24032

Details

Codecov Report

Attention: Patch coverage is 45.12195% with 45 lines in your changes missing coverage. Please review.

Project coverage is 46.90%. Comparing base (cd24032) to head (d7f4a75).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/components/Editor.vue 0.00% 14 Missing ⚠️
src/components/Editor/Wrapper.vue 0.00% 9 Missing ⚠️
src/components/Menu/ReadonlyBar.vue 0.00% 8 Missing ⚠️
src/components/Menu/MenuBar.vue 0.00% 6 Missing ⚠️
...rc/components/Suggestion/LinkPicker/suggestions.js 16.66% 5 Missing ⚠️
src/files.js 0.00% 2 Missing ⚠️
src/public.js 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4902      +/-   ##
==========================================
+ Coverage   46.86%   46.90%   +0.03%     
==========================================
  Files         747      732      -15     
  Lines       34012    34057      +45     
  Branches     1240     1225      -15     
==========================================
+ Hits        15940    15973      +33     
- Misses      17451    17478      +27     
+ Partials      621      606      -15     

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