feat: add add/edit ministrant actions in ListView

- Each ministrant row shows an edit button for admin
- Bottom of ministrant list has an add button
- Events wired to PlanView's createMinistrant dialog
This commit is contained in:
2026-07-14 22:01:15 +02:00
parent 9e70dea85a
commit 39929361a0
2 changed files with 65 additions and 0 deletions
+2
View File
@@ -345,6 +345,8 @@ async function importZelebrationsplan() {
:admin="editPlanAdmin"
@toggle-mark="toggleMark"
@add-gottesdienst="createGottesdienst()"
@add-ministrant="createMinistrant()"
@edit-ministrant="(id) => createMinistrant(id)"
class="plan list"
v-if="viewMode === 'list'">