From 6ab3b374a2bb1e159df582b71782d47ec260d9c4 Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Mon, 23 Feb 2026 18:12:05 +0700 Subject: [PATCH] feat(calendar-lab): switch zoom scene to panzoom engine --- .../calendar/lab/CrmCalendarZoomLab.vue | 74 ++++++++++++------- frontend/package-lock.json | 7 ++ frontend/package.json | 1 + 3 files changed, 54 insertions(+), 28 deletions(-) diff --git a/frontend/app/components/workspace/calendar/lab/CrmCalendarZoomLab.vue b/frontend/app/components/workspace/calendar/lab/CrmCalendarZoomLab.vue index a415e39..99e175a 100644 --- a/frontend/app/components/workspace/calendar/lab/CrmCalendarZoomLab.vue +++ b/frontend/app/components/workspace/calendar/lab/CrmCalendarZoomLab.vue @@ -1,4 +1,5 @@ @@ -334,7 +352,7 @@ onBeforeUnmount(() => { :class="canZoomIn ? 'cursor-zoom-in' : 'cursor-zoom-out'" @wheel.prevent="onWheel" > -