From a32a49b281e7d08f76154e7ec29d46acd2e518f3 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sun, 21 Sep 2025 23:15:10 +0200 Subject: [PATCH] Add UI for setting cancelled status Add indications in event cards, event slot cards and the timetable for an event or event slot being cancelled by striking it through and dimming the text colour. And a checkbox in the event and event slot list to edit the cancelled status. And a diff entry for the cancelled status on events and event slots. --- components/CardEvent.vue | 20 +++++++++++++++++--- components/CardEventSlot.vue | 13 +++++++++++-- components/DiffScheduleEvent.vue | 6 ++++++ components/DiffScheduleEventSlot.vue | 6 ++++++ components/TableScheduleEventSlots.vue | 9 +++++++++ components/TableScheduleEvents.vue | 9 +++++++++ components/Timetable.vue | 11 ++++++++++- 7 files changed, 68 insertions(+), 6 deletions(-) diff --git a/components/CardEvent.vue b/components/CardEvent.vue index cec96b9..0d90894 100644 --- a/components/CardEvent.vue +++ b/components/CardEvent.vue @@ -3,7 +3,10 @@ SPDX-License-Identifier: AGPL-3.0-or-later -->