deathbeds / jupyterlab-deck

Lightweight presentations for JupyterLab
https://jupyterlab-deck.rtfd.io
BSD 3-Clause "New" or "Revised" License
40 stars 9 forks source link

Add Cell tag-based style UI #40

Open bollwyvl opened 1 year ago

bollwyvl commented 1 year ago

References

Changes

codecov[bot] commented 1 year ago

Codecov Report

Merging #40 (4d54d13) into main (dc0abf2) will decrease coverage by 3.66%. The diff coverage is 88.93%.

:exclamation: Current head 4d54d13 differs from pull request most recent head fb4d878. Consider uploading reports for the commit fb4d878 to get more accurate results

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   92.82%   89.16%   -3.66%     
==========================================
  Files          14       24      +10     
  Lines        1268     1514     +246     
  Branches      248      278      +30     
==========================================
+ Hits         1177     1350     +173     
- Misses         45      106      +61     
- Partials       46       58      +12     
Flag Coverage Δ
back-end 100.00% <100.00%> (ø)
front-end 89.03% <88.83%> (-3.69%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
js/jupyterlab-deck/src/plugin.ts 100.00% <ø> (ø)
js/jupyterlab-deck/src/tools/layover.ts 95.34% <ø> (ø)
js/jupyterlab-deck/src/design.ts 69.38% <69.38%> (ø)
js/jupyterlab-deck/src/tools/base/button.ts 76.47% <76.47%> (ø)
js/jupyterlab-deck/src/tools/manager.ts 82.14% <82.14%> (ø)
js/jupyterlab-deck/src/tools/styleDefaults.ts 84.09% <84.09%> (ø)
js/jupyterlab-deck/src/tools/deckDefaults.ts 91.66% <91.66%> (ø)
js/jupyterlab-deck/src/notebook/plugin.ts 91.83% <91.83%> (ø)
js/jupyterlab-deck/src/tools/base/selector.ts 94.59% <94.59%> (ø)
js/jupyterlab-deck/src/tools/base/slider.ts 95.16% <95.16%> (ø)
... and 12 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

bollwyvl commented 1 year ago

Should use this pattern to get updated selections: https://github.com/jupyterlab/jupyterlab/pull/13915