* chore(frontend): Install d3@7.6.1 * feat(frontend): Add basic graph components * feat: Add graph node component * feat: Add graph edges * fix: Rename graph flow module * feat: Add flow graph to editor * feat: Add loops * feat: Add hub scripts to graph * fix: Display hub scripts * fix: Nested loops * feat: Graph displaying packages * fix: Remove unused parts * feat: Update graph layout * fix: Clean up imports * feat: Add icons to graph nodes * feat: Add graph viewer to flow details page * fix: Action row component on scroll behaviour * fix: Update supported languages type * fix: Add bash language icons * fix: Support empty scripts and branches * fix: Ellipsizing virtual node text * feat: Display script id in node * fix: Remove graph from flow editor * fix: Update node id display * chore: Remove unused packages * flow viewer Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
33 lines
967 B
XML
33 lines
967 B
XML
<svg
|
|
width="20"
|
|
height="20"
|
|
viewBox="0 0 17 16"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="M8.42363 1.20868L7.14426 3.33305L6.33301 4.6793H9.88863L11.123 2.6293L11.9793 1.20868H8.42363Z"
|
|
fill="#BCD4FC"
|
|
/>
|
|
<path
|
|
d="M14.2218 4.67929H11.663H6.33301L8.11113 7.75867H9.88488H14.288H15.9999L14.2218 4.67929Z"
|
|
fill="#3B82F6"
|
|
/>
|
|
<path
|
|
d="M8.55814 8.59932L7.27877 10.8156L4.61377 15.4312H8.16939L9.05627 13.8949L11.2581 10.0812L12.1138 8.59869L8.55814 8.59932Z"
|
|
fill="#3B82F6"
|
|
/>
|
|
<path
|
|
d="M7.60615 8.56681L6.32678 6.35056L3.66178 1.73431L1.88428 4.81431L2.77115 6.35056L4.97303 10.1637L5.82865 11.6462L7.60615 8.56681Z"
|
|
fill="#3B82F6"
|
|
/>
|
|
<path
|
|
d="M4.05062 8.5668L1.57187 8.52056L0 8.49118L1.7775 11.5706L4.17063 11.6149L5.82875 11.6456L4.05062 8.5668Z"
|
|
fill="#BCD4FC"
|
|
/>
|
|
<path
|
|
d="M10.3364 11.6787L11.5364 13.8487L12.2971 15.2243L14.0746 12.1449L12.9164 10.0506L12.1146 8.59869L10.3364 11.6787Z"
|
|
fill="#BCD4FC"
|
|
/>
|
|
</svg>
|