Block a user
Integrate wizard with game creation logic
Mobile/touch-first styling (multi-step wizard)
Navigation logic and progress indicator (multi-step wizard)
Race To step (multi-step wizard)
Game Type selection step (multi-step wizard)
Player 3 input step (multi-step wizard)
Player 2 input step (multi-step wizard)
Player 1 input step (multi-step wizard)
Implement multi-step game creation wizard (UI refactor)
multi step game creation
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 to astro app
Refactor completed and committed in d1379985f3a8ce02cad56cb29d715cf84ab47882.
- Consolidated all modal-related styles into Modal.module.css; ValidationModal.module.css is now deprecated
- All…
refactor to astro app
Refactor completed and committed in 209df5d9f29374a6a8ea4958f86a7c1d9f28b26c.
- Refactored all components in
src/componentsfor Astro, Preact, and general best practices (arrow functions,…
refactor to astro app
Commit 7cb79f5 fixes the following:
- Modal overlay now works globally and always overlays the…
refactor to astro app
Commit d81c375 pushed:
- New Game form is now prefilled with the last created game's values -…
refactor to astro app
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…
refactor to astro app
Commit c845b0c pushed:
- Refactored New Game screen to modern, card-like, dark-themed layout -…
refactor to astro app
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,…