diff --git a/TODO b/TODO index e22f089..4d16221 100644 --- a/TODO +++ b/TODO @@ -5,10 +5,13 @@ - privacy policy - have no access to anything you generate, only keep a count of success/failed pdf generations with timestamp and error message - a11y and lighthouse fixes - check wcag compliance +- Callback page - improve loading display in suspense +- full screen headers open changes layout - fix -429 lichess error handling +- 429 lichess error handling -add throw errors or return errors in server code -try/catch where needed in client code +- add throw errors or return errors in server code -generate state and check it against the state returned from lichess https://lichess.org/api#tag/oauth/GET/oauth \ No newline at end of file +- try/catch where needed in client code + +- generate state and check it against the state returned from lichess https://lichess.org/api#tag/oauth/GET/oauth \ No newline at end of file diff --git a/package.json b/package.json index b41ad62..8e288e1 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "#/*": "./src/*" }, "scripts": { - "dev": "vite dev --port 3000", + "dev": "vite dev --port 3000 --host", "build": "vite build", "preview": "vite preview", "test": "vitest run", diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 03e22c6..db4cc67 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -10,7 +10,7 @@ const Home = () => (