From 6d8a46b1382bedd1a91e7dfdb9e1a8915bbad094 Mon Sep 17 00:00:00 2001 From: code002lover Date: Thu, 4 Dec 2025 23:27:01 +0100 Subject: [PATCH] feat: Add new game entries and user play preferences to the game list. --- frontend/src/GameImage.tsx | 2 +- frontend/src/GameList.tsx | 10 +- state.json | 1314 +++++++++++++++++++++++++++++++++++- 3 files changed, 1322 insertions(+), 4 deletions(-) diff --git a/frontend/src/GameImage.tsx b/frontend/src/GameImage.tsx index affbd9b..c3478f6 100644 --- a/frontend/src/GameImage.tsx +++ b/frontend/src/GameImage.tsx @@ -13,7 +13,7 @@ export function GameImage({ game }: GameImageProps) {
+