joshwcomeau / guppy

🐠A friendly application manager and task runner for React.js
ISC License
3.27k stars 154 forks source link

Semantic colors #377

Closed melanieseltzer closed 5 years ago

melanieseltzer commented 5 years ago

Based on branch from @mathieudutour (see PR #326). Taking over to bring it up to date with master and get it ready.

To Do:

~From #326:~

~Anything else?~

Moved lingering to-dos to #378

codecov[bot] commented 5 years ago

Codecov Report

Merging #377 into master will increase coverage by 0.02%. The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #377      +/-   ##
==========================================
+ Coverage   57.91%   57.94%   +0.02%     
==========================================
  Files         158      158              
  Lines        3329     3331       +2     
  Branches      462      462              
==========================================
+ Hits         1928     1930       +2     
  Misses       1195     1195              
  Partials      206      206
Impacted Files Coverage Ξ”
src/components/CreateNewProjectWizard/BuildPane.js 97.67% <ΓΈ> (ΓΈ) :arrow_up:
...ponents/TextInputWithButton/TextInputWithButton.js 33.33% <ΓΈ> (ΓΈ) :arrow_up:
...ts/DependencyManagementPane/DependencyUpdateRow.js 36.84% <ΓΈ> (ΓΈ) :arrow_up:
...ents/DependencyManagementPane/DependencyDetails.js 100% <ΓΈ> (ΓΈ) :arrow_up:
...c/components/CreateNewProjectWizard/ProjectPath.js 100% <ΓΈ> (ΓΈ) :arrow_up:
...rc/components/AppSettingsModal/AppSettingsModal.js 96% <ΓΈ> (ΓΈ) :arrow_up:
src/components/DirectoryPicker/DirectoryPicker.js 46.15% <ΓΈ> (ΓΈ) :arrow_up:
src/components/ProgressBar/ProgressBar.js 100% <ΓΈ> (ΓΈ) :arrow_up:
src/components/Modal/Modal.js 78.26% <ΓΈ> (ΓΈ) :arrow_up:
...onents/CreateNewProjectWizard/BuildStepProgress.js 93.75% <ΓΈ> (ΓΈ) :arrow_up:
... and 50 more
melanieseltzer commented 5 years ago

I'll extract the lingering to-dos into an issue :)