refactor: streamline new-game player selection ux

Consolidate new-game wizard steps into reusable components and remove legacy duplicate files.
Replace inline player inputs with a chip-first flow and minimal name-entry modal, while improving compact-screen spacing and step-specific selection behavior.

Made-with: Cursor
This commit is contained in:
Frank Schwenk
2026-04-14 15:22:56 +02:00
parent 5deb38ebb7
commit ed7c6232c1
21 changed files with 825 additions and 1018 deletions
+1 -3
View File
@@ -1,7 +1,5 @@
export { PlayerSelectModal } from './steps/PlayerSelectModal';
export { Player1Step } from './steps/Player1Step';
export { Player2Step } from './steps/Player2Step';
export { Player3Step } from './steps/Player3Step';
export { PlayerNameStep } from './components/PlayerNameStep';
export { GameTypeStep } from './steps/GameTypeStep';
export { RaceToStep } from './steps/RaceToStep';
export { BreakRuleStep } from './steps/BreakRuleStep';