mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 08:02:26 +00:00
746fb8cc7f
* 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>
11 lines
2.3 KiB
XML
11 lines
2.3 KiB
XML
<svg
|
|
width="20"
|
|
height="20"
|
|
viewBox="0 0 17 16"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path d="M14.1328 1H2.86719C2.11211 1 1.5 1.61211 1.5 2.36719V13.6328C1.5 14.3879 2.11211 15 2.86719 15H14.1328C14.8879 15 15.5 14.3879 15.5 13.6328V2.36719C15.5 1.61211 14.8879 1 14.1328 1Z" fill="#3178C6"/>
|
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M10.168 12.1289V13.4961C10.3895 13.6109 10.6602 13.6957 10.9609 13.7531C11.2617 13.8105 11.5898 13.8379 11.918 13.8379C12.2461 13.8379 12.5469 13.8078 12.8477 13.7449C13.1484 13.682 13.3945 13.5781 13.6133 13.4441C13.8348 13.2992 14.0234 13.116 14.1328 12.8699C14.2422 12.6238 14.327 12.3504 14.327 11.9949C14.327 11.7461 14.2887 11.5301 14.2148 11.3387C14.141 11.1473 14.0344 10.9832 13.8867 10.8465C13.7473 10.7016 13.5859 10.573 13.3945 10.4637C13.2031 10.3543 12.9844 10.2394 12.7383 10.1355C12.5578 10.0617 12.4102 9.99062 12.2461 9.91952C12.1039 9.84843 11.9809 9.77734 11.8906 9.70624C11.7895 9.63241 11.7129 9.55585 11.6582 9.47655C11.6035 9.39452 11.5762 9.30429 11.5762 9.20312C11.5762 9.11015 11.6005 9.02538 11.65 8.94882C11.6995 8.87226 11.7676 8.80937 11.8551 8.75468C11.9426 8.69999 12.052 8.65898 12.1832 8.6289C12.3117 8.59882 12.4539 8.58515 12.6207 8.58515C12.7355 8.58515 12.8559 8.59363 12.9762 8.61085C13.102 8.62808 13.2305 8.6546 13.359 8.69015C13.4875 8.7257 13.6133 8.76945 13.7418 8.82413C13.8621 8.87882 13.9742 8.94171 14.0699 9.01281V7.72765C13.8621 7.64835 13.6324 7.5882 13.3863 7.54991C13.1402 7.51163 12.8668 7.49249 12.5387 7.49249C12.2105 7.49249 11.9098 7.52804 11.609 7.5964C11.3082 7.66476 11.0621 7.77413 10.8434 7.92452C10.6219 8.07218 10.4605 8.25265 10.3238 8.49874C10.1953 8.72843 10.1324 8.99093 10.1324 9.31905C10.1324 9.72921 10.25 10.0847 10.4879 10.3581C10.723 10.6589 11.0895 10.8776 11.5543 11.0964C11.743 11.173 11.9098 11.2495 12.0738 11.3234C12.2379 11.3972 12.3746 11.4737 12.484 11.553C12.6016 11.6323 12.6945 11.7198 12.7574 11.8128C12.8258 11.9058 12.8613 12.0151 12.8613 12.1409C12.8613 12.2284 12.84 12.3105 12.7984 12.387C12.7569 12.4636 12.6918 12.5292 12.6043 12.5839C12.5168 12.6386 12.4102 12.6823 12.2762 12.7151C12.1477 12.7452 12.0027 12.7616 11.8113 12.7616C11.5105 12.7616 11.2098 12.7097 10.9363 12.6058C10.6355 12.5019 10.3621 12.346 10.116 12.1409L10.168 12.1289ZM7.87109 8.76562H9.62109V7.64452H4.72656V8.76562H6.47656V13.7695H7.87109V8.76562Z" fill="white"/>
|
|
</svg>
|