From 6bebd61e442ef70e748c1f3962e128c1c53f46ec Mon Sep 17 00:00:00 2001 From: Grigory Vodyanov Date: Mon, 8 Jul 2024 17:17:16 +0200 Subject: [PATCH] feat: improve sidebar organization Signed-off-by: Grigory Vodyanov --- src/components/AppNavigation/CalendarList.vue | 95 ++++++++++++++++++- .../CalendarList/CalendarListItem.vue | 22 +++-- .../CalendarList/CalendarListNew.vue | 12 +-- src/views/Calendar.vue | 4 - 4 files changed, 114 insertions(+), 19 deletions(-) diff --git a/src/components/AppNavigation/CalendarList.vue b/src/components/AppNavigation/CalendarList.vue index f52fd64aed..256978f278 100644 --- a/src/components/AppNavigation/CalendarList.vue +++ b/src/components/AppNavigation/CalendarList.vue @@ -9,17 +9,66 @@ v-bind="{swapThreshold: 0.30, delay: 500, delayOnTouchOnly: true, touchStartThreshold: 3}" draggable=".draggable-calendar-list-item" @update="update"> + + + + + + + + + + + + + + + + +