Use HashRouter, add NavbarContext

This commit is contained in:
2025-08-30 11:15:18 -07:00
parent d1574d60da
commit 097d06e53b
5 changed files with 82 additions and 32 deletions
+10
View File
@@ -9,6 +9,7 @@
"version": "0.1.0",
"license": "ISC",
"dependencies": {
"@solidjs/router": "^0.15.3",
"codemirror": "^6.0.2",
"idb": "^8.0.3",
"lodash": "^4.17.21",
@@ -1177,6 +1178,15 @@
"win32"
]
},
"node_modules/@solidjs/router": {
"version": "0.15.3",
"resolved": "https://registry.npmjs.org/@solidjs/router/-/router-0.15.3.tgz",
"integrity": "sha512-iEbW8UKok2Oio7o6Y4VTzLj+KFCmQPGEpm1fS3xixwFBdclFVBvaQVeibl1jys4cujfAK5Kn6+uG2uBm3lxOMw==",
"license": "MIT",
"peerDependencies": {
"solid-js": "^1.8.6"
}
},
"node_modules/@types/babel__core": {
"version": "7.20.5",
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",