• Joined on 2025-05-06
froxxxy opened issue froxxxy/bscscore#13 2025-06-18 20:35:59 +02:00
Integrate wizard with game creation logic
froxxxy opened issue froxxxy/bscscore#12 2025-06-18 20:35:59 +02:00
Mobile/touch-first styling (multi-step wizard)
froxxxy opened issue froxxxy/bscscore#11 2025-06-18 20:35:59 +02:00
Navigation logic and progress indicator (multi-step wizard)
froxxxy opened issue froxxxy/bscscore#10 2025-06-18 20:35:58 +02:00
Race To step (multi-step wizard)
froxxxy opened issue froxxxy/bscscore#9 2025-06-18 20:35:58 +02:00
Game Type selection step (multi-step wizard)
froxxxy opened issue froxxxy/bscscore#8 2025-06-18 20:35:58 +02:00
Player 3 input step (multi-step wizard)
froxxxy opened issue froxxxy/bscscore#7 2025-06-18 20:35:58 +02:00
Player 2 input step (multi-step wizard)
froxxxy opened issue froxxxy/bscscore#6 2025-06-18 20:35:57 +02:00
Player 1 input step (multi-step wizard)
froxxxy opened issue froxxxy/bscscore#5 2025-06-18 20:35:30 +02:00
Implement multi-step game creation wizard (UI refactor)
froxxxy commented on issue froxxxy/bscscore#4 2025-06-18 20:32:42 +02:00
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:

-…

froxxxy opened issue froxxxy/bscscore#4 2025-06-18 20:26:29 +02:00
multi step game creation
froxxxy pushed to main at froxxxy/bscscore 2025-06-13 18:29:20 +02:00
d1379985f3 refactor: deduplicate modal/button styles and enforce global utility usage
209df5d9f2 refactor: apply Astro, Preact, and general best practices to src
7cb79f5ee3 fix: modal overlay and game screen styling
d81c375f1e feat(new-game): prefill with last game, add clear-all button
c845b0cb51 refactor(new-game): modernize UI, remove player selects
Compare 8 commits »
froxxxy opened issue froxxxy/bscscore#2 2025-06-13 18:27:59 +02:00
https://whatpwacando.today/
froxxxy commented on issue froxxxy/bscscore#1 2025-06-06 16:42:21 +02:00
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…
froxxxy commented on issue froxxxy/bscscore#1 2025-06-06 16:29:07 +02:00
refactor to astro app

Refactor completed and committed in 209df5d9f29374a6a8ea4958f86a7c1d9f28b26c.

  • Refactored all components in src/components for Astro, Preact, and general best practices (arrow functions,…
froxxxy commented on issue froxxxy/bscscore#1 2025-06-06 15:56:32 +02:00
refactor to astro app

Commit 7cb79f5 fixes the following:

  • Modal overlay now works globally and always overlays the…
froxxxy commented on issue froxxxy/bscscore#1 2025-06-06 13:11:10 +02:00
refactor to astro app

Commit d81c375 pushed:

  • New Game form is now prefilled with the last created game's values -…
froxxxy commented on issue froxxxy/bscscore#1 2025-06-06 13:10:58 +02:00
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…
froxxxy commented on issue froxxxy/bscscore#1 2025-06-06 12:54:19 +02:00
refactor to astro app

Commit c845b0c pushed:

  • Refactored New Game screen to modern, card-like, dark-themed layout -…
froxxxy commented on issue froxxxy/bscscore#1 2025-06-06 12:54:03 +02:00
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,…