JuliaGizmos / InteractBase.jl

Build interactive HTML5 widgets in Julia
Other
27 stars 23 forks source link

Standardize output widgets #81

Closed piever closed 6 years ago

piever commented 6 years ago

All option output widgets (accordion, tabulator and mask) now behave the same: they have both a index or key observable that can be used to set what to display. If the underlying options are updated, value is preserved.

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@45eadb1). Click here to learn what that means. The diff coverage is 89.65%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #81   +/-   ##
=========================================
  Coverage          ?   79.43%           
=========================================
  Files             ?       15           
  Lines             ?      535           
  Branches          ?        0           
=========================================
  Hits              ?      425           
  Misses            ?      110           
  Partials          ?        0
Impacted Files Coverage Δ
src/InteractBase.jl 0% <ø> (ø)
src/widget_utils.jl 47.05% <50%> (ø)
src/optioninput.jl 95.29% <75%> (ø)
src/output.jl 92.39% <95.65%> (ø)

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 45eadb1...3bfac01. Read the comment docs.