Tweaked Participants and Settings pages

This commit is contained in:
Pen Anderson 2026-03-04 14:31:52 -06:00
parent 3906b73c61
commit 219acb62d6
3 changed files with 75 additions and 20 deletions

View file

@ -232,8 +232,8 @@
Permanently delete all records of a given type. This cannot be undone.
</p>
<div style="display:flex;flex-wrap:wrap;gap:0.5rem">
<button class="btn btn-danger" onclick={() => resetModel('attendees', api.settings.resetAttendees)}>
Delete All Attendees
<button class="btn btn-danger" onclick={() => resetModel('tickets', api.settings.resetTickets)}>
Delete All Tickets
</button>
<button class="btn btn-danger" onclick={() => resetModel('volunteers', api.settings.resetVolunteers)}>
Delete All Volunteers