Add multi-game resume list with board previews

This commit is contained in:
stefan-kp
2025-11-27 09:26:02 +01:00
parent 05f14d30a1
commit 918bbd2508
6 changed files with 274 additions and 57 deletions
+2
View File
@@ -80,6 +80,7 @@ describe("ChessGame Component", () => {
await act(async () => {
render(
<ChessGame
gameId="test-game"
initialPersonality={mockPersonality}
initialColor="white"
onBack={() => {}}
@@ -94,6 +95,7 @@ describe("ChessGame Component", () => {
const Tutor = require('./Tutor').Tutor;
render(
<ChessGame
gameId="test-game"
initialPersonality={mockPersonality}
initialColor="white"
onBack={() => {}}