Fix dashboard black screen, add login gate, and expand README.

Pin React Three Fiber to React 18, remove PWA caching, add SessionGate and error boundaries, and document movie fusion, auth, outputs, and troubleshooting.
This commit is contained in:
drjones
2026-05-29 08:50:48 -07:00
parent b99c8aab15
commit e11fb30350
14 changed files with 601 additions and 4151 deletions

View File

@@ -10,8 +10,8 @@
"test": "vitest run"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.6.1",
"@react-three/drei": "^9.114.0",
"@react-three/fiber": "^8.17.10",
"@types/qrcode": "^1.5.6",
"@types/three": "^0.184.1",
"qrcode": "^1.5.4",
@@ -19,8 +19,7 @@
"react-dom": "^18.2.0",
"react-router-dom": "^6.20.0",
"recharts": "^2.10.0",
"three": "^0.184.0",
"vite-plugin-pwa": "^1.3.0"
"three": "^0.170.0"
},
"devDependencies": {
"@types/react": "^18.2.37",