feat: event proposal and approval workflow #9

Closed
padreug wants to merge 38 commits from feat/event-approval-workflow into main
Showing only changes of commit 3425097a5c - Show all commits

fix: close remaining self-closing q-btn tags in pending approvals
Some checks failed
lint.yml / fix: close remaining self-closing q-btn tags in pending approvals (pull_request) Failing after 0s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Padreug 2026-04-27 11:09:39 +02:00

View file

@ -45,7 +45,7 @@
label="Approve"
size="sm"
@click="approveEvent(event.id)"
/>
></q-btn>
<q-btn
dense
outline
@ -54,7 +54,7 @@
label="Reject"
size="sm"
@click="rejectEvent(event.id)"
/>
></q-btn>
</div>
</q-item-section>
</q-item>