Wonder-Technology / Wonder-Editor

Functional 3D Webgl Editor
https://yyc-git.github.io/wonder/index.html
Apache License 2.0
172 stars 47 forks source link

Component: ColorPicker #1

Closed zzmingo closed 7 years ago

zzmingo commented 7 years ago

Add a component for color picking.

It's based on the very repo: https://github.com/casesandberg/react-color/

codecov-io commented 7 years ago

Codecov Report

Merging #1 into color will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##            color       #1   +/-   ##
=======================================
  Coverage   50.53%   50.53%           
=======================================
  Files           1        1           
  Lines       15133    15133           
=======================================
  Hits         7648     7648           
  Misses       7485     7485

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 b044216...41981a1. Read the comment docs.

yyc-git commented 7 years ago

test: you can add test case in test/test_ui/, refer to Translation.spec.tsx

zzmingo commented 7 years ago

I updated, How to re-trigger the codecov.io ?

yyc-git commented 7 years ago

wo will see it

yyc-git commented 7 years ago

the codecov seems to be newest already. https://codecov.io/gh/DreamForeast/Wonder-Editor/pull/1/commits

the reason of that the rate don't change is that the rate is affected by "gulp testEditor"e, not by "npm run ui".