jina-ai / dashboard

Interactive UI for analyzing Jina logs, designing Flows and viewing Hub images
https://dashboard.jina.ai
Apache License 2.0
118 stars 60 forks source link

feat: add styleguide #175

Closed Roshanjossey closed 3 years ago

Roshanjossey commented 3 years ago

First step in building a styleguide generated from our theme, components.

codecov[bot] commented 3 years ago

Codecov Report

Merging #175 (acbe068) into master (5ee8a44) will increase coverage by 0.66%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #175      +/-   ##
==========================================
+ Coverage   33.02%   33.69%   +0.66%     
==========================================
  Files         133      140       +7     
  Lines        2177     2220      +43     
  Branches      359      372      +13     
==========================================
+ Hits          719      748      +29     
- Misses       1454     1468      +14     
  Partials        4        4              
Impacted Files Coverage Δ
src/apps/Styleguide.tsx 0.00% <0.00%> (ø)
src/components/Layout/MainSidebar/MainSidebar.tsx 0.00% <ø> (ø)
src/index.tsx 0.00% <0.00%> (ø)
src/routes/Styleguide.tsx 0.00% <0.00%> (ø)
src/components/Styleguide/ColorsPage.tsx 100.00% <100.00%> (ø)
src/components/Styleguide/MiscPage.tsx 100.00% <100.00%> (ø)
src/components/Styleguide/TypographyPage.tsx 100.00% <100.00%> (ø)
src/styles/mediaQuery.ts 100.00% <100.00%> (ø)
src/redux/logStream/logStream.actions.ts 9.52% <0.00%> (-0.48%) :arrow_down:
... and 15 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 5ee8a44...7b73185. Read the comment docs.

BastinJafari commented 3 years ago

Very cool PR, I like the idea!