seas-computing / mark-one

A UI component library for building React Apps (in development)
https://seas-computing.github.io/mark-one/
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Feature/201 spinner #58

Closed farassadek closed 4 years ago

farassadek commented 4 years ago

Add spinner from fornawesome issue: https://github.com/seas-computing/course-planner/issues/201

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into develop will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop       #58   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           30        32    +2     
  Lines          373       434   +61     
  Branches        37        46    +9     
=========================================
+ Hits           373       434   +61     
Impacted Files Coverage Δ
src/Spinners/LoadSpinner.tsx 100.00% <100.00%> (ø)
src/Spinners/LoadSpinnerText.tsx 100.00% <100.00%> (ø)
src/Tables/Table.tsx 100.00% <0.00%> (ø)
src/Tables/TableRow.tsx 100.00% <0.00%> (ø)
src/Tables/TableBody.tsx 100.00% <0.00%> (ø)
src/Tables/TableCell.tsx 100.00% <0.00%> (ø)
src/Tables/TableHead.tsx 100.00% <0.00%> (ø)
src/Tables/TableHeadingCell.tsx 100.00% <0.00%> (ø)

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 1e80ed0...31ed94f. Read the comment docs.

jonseitz commented 4 years ago

I approve this PR. Feel free to merge when ready!