Implementation complete: The player selection steps in new game creation are now visually distinct. Each step uses the same color as the corresponding player in the game detail screen (green for…
Task: Make the player selection steps (1/2/3) in new game creation visually distinct. Use the same colors for each player as are later used for players in the game detail screen, so the association…
Committed:
fix(ui): prevent auto keyboard popup on player select
- Removed autoFocus from player input fields in new game creation
- Prevents on-screen keyboard from opening automatically on…
Implementation complete: The input fields for all three player select steps in new game creation no longer use autoFocus. This prevents the on-screen keyboard from popping up automatically on…
Task: When entering the new game player select step (for each of the three players), the input field should NOT be auto-focused. This is to prevent the on-screen keyboard from popping up…
Committed:
style(ui): make 'Neues Spiel' button visually prominent
- Increased size, padding, and border radius of the button
- Changed background to bold orange with white text
- Added a plus…
Implementation complete: The "Neues Spiel" button on the game list is now much more visually prominent. It features a bold orange color, larger font, a plus icon, increased padding, rounded…
Task: On the game list screen, make the "Neues Spiel" (New Game) button more visually prominent and easier to spot at first glance. This may include changes to color, size, placement, or adding an…
Committed:
feat(new-game): dynamic race-to quick picks and defaults for 14/1
- Passes selected game type to RaceToStep in App.jsx
- RaceToStep now shows quick pick values 60, 70, 80, 90, 100…
Implementation complete: The Race To step in game creation now shows quick pick values 60, 70, 80, 90, 100 (default 80) when 14/1 is selected. For other game types, the previous quick picks…
Task: In the game creation flow, when the "race to" step is reached and the selected game is 14/1, update the default buttons to show values 60, 70, 80, 90, and 100. The default selected value…
- game creation score selection
- foul counting + turn
- view (log down, active player)
- "no score"
- counting re-rack as potted
- racking graphics feature
- there is already a game creation mode for all games available, in which 14/1 can also be selected. use this.
- before the game starts there should be a modal asking "Welcher Spieler fängt an?"…