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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user