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 61 forks source link

Implement flow canvas design #148

Closed BastinJafari closed 3 years ago

BastinJafari commented 3 years ago

Implementation of the new canvas design

codecov[bot] commented 3 years ago

Codecov Report

Merging #148 (5287408) into master (50d0dd4) will increase coverage by 0.93%. The diff coverage is 25.69%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #148      +/-   ##
==========================================
+ Coverage   20.60%   21.54%   +0.93%     
==========================================
  Files         137      139       +2     
  Lines        2630     2701      +71     
  Branches      454      446       -8     
==========================================
+ Hits          542      582      +40     
- Misses       2088     2119      +31     
Impacted Files Coverage Δ
src/components/FlowChart/ChartNode.tsx 0.00% <0.00%> (ø)
src/components/FlowChart/CommandBar.tsx 0.00% <0.00%> (ø)
src/components/FlowChart/FlowSelection.tsx 0.00% <0.00%> (ø)
src/components/FlowChart/NodePort.tsx 0.00% <0.00%> (ø)
src/components/FlowChart/Sidebar.tsx 0.00% <0.00%> (ø)
src/data/defaultPods.ts 0.00% <0.00%> (ø)
src/helpers/flow-chart.ts 100.00% <ø> (ø)
src/layouts/IconSidebar.tsx 0.00% <0.00%> (ø)
src/modals/NewFlow.tsx 0.00% <0.00%> (ø)
src/modals/PodEdit.tsx 0.00% <0.00%> (ø)
... and 14 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 50d0dd4...5287408. Read the comment docs.