Remove old editing interface
All checks were successful
/ build (push) Successful in 1m13s
/ deploy (push) Successful in 15s

Remove broken placeholder event editing interface that did not take
account to access permissions or events having multiple solts.
This commit is contained in:
Hornwitser 2025-05-27 17:38:23 +02:00
parent 8d0d2400d3
commit e7dc00db54
5 changed files with 0 additions and 198 deletions

View file

@ -41,7 +41,6 @@
</select>
</label>
<Timetable :schedule :eventSlotFilter :shiftSlotFilter />
<EventsEdit />
<h2>Events</h2>
<EventCard v-for="event in schedule.events.filter(e => e.slots.some(eventSlotFilter))" :event/>
<h2>Locations</h2>