From a0aaa21519712989f96c6e6ac55b79694671a9fb Mon Sep 17 00:00:00 2001 From: BlackFuffey Date: Wed, 24 Jun 2026 18:27:14 -0400 Subject: [PATCH] feat(projects): make gantt chart zoom in if there are space available --- frontend/src/components/gantt/GanttChart.vue | 73 +++++++++++++++++--- 1 file changed, 62 insertions(+), 11 deletions(-) diff --git a/frontend/src/components/gantt/GanttChart.vue b/frontend/src/components/gantt/GanttChart.vue index f75753428..19a4e1124 100644 --- a/frontend/src/components/gantt/GanttChart.vue +++ b/frontend/src/components/gantt/GanttChart.vue @@ -13,14 +13,14 @@