Skip to content

Commit

Permalink
feat: show current page title, closes #474
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Oct 9, 2024
1 parent 443cb25 commit 9c76d7f
Show file tree
Hide file tree
Showing 16 changed files with 4,752 additions and 2,166 deletions.
1 change: 1 addition & 0 deletions auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// @ts-nocheck
// noinspection JSUnusedGlobalSymbols
// Generated by unplugin-auto-import
// biome-ignore lint: disable
export { }
declare global {
const $DEVCOMP: (typeof import('solid-js'))['$DEVCOMP']
Expand Down
3 changes: 1 addition & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<meta name="theme-color" content="#000000" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/pwa-192x192.png" />

<title>metacubexd</title>
</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@solid-primitives/storage": "^4.2.1",
"@solid-primitives/timer": "^1.3.10",
"@solid-primitives/websocket": "^1.2.2",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.14.7",
"@tabler/icons-solidjs": "^3.19.0",
"@tanstack/match-sorter-utils": "^8.19.4",
Expand All @@ -44,7 +45,7 @@
"autoprefixer": "^10.4.20",
"byte-size": "^9.0.0",
"commitlint": "^19.5.0",
"daisyui": "^4.12.12",
"daisyui": "^4.12.13",
"dayjs": "^1.11.13",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
Expand Down Expand Up @@ -73,5 +74,5 @@
"vite-plugin-solid": "^2.10.2",
"zod": "^3.23.8"
},
"packageManager": "pnpm@9.10.0"
"packageManager": "pnpm@9.12.1"
}
Loading

0 comments on commit 9c76d7f

Please sign in to comment.