From af6809874cca621cf2e7575b4d7370eac6ec4720 Mon Sep 17 00:00:00 2001 From: Owen Rees Date: Wed, 3 Jun 2026 20:59:45 +0200 Subject: [PATCH] headers form fields now in flex box and with max width and gaps --- TODO | 4 +++- src/components/CustomHeaders.tsx | 4 ++-- src/components/HeaderFields.tsx | 4 ++-- src/pages/Chessboard.tsx | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index 1f4eb85..a05469c 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -- favicon / og / json-sd +- og / json-sd - rearrange buttons / header space - collapse on smaller screens - Lichess login - logger @@ -7,3 +7,5 @@ - 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 - fix SSR related console errors etc +- a11y and lighthouse fixes +- check wcag compliance diff --git a/src/components/CustomHeaders.tsx b/src/components/CustomHeaders.tsx index 6c89a12..10ca91b 100644 --- a/src/components/CustomHeaders.tsx +++ b/src/components/CustomHeaders.tsx @@ -9,7 +9,7 @@ interface IProps { const CustomHeaders = ({ headers, updateHeaders }: IProps) => { return ( -
+
Custom Headers (PDF) @@ -19,7 +19,7 @@ const CustomHeaders = ({ headers, updateHeaders }: IProps) => {

-
+ { return ( -
+
Headers

Edit the game PGN headers

- + { /> -
+
}> -
+