## Summary Allow adding/removing fixed pairs during an active game via PlayersModal. ## Acceptance criteria - [ ] PlayersModal shows pair link controls consistent with /new page - [ ] Adding/removing a pair triggers round regeneration (redo current round) - [ ] Cannot pair a player with themselves - [ ] Removing a player also removes their pair association ## Files likely touched - src/PlayersModal.tsx - src/useShuffler.tsx (editPlayers) ## Test plan - [ ] yarn test:ci - [ ] yarn build ## Dependencies #2
Summary
Allow adding/removing fixed pairs during an active game via PlayersModal.
Acceptance criteria
Files likely touched
Test plan
Dependencies
#2