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 22 forks source link

set up page structure markup #444

Closed ccchwang closed 6 years ago

ccchwang commented 6 years ago

In this PR, I laid out skeleton markup for the page structure and did some light styling (mainly on nav, main, footer). I already set up a basic CSS system in an earlier commit. Below is a screenshot of how it looks so far:

screen shot 2017-11-01 at 1 48 49 pm

codecov-io commented 6 years ago

Codecov Report

Merging #444 into master will decrease coverage by 2.41%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #444      +/-   ##
=========================================
- Coverage   76.51%   74.1%   -2.42%     
=========================================
  Files          44      44              
  Lines        1367    1363       -4     
  Branches      253     253              
=========================================
- Hits         1046    1010      -36     
- Misses        263     293      +30     
- Partials       58      60       +2
Impacted Files Coverage Δ
packages/microcosm/src/addons/indexing.js 0% <0%> (-100%) :arrow_down:
packages/microcosm/src/addons/action-form.js 0% <0%> (-97.62%) :arrow_down:
packages/microcosm/src/addons/action-queue.js 80% <0%> (+80%) :arrow_up:
packages/microcosm/src/addons/action-button.js 96.87% <0%> (+96.87%) :arrow_up:

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 ca2e6aa...efb322b. Read the comment docs.

nhunzaker commented 6 years ago

@chloehwang If you don't mind, could you run this at the root of the project:

yarn format

That'll make CI happy :)