fix some stuff
Build / Build-image (push) Successful in 1m9s

This commit is contained in:
2026-08-21 10:47:26 +02:00
parent 853498e9ac
commit 73b0f6527a
14 changed files with 312 additions and 40 deletions
+6 -4
View File
@@ -93,7 +93,6 @@
</template>
<template #footer>
<template v-if="guesses.length < maxGuesses && !correct">
<div class="flex-container" v-if="guess.length > 0">
@@ -122,9 +121,11 @@
<Review/>
</template>
<h3>Guesses left: {{ maxGuesses - guesses.length }}</h3>
</template>
</UCard>
</UCard>
<br>
<UButton to="/suggestion" color="neutral" variant="subtle">
Suggest a TLA!
</UButton>
<Modal v-model:open="victory">
<h1>Congratulations!</h1>
@@ -138,6 +139,7 @@
<h3>The context of todays TLA:</h3>
{{ context }}
</Modal>
</template>