jaredLunde / exploration

⛵ Primitives for creating high performance file explorers with React
https://codesandbox.io/s/basic-example-p1udcm?file=/src/App.tsx
MIT License
50 stars 3 forks source link

feat: add file tree snapshot restoration #12

Closed jaredLunde closed 2 years ago

codesandbox-ci[bot] commented 2 years ago

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 1e71f02f44da956978df0f8b994b9431e630811e:

Sandbox Source
exploration-basic Configuration
codecov-commenter commented 2 years ago

Codecov Report

Merging #12 (49a890d) into main (dd87773) will increase coverage by 5.81%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #12      +/-   ##
==========================================
+ Coverage   90.02%   95.83%   +5.81%     
==========================================
  Files          27       26       -1     
  Lines        1293     1248      -45     
  Branches      341      333       -8     
==========================================
+ Hits         1164     1196      +32     
+ Misses        118       51      -67     
+ Partials       11        1      -10     
Impacted Files Coverage Δ
src/file-tree.ts 97.53% <ø> (ø)
src/index.ts 83.33% <100.00%> (+0.72%) :arrow_up:
src/path-fx.ts 100.00% <100.00%> (ø)
src/test/utils.ts 100.00% <100.00%> (ø)
src/tree/tree.ts 99.46% <100.00%> (ø)
src/use-file-tree-snapshot.ts 100.00% <100.00%> (ø)
src/use-virtualize.ts 89.28% <100.00%> (+0.31%) :arrow_up:
examples/basic/src/index.tsx
examples/basic/src/App.tsx

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 969164e...49a890d. Read the comment docs.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.2.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: