i want the game creation to be split up in multiple steps, focused on extreme clear and easy input for the user. steps:
- Player 1
- Player 2
- Player 3
- Game Type
- Race To
Notes:
-…
Refactor completed and committed in d1379985f3a8ce02cad56cb29d715cf84ab47882.
- Consolidated all modal-related styles into Modal.module.css; ValidationModal.module.css is now deprecated
- All…
Refactor completed and committed in 209df5d9f29374a6a8ea4958f86a7c1d9f28b26c.
- Refactored all components in
src/componentsfor Astro, Preact, and general best practices (arrow functions,…
Commit 7cb79f5 fixes the following:
- Modal overlay now works globally and always overlays the…
Commit d81c375 pushed:
- New Game form is now prefilled with the last created game's values -…
UI/UX improvement: New Game screen now supports:
- Prefilling all fields with the last created game's values when entering the screen
- A 'Felder leeren' (Clear All) button at the top of the form…
Commit c845b0c pushed:
- Refactored New Game screen to modern, card-like, dark-themed layout -…
Commit incoming: Refactored the New Game screen for modern, card-like, dark-themed UI. Removed select dropdowns for previous players, now only datalist+input for player names. Updated paddings,…
Commit b44b013 refactors the filter bar and button styling for the game list view.
**Summary of…
Commit 8384d08 migrates the UI from Astro/vanilla JS to a modular Preact component architecture,…