• Joined on 2025-05-06
froxxxy commented on issue froxxxy/bscscore#15 2025-06-20 14:18:20 +02:00
14/1 game detail view

Notes

Based on the detailed requirements in dev/14.1.rules, here is a proposed phased implementation plan:

Implementation Plan for 14.1 Endless Scoring

Phase 1: Core…

froxxxy pushed to main at froxxxy/bscscore 2025-06-20 13:38:34 +02:00
875e9c8795 feat: Implement rematch functionality
429d479f69 feat: Implement score increment on click and cleanup CSS
dbc173f57b feat: optimize player selection for touch input
b466dd2a0a feat: complete wizard navigation for all steps
14fd711858 refactor: Update Race To step UI and logic
Compare 9 commits »
froxxxy closed issue froxxxy/bscscore#1 2025-06-20 13:01:36 +02:00
refactor to astro app
froxxxy commented on issue froxxxy/bscscore#1 2025-06-20 13:01:33 +02:00
refactor to astro app

Commit 429d479 pushed:

  • Implemented score increment functionality directly on the score display in GameDetail.jsx.
  • Deleted…
froxxxy closed issue froxxxy/bscscore#4 2025-06-20 11:03:44 +02:00
multi step game creation
froxxxy commented on issue froxxxy/bscscore#4 2025-06-20 11:03:41 +02:00
multi step game creation

Player selection has been optimized for touch devices. The interface now displays 10 quick-pick buttons and a modal for selecting from the full player history. This commit completes the final…

froxxxy closed issue froxxxy/bscscore#5 2025-06-20 10:46:23 +02:00
Implement multi-step game creation wizard (UI refactor)
froxxxy closed issue froxxxy/bscscore#13 2025-06-20 10:46:13 +02:00
Integrate wizard with game creation logic
froxxxy closed issue froxxxy/bscscore#12 2025-06-20 10:46:10 +02:00
Mobile/touch-first styling (multi-step wizard)
froxxxy closed issue froxxxy/bscscore#11 2025-06-20 10:44:34 +02:00
Navigation logic and progress indicator (multi-step wizard)
froxxxy commented on issue froxxxy/bscscore#11 2025-06-20 10:44:31 +02:00
Navigation logic and progress indicator (multi-step wizard)

All navigation acceptance criteria have been met. The 'Game Type' and 'Race To' steps now include forward navigation, and the selection state is preserved. This commit completes the required work.

froxxxy closed issue froxxxy/bscscore#10 2025-06-20 10:23:21 +02:00
Race To step (multi-step wizard)
froxxxy commented on issue froxxxy/bscscore#10 2025-06-20 10:23:17 +02:00
Race To step (multi-step wizard)

Refactored the 'Race To' step to improve UI and streamline user input. This commit resolves the issue.

froxxxy closed issue froxxxy/bscscore#9 2025-06-20 10:16:18 +02:00
Game Type selection step (multi-step wizard)
froxxxy commented on issue froxxxy/bscscore#9 2025-06-20 10:16:16 +02:00
Game Type selection step (multi-step wizard)

Implemented the Game Type selection step as a full-featured wizard screen. This commit resolves the issue.

froxxxy opened issue froxxxy/bscscore#15 2025-06-20 10:14:49 +02:00
14/1 game detail view
froxxxy closed issue froxxxy/bscscore#8 2025-06-20 10:10:40 +02:00
Player 3 input step (multi-step wizard)
froxxxy commented on issue froxxxy/bscscore#8 2025-06-20 10:10:37 +02:00
Player 3 input step (multi-step wizard)

Implemented the Player 3 input step, including UI styling and alignment fixes. This commit resolves the issue.

froxxxy closed issue froxxxy/bscscore#7 2025-06-18 20:59:08 +02:00
Player 2 input step (multi-step wizard)
froxxxy closed issue froxxxy/bscscore#6 2025-06-18 20:48:33 +02:00
Player 1 input step (multi-step wizard)