10: Added a "Delete Event" button within the EditEventModal, allowing admins and senders to delete events. When the button is clicked, a confirmation modal appears displaying the event's title, asking the user to confirm the deletion. Upon confirmation, an alert modal appears to notify the user that the event has been successfully deleted, again showing the event's title for clarity.
*The error case for deleteEventHandler has not been manually tested yet. For now the response always returns ok.
10: Added a "Delete Event" button within the EditEventModal, allowing admins and senders to delete events. When the button is clicked, a confirmation modal appears displaying the event's title, asking the user to confirm the deletion. Upon confirmation, an alert modal appears to notify the user that the event has been successfully deleted, again showing the event's title for clarity.
*The error case for deleteEventHandler has not been manually tested yet. For now the response always returns ok.