From 62bb4c33cf5dd5cb6478f716a5ff2c8e7e318059 Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 2 Mar 2026 13:07:32 +0100 Subject: [PATCH] fix(gantt): improve parent task bar styling and visual grouping - Make parent task bars full height (32px) matching regular bars, instead of the thin 8px summary bar - Move collapse/expand chevron to sit right before the bar start position so it moves with the task during drag/resize - Remove fixed-position indent indicator lines - Add light background band with rounded border to visually group parent tasks with their children, sized to fit the bars --- frontend/src/components/gantt/GanttChart.vue | 73 ++++++++++++++++++- .../src/components/gantt/GanttRowBars.vue | 61 ++++++---------- 2 files changed, 94 insertions(+), 40 deletions(-) diff --git a/frontend/src/components/gantt/GanttChart.vue b/frontend/src/components/gantt/GanttChart.vue index f162f226d..9dd96f17c 100644 --- a/frontend/src/components/gantt/GanttChart.vue +++ b/frontend/src/components/gantt/GanttChart.vue @@ -32,6 +32,18 @@ >