From f2610b8e84bf5cd7269d24791e7ca093370b93f9 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Mon, 22 Mar 2021 03:25:59 +0100 Subject: [PATCH] [events]: Added removal of events + minor optical improvement --- deps/quasar-ui-qcalendar | 2 +- .../components/overview/AgendaView.vue | 34 +++++++++-- .../components/overview/slots/EventSlot.vue | 61 +++++++++++++++---- .../components/overview/slots/JobSlot.vue | 4 +- src/plugins/schedule/store.ts | 10 +++ 5 files changed, 91 insertions(+), 20 deletions(-) diff --git a/deps/quasar-ui-qcalendar b/deps/quasar-ui-qcalendar index d0e503b..ac6d069 160000 --- a/deps/quasar-ui-qcalendar +++ b/deps/quasar-ui-qcalendar @@ -1 +1 @@ -Subproject commit d0e503b1bfc65f64216042d0fe39daf5377b7901 +Subproject commit ac6d0693a062f60d539d7f6d8fdee00fbcc528c7 diff --git a/src/plugins/schedule/components/overview/AgendaView.vue b/src/plugins/schedule/components/overview/AgendaView.vue index 3960d6c..91b7ddd 100644 --- a/src/plugins/schedule/components/overview/AgendaView.vue +++ b/src/plugins/schedule/components/overview/AgendaView.vue @@ -53,11 +53,15 @@ locale="de-de" style="height: 100%; min-height: 400px" > -