Add colors to quest list

This commit is contained in:
2025-09-14 18:18:18 +02:00
parent 527c9b7428
commit 600ccb4207
4 changed files with 39 additions and 6 deletions
+5 -1
View File
@@ -22,7 +22,11 @@ const { tKey } = useI18nKey();
<span>{{ quest.pictureRequired ? '📸' : '📷' }}</span>
<span title="aaa">{{ quest.textRequired ? '❓' : '❔' }}</span>
<span class="mx-2">{{ tKey(quest, 'title') }}</span>
<VaChip v-if="quest.answer?.review?.score" color="success" class="float-right"
<VaChip
v-if="quest.answer?.review?.score"
color="onSuccess"
outline
class="float-right"
>{{ quest.answer?.review?.score || 0 }} / {{ quest.points
}}{{ quest.extraPoints ? `+${quest.extraPoints}` : '' }}</VaChip
>