diff --git a/components/EventDetailsDialog.vue b/components/EventDetailsDialog.vue index 90daf95..9905600 100644 --- a/components/EventDetailsDialog.vue +++ b/components/EventDetailsDialog.vue @@ -260,6 +260,18 @@ + + + Delete Event + + + + + + + + mdi-alert + Delete Event + + + + + Warning: This action cannot be undone + This will permanently delete the event and all associated RSVP data. + + +

+ Are you sure you want to delete "{{ event?.title }}"? +

+ +
+
+ mdi-information + This event has {{ event.current_attendees }} confirmed attendees. Their RSVPs will also be deleted. +
+
+
+ + + + + Cancel + + + Delete Event + + +
+