PulseTile / PulseTile-React-Core

PulseTile framework - developed with ReactJS
Apache License 2.0
10 stars 12 forks source link

UI-kit for React-version #290

Closed BogdanScherban closed 5 years ago

BogdanScherban commented 5 years ago

What was done:

1) New component UIkit was added to the Core to src/components/containers/ It consists of following parts:

2) UIkit page for React-version has content and functionality the same to UIkit page in Angular version: http://dev.ripple.foundation/ui-kit.html

3) Visibility of UIkit-page can be set by parameter isShowUIkitPage in theme settings file: src/themes.config.js

codecov-io commented 5 years ago

Codecov Report

Merging #290 into develop will decrease coverage by 2.6%. The diff coverage is 87.5%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #290      +/-   ##
===========================================
- Coverage    97.47%   94.86%   -2.61%     
===========================================
  Files          120      166      +46     
  Lines         1547     1949     +402     
  Branches       239      281      +42     
===========================================
+ Hits          1508     1849     +341     
- Misses          32       86      +54     
- Partials         7       14       +7
Impacted Files Coverage Δ
...s/UIkit/sections/fragments/components/Scrollbar.js 100% <ø> (ø)
src/components/containers/NavSearch/NavSearch.js 89.28% <ø> (-0.37%) :arrow_down:
...Ikit/sections/fragments/components/ControlGroup.js 100% <ø> (ø)
...ntainers/UIkit/sections/fragments/blocks/Footer.js 100% <ø> (ø)
...UIkit/sections/fragments/components/SliderRange.js 87.5% <ø> (ø)
...ainers/UIkit/sections/fragments/components/Form.js 100% <ø> (ø)
...ners/UIkit/sections/fragments/components/Switch.js 100% <ø> (ø)
...rc/components/containers/UIkit/sections/Sidebar.js 100% <ø> (ø)
...ts/containers/UIkit/sections/blocks/ColorPalete.js 100% <ø> (ø)
...ers/UIkit/sections/fragments/components/Selects.js 100% <ø> (ø)
... and 85 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 021efc5...fc59bff. Read the comment docs.