owltide/components
Hornwitser 02be8a37a5 Implement editing of time slots
Render the timeslots as an editable table of times with associated
event.  When the event it's linked to is edited the time slot is removed
from the original event it belonged to and added to the possibly new
event it now belongs to.  This gives a somewhat intutive editing
experience when editing time slots linked to events with multiple times.
2025-03-14 18:19:58 +01:00
..
EventCard.vue Fixes on reading the session object 2025-03-09 22:18:42 +01:00
EventsEdit.vue Move schedule fetching into useSchedule composable 2025-03-10 15:41:32 +01:00
Header.vue Implement account type restricted page 2025-03-09 22:37:07 +01:00
LocationsTable.vue Add editable LocationsTable 2025-03-11 16:05:38 +01:00
LogOutButton.vue Pull Log Out button into its own component 2025-03-07 21:46:44 +01:00
PushNotification.vue Refactor push subscription logic into a composable 2025-03-07 16:08:45 +01:00
ScheduleTable.vue Implement editing of time slots 2025-03-14 18:19:58 +01:00
timetable-terminology.png Port application from Next.js to Nuxt 2025-03-05 15:36:50 +01:00
Timetable.vue Pass schedule as a prop to Timetable 2025-03-14 17:38:01 +01:00