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