From 2a1782522d10222f132b08f722f4b19dc6f7a71d Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Mon, 3 Mar 2025 22:18:54 -0800 Subject: [PATCH] Adjustable Time Strip view: column resizing - Column resizing now shows the horizontal resize handle on the Time axis swimlane only. Handle now uses `:height` from the extended overlay lines to extend across all swimlanes. - TODO: fix regressions in Plan/Gantt view affecting swimlane height and overflow handling. --- src/plugins/timeline/TimelineViewLayout.vue | 2 ++ src/ui/components/swim-lane/SwimLane.vue | 20 +++++++++++++++++++- src/ui/components/swim-lane/swimlane.scss | 6 +++--- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/src/plugins/timeline/TimelineViewLayout.vue b/src/plugins/timeline/TimelineViewLayout.vue index 43bddd29a3..e2aea33b85 100644 --- a/src/plugins/timeline/TimelineViewLayout.vue +++ b/src/plugins/timeline/TimelineViewLayout.vue @@ -25,6 +25,8 @@