Add organizer cancel-event flow to EventList #41
Reference in New Issue
Block a user
Delete Branch "018-cancel-event-list"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Test plan
🤖 Generated with Claude Code
Organizers can now cancel events directly from the event list via the existing PATCH /events/{eventToken} API. The confirmation dialog shows role-differentiated messaging: "Cancel event?" with a severity warning for organizers vs. "Remove event?" for attendees. Responses 204, 409, and 404 all result in successful removal from the local list. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>