Sync React frontend into git

- Replace stale TanStack Router scaffold with working react-router-dom app
- Add all 9 page components + cyber theme CSS
- Remove routeTree.gen.ts, add index.css, query.ts
This commit is contained in:
jp
2026-08-13 18:22:03 +01:00
parent 41c8b65870
commit 489241b798
17 changed files with 961 additions and 59 deletions

View File

@ -12,7 +12,8 @@
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-router": "^1.100.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
"react-dom": "^18.3.1",
"react-router-dom": "^7.18.2"
},
"devDependencies": {
"@types/react": "^18.3.18",