From 585bb5549fb7a3760520691b199fe54464673688 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 4 Jun 2026 22:47:53 +0200 Subject: [PATCH] change layout of clear button and other chessboard related bottom buttons --- TODO | 1 - src/pages/Chessboard.tsx | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index e18f2fa..fc1974a 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,6 @@ - og / json-sd - Lichess login - logger -- contact form - bring sections headers on all pages other than home page further up (reduce top margin / padding) - set game current position on game load to ply 0 and whatever the FEN is (starting position probably, but could be custom position) - privacy policy - have no access to anything you generate, only keep a count of success/failed pdf generations with timestamp and error message diff --git a/src/pages/Chessboard.tsx b/src/pages/Chessboard.tsx index 11ea223..ffa0c75 100644 --- a/src/pages/Chessboard.tsx +++ b/src/pages/Chessboard.tsx @@ -53,15 +53,15 @@ const Chessboard = () => { gamePgn={gameState.pgn || ""} handlePlyChange={handlePlyChange} /> -
+
-
+
-