Some checks failed
Deploy to Production / test (push) Failing after 32s
Two bugs fixed: - Piece <img> elements were intercepting pointer events, preventing dnd-kit drag handlers and square click handlers from firing. Added pointerEvents: "none" so events pass through to the board framework. - Solo test mode (fillRoom with duplicate player IDs) always resolved to "white" in colorOfPlayer, making black moves impossible. Now detects duplicate IDs and returns the current turn's color instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>