Improved wordle Ui even more

This commit is contained in:
RezHackXYZ 2025-05-04 17:50:22 +05:30
parent 06c2cac6e4
commit fbe9e3b60d
4 changed files with 143 additions and 32 deletions

View file

@ -1,8 +1,8 @@
<script>
import { data } from "../logic.svelte.js";
import { data, WordLegnth } from "../logic.svelte.js";
// svelte-ignore non_reactive_update
let LetersSelected = "5";
let LetersSelected = JSON.stringify(WordLegnth.v);
let dataPoints = data.value[LetersSelected];
@ -122,6 +122,7 @@
padding: 10px;
margin: 20px;
border-radius: 10px;
width: 700px;
}
h2,
h1,