vigetlabs / microcosm

Flux with actions at center stage. Write optimistic updates, cancel requests, and track changes with ease.
http://code.viget.com/microcosm/
MIT License
487 stars 29 forks source link

trying out new scroll behaviour/look #495

Closed ccchwang closed 6 years ago

ccchwang commented 6 years ago

Big ol refactor to simplify layout and implement the scrolling panels.

You can preview at: https://deploy-preview-495--inspiring-golick-b2d9e5.netlify.com/

ccchwang commented 6 years ago

@nhunzaker yeah this was totally just a trial run branch so apologies for all the commented out code. I'll clean it up!

nhunzaker commented 6 years ago

Ahhh! Sorry! Sorry! ignore me

codecov-io commented 6 years ago

Codecov Report

Merging #495 into master will increase coverage by 2.78%. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #495      +/-   ##
========================================
+ Coverage   95.21%    98%   +2.78%     
========================================
  Files          27     29       +2     
  Lines         669    702      +33     
  Branches      130    137       +7     
========================================
+ Hits          637    688      +51     
+ Misses         29     12      -17     
+ Partials        3      2       -1
Impacted Files Coverage Δ
packages/microcosm/src/ledger.js 88.88% <0%> (-11.12%) :arrow_down:
packages/microcosm/src/domain.js 97.91% <0%> (-2.09%) :arrow_down:
packages/microcosm/src/effect.js 100% <0%> (ø) :arrow_up:
packages/microcosm/src/microcosm.js 100% <0%> (ø) :arrow_up:
packages/microcosm-http/src/http.js
packages/microcosm/src/agent.js
packages/microcosm/src/proto.js
...ackages/microcosm-dom/test/engines/preact.setup.js 100% <0%> (ø)
packages/microcosm/test/helpers.js 100% <0%> (ø)
packages/microcosm-dom/test/engines/react.setup.js 100% <0%> (ø)
... and 2 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 80d4f62...e93e67c. Read the comment docs.