From 6ef3800a53a4ab30715f7d3bed5bf2abf0300527 Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Wed, 18 Jun 2025 00:23:43 +0200 Subject: [PATCH] Organise edit page into tabs Use tabs for the various sections on the edit page so that the schedule timetable is more easily visible at the same time as the editable tables. --- components/TableScheduleEventSlots.vue | 2 - components/TableScheduleShiftSlots.vue | 3 - components/Tabs.vue | 86 ++++++++++++++++++ pages/edit.vue | 117 +++++++++++++++---------- 4 files changed, 155 insertions(+), 53 deletions(-) create mode 100644 components/Tabs.vue diff --git a/components/TableScheduleEventSlots.vue b/components/TableScheduleEventSlots.vue index 5fd0935..fffc718 100644 --- a/components/TableScheduleEventSlots.vue +++ b/components/TableScheduleEventSlots.vue @@ -1,6 +1,5 @@