basic navbar layout

This commit is contained in:
2026-05-29 21:14:57 +02:00
parent 4cbe1f404e
commit ce9bc0314c
9 changed files with 235 additions and 118 deletions
+35
View File
@@ -14,6 +14,7 @@
"@tanstack/react-router-ssr-query": "latest",
"@tanstack/react-start": "latest",
"@tanstack/router-plugin": "^1.132.0",
"@unpic/react": "^1.0.2",
"lichess-pgn-viewer": "^2.4.5",
"lucide-react": "^0.545.0",
"nitro": "npm:nitro-nightly@latest",
@@ -3438,6 +3439,34 @@
"@types/react": "^19.2.0"
}
},
"node_modules/@unpic/core": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/@unpic/core/-/core-1.0.3.tgz",
"integrity": "sha512-aum9YNVUGso7MjGLD0Rp/08kywCGLqZ03/q6VQBFFakDBOXWEc8D4kPGcZ8v5wEnGRex3lE+++bOuucBp3KJ/w==",
"license": "MIT",
"dependencies": {
"unpic": "^4.2.2"
}
},
"node_modules/@unpic/react": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/@unpic/react/-/react-1.0.2.tgz",
"integrity": "sha512-5RmRfELwTF8w+4zjtQGqjpvX+RU2VLvis3xDCS1O2uWk0PZN2cvatL+3/KAR3mshAuRrkFGTX1XwyAezSXaoCA==",
"license": "MIT",
"dependencies": {
"@unpic/core": "^1.0.3"
},
"peerDependencies": {
"next": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"peerDependenciesMeta": {
"next": {
"optional": true
}
}
},
"node_modules/@vitejs/plugin-react": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.2.tgz",
@@ -5682,6 +5711,12 @@
"pathe": "^2.0.3"
}
},
"node_modules/unpic": {
"version": "4.2.2",
"resolved": "https://registry.npmjs.org/unpic/-/unpic-4.2.2.tgz",
"integrity": "sha512-z6T2ScMgRV2y2H8MwwhY5xHZWXhUx/YxtOCGJwfURSl7ypVy4HpLIMWoIZKnnxQa/RKzM0kg8hUh0paIrpLfvw==",
"license": "MIT"
},
"node_modules/unplugin": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/unplugin/-/unplugin-3.0.0.tgz",