From df8450b09d0f15097c528d22cc1bfa2dede98846 Mon Sep 17 00:00:00 2001 From: Sebastian Krupinski Date: Mon, 10 Aug 2026 21:43:54 -0400 Subject: [PATCH] refactor: improve properties input Signed-off-by: Sebastian Krupinski --- src/components/EventEditor.vue | 2 - .../editors/EventEditorLocations.vue | 44 +++++++------- .../editors/EventEditorNotifications.vue | 9 +-- .../editors/EventEditorOccurrence.vue | 12 ++-- .../editors/EventEditorParticipants.vue | 59 ++++--------------- 5 files changed, 43 insertions(+), 83 deletions(-) diff --git a/src/components/EventEditor.vue b/src/components/EventEditor.vue index 40fe817..e897b51 100644 --- a/src/components/EventEditor.vue +++ b/src/components/EventEditor.vue @@ -252,9 +252,7 @@ watch( diff --git a/src/components/editors/EventEditorLocations.vue b/src/components/editors/EventEditorLocations.vue index 3c569ed..a16c354 100644 --- a/src/components/editors/EventEditorLocations.vue +++ b/src/components/editors/EventEditorLocations.vue @@ -22,21 +22,30 @@ const hasLocations = () => {