feat(hunt): Add bingo board to hunts

This commit is contained in:
2026-08-07 18:59:24 +02:00
parent 8e5e60da87
commit 28714a8cbc
15 changed files with 251 additions and 69 deletions
+7
View File
@@ -168,6 +168,13 @@ async function reorderQuest(quest: QuestListItem, direction: 'up' | 'down') {
</p>
</div>
<div class="flex gap-1">
<VaChip
v-if="quest.isBingo"
size="small"
color="danger"
title="Bingo"
><VaIcon name="apps"
/></VaChip>
<VaChip v-if="quest.optional" size="small" color="secondary"
>Opt</VaChip
>