From cd42406850e7ed33e47feb7d6590212106648d88 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 2 Mar 2026 09:17:25 +0100 Subject: [PATCH] feat(gantt): create arrow SVG overlay component for relations --- .../components/gantt/GanttRelationArrows.vue | 131 ++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 frontend/src/components/gantt/GanttRelationArrows.vue diff --git a/frontend/src/components/gantt/GanttRelationArrows.vue b/frontend/src/components/gantt/GanttRelationArrows.vue new file mode 100644 index 000000000..a01a92b93 --- /dev/null +++ b/frontend/src/components/gantt/GanttRelationArrows.vue @@ -0,0 +1,131 @@ + + + + + +