From 848a330f3a4eeb09c61249f36e68d6ac9ad4fd77 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Wed, 16 Jul 2025 19:07:36 +0200 Subject: [PATCH] Add editing and display of event host Display and allow editing of the host field of events. --- components/CardEvent.vue | 3 +++ components/DiffScheduleEvent.vue | 6 ++++++ components/TableScheduleEvents.vue | 9 +++++++++ 3 files changed, 18 insertions(+) diff --git a/components/CardEvent.vue b/components/CardEvent.vue index c5b9dbe..6a4d5a0 100644 --- a/components/CardEvent.vue +++ b/components/CardEvent.vue @@ -5,6 +5,9 @@