create suggestion model, fix unfillable language
Build / Build-image (push) Successful in 1m13s

This commit is contained in:
2026-08-13 22:30:42 +02:00
parent 5a6c398a3a
commit cd9ffc012e
7 changed files with 67 additions and 2 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
<template #footer>
<template v-if="guesses.length < maxGuesses && !correct">
<div class="flex-container">
<div class="flex-container" v-if="guess.length > 0">
<template v-for="word in words">
<GuessWord :correctness="words.length == 3 ? -1 : (words.length > 3 ? -2 : -3)">
{{ word }}