From f18813f3ff04ee326ea98e43e5912c4e80a7d6d8 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 @@