Added some quality of life features
All checks were successful
/ publish (push) Successful in 1m25s

- Now preload the letters on successive rows
- Hid the keyboard during intermissions
- Added a give-up easter egg when tapping the enter six times
- Reshuffled the letters
This commit is contained in:
Leon Mika 2025-10-30 21:50:58 +11:00
parent 566f55ed12
commit a2211030a0
6 changed files with 478 additions and 400 deletions

View file

@ -69,7 +69,8 @@ div.playfield div[data-playfield-target="playfield"] {
div.playfield div[data-playfield-target="nextPuzzleButtons"] {
display: flex;
justify-content: center;
gap: 0.8rem;
gap: 1rem;
margin-block-start: 1.2rem;
margin-block-end: 0.8rem;
}