feat: event proposal and approval workflow #9
1 changed files with 2 additions and 2 deletions
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
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>
commit
3425097a5c
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue