houserules/packages/chess/src
Joey Yakimowich-Payne 8b8a5179ec
fix(chess): lift dragged piece above all other pieces
The piece`s own z-index could only stack within its grid cell`s context,
so when translated over neighbouring cells it rendered underneath their
pieces. Promote the hosting cell to z-50 while it holds the dragged
piece so the whole cell (and piece inside) float above the board.
2026-04-17 13:31:44 -06:00
..
app fix(chess): preset toggles refresh engine state immediately; new-game flows reset the board 2026-04-17 12:15:23 -06:00
assets fix(chess): replace broken black-pawn and black-knight SVGs with valid Cburnett assets 2026-04-17 12:08:13 -06:00
hooks fix(chess): preset toggles refresh engine state immediately; new-game flows reset the board 2026-04-17 12:15:23 -06:00
net fix(chess): repair lobby create/join flow and connectAndCreate default 2026-04-16 21:32:21 -06:00
persist feat(chess): add localStorage auto-save and restore (P3.14) 2026-04-16 16:24:49 -06:00
presets feat(chess): add all 15 preset custom rules P3.4-P3.8 2026-04-16 15:32:18 -06:00
rules feat(chess): add checkmate detection (P2.19) 2026-04-16 15:06:27 -06:00
ui fix(chess): lift dragged piece above all other pieces 2026-04-17 13:31:44 -06:00
audio.ts feat(chess): polish UI with SVG pieces, motion animations, sound, and confetti 2026-04-17 12:04:56 -06:00
coord.test.ts feat(chess): add coordinate + color helpers (P2.7) 2026-04-16 14:47:04 -06:00
coord.ts feat(chess): add coordinate + color helpers (P2.7) 2026-04-16 14:47:04 -06:00
engine-presets.test.ts feat(chess): add in-game RulesDrawer for mid-game preset toggling 2026-04-17 11:41:39 -06:00
engine.ts feat(chess): wire PRESET_REGISTRY into ChessEngine.getAllLegalMoves 2026-04-17 11:31:07 -06:00
index.ts feat(server): add authoritative game session per room (P4.5) 2026-04-16 17:17:42 -06:00
pgn.ts test(chess): replay 5 classic FIDE games; Phase 2 acceptance gate (P2.23) 2026-04-16 15:18:57 -06:00
schema.test.ts feat(chess): add attribute schema and piece fact shape (P2.5) 2026-04-16 14:46:27 -06:00
schema.ts feat(chess): add attribute schema and piece fact shape (P2.5) 2026-04-16 14:46:27 -06:00
starting-position.test.ts feat(chess): add starting-position fact generator (P2.6) 2026-04-16 14:46:34 -06:00
starting-position.ts feat(chess): add starting-position fact generator (P2.6) 2026-04-16 14:46:34 -06:00
vite-env.d.ts feat(chess): polish UI with SVG pieces, motion animations, sound, and confetti 2026-04-17 12:04:56 -06:00