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 d740cb1f97 - Show all commits

fix: close self-closing q-badge tag in status column
Some checks failed
lint.yml / fix: close self-closing q-badge tag in status column (pull_request) Failing after 0s

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

View file

@ -132,7 +132,7 @@
v-if="col.name === 'status'" v-if="col.name === 'status'"
:color="col.value === 'approved' ? 'green' : col.value === 'proposed' ? 'orange' : 'red'" :color="col.value === 'approved' ? 'green' : col.value === 'proposed' ? 'orange' : 'red'"
:label="col.value" :label="col.value"
/> ></q-badge>
<span v-else v-text="col.value"></span> <span v-else v-text="col.value"></span>
</q-td> </q-td>
<q-td auto-width> <q-td auto-width>