substance / texture

A visual editor for research.
MIT License
1k stars 85 forks source link

Multi view history #1172

Closed obuchtala closed 5 years ago

obuchtala commented 5 years ago

This PR uses a brand-new Substance feature to allow to retain changes across multiple views.

obuchtala commented 5 years ago

texture-multi-view-history

codecov[bot] commented 5 years ago

Codecov Report

Merging #1172 into master will increase coverage by 0.23%. The diff coverage is 90.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1172      +/-   ##
==========================================
+ Coverage   84.38%   84.61%   +0.23%     
==========================================
  Files         400      400              
  Lines        9112     8966     -146     
==========================================
- Hits         7689     7587     -102     
+ Misses       1423     1379      -44
Impacted Files Coverage Δ
src/dar/loadManifest.js 100% <ø> (ø) :arrow_up:
src/kit/app/AppState.js 78.16% <ø> (-0.25%) :arrow_down:
src/kit/ui/_IsolatedInlineNodeComponent.js 100% <100%> (ø)
src/kit/app/DocumentObserver.js 100% <100%> (ø) :arrow_up:
src/article/shared/EditorPanel.js 79.68% <100%> (-2.51%) :arrow_down:
src/article/ArticleSession.js 92.3% <100%> (ø) :arrow_up:
src/kit/ui/_IsolatedNodeComponent.js 100% <100%> (ø) :arrow_up:
src/kit/app/EditorState.js 94.11% <100%> (+0.05%) :arrow_up:
src/article/ArticlePanel.js 81.81% <100%> (+8.9%) :arrow_up:
src/article/SwitchViewCommand.js 87.5% <100%> (-2.5%) :arrow_down:
... and 9 more

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 3767032...6cd5815. Read the comment docs.