From 66e4acd3b7ba0eda17e5b0362e2d7e053c52166d Mon Sep 17 00:00:00 2001 From: David Tsay Date: Thu, 16 Jan 2025 14:23:38 -0800 Subject: [PATCH] resize widths for all swimlane labels - resize is not yet persisted --- src/plugins/timeline/TimelineViewLayout.vue | 15 +++- src/ui/components/swim-lane/SwimLane.vue | 31 +------ src/utils/vue/useDragResizer.js | 93 +++++++++++++++++++++ 3 files changed, 110 insertions(+), 29 deletions(-) create mode 100644 src/utils/vue/useDragResizer.js diff --git a/src/plugins/timeline/TimelineViewLayout.vue b/src/plugins/timeline/TimelineViewLayout.vue index 8edebe66f9..3740cb6f72 100644 --- a/src/plugins/timeline/TimelineViewLayout.vue +++ b/src/plugins/timeline/TimelineViewLayout.vue @@ -62,7 +62,8 @@