diff --git a/package-lock.json b/package-lock.json index 12ef42b0e2f..be8d9c49b2c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2553,9 +2553,9 @@ ] }, "node_modules/@shikijs/core": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.5.2.tgz", - "integrity": "sha512-wSAOgaz48GmhILFElMCeQypSZmj6Ru6DttOOtl3KNkdJ17ApQuGNCfzpk4cClasVrnIu45++2DBwG4LNMQAfaA==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/@shikijs/core/-/core-1.6.0.tgz", + "integrity": "sha512-NIEAi5U5R7BLkbW1pG/ZKu3eb1lzc3/+jD0lFsuxMT7zjaf9bbNwdNyMr7zh/Zl8EXQtQ+MYBAt5G+JLu+5DlA==", "dev": true }, "node_modules/@sindresorhus/merge-streams": { @@ -11256,12 +11256,12 @@ } }, "node_modules/shiki": { - "version": "1.5.2", - "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.5.2.tgz", - "integrity": "sha512-fpPbuSaatinmdGijE7VYUD3hxLozR3ZZ+iAx8Iy2X6REmJGyF5hQl94SgmiUNTospq346nXUVZx0035dyGvIVw==", + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/shiki/-/shiki-1.6.0.tgz", + "integrity": "sha512-P31ROeXcVgW/k3Z+vUUErcxoTah7ZRaimctOpzGuqAntqnnSmx1HOsvnbAB8Z2qfXPRhw61yptAzCsuKOhTHwQ==", "dev": true, "dependencies": { - "@shikijs/core": "1.5.2" + "@shikijs/core": "1.6.0" } }, "node_modules/side-channel": { diff --git a/src/html/components/_head.astro b/src/html/components/_head.astro index 7e9beedc7bc..aa26ce2d522 100644 --- a/src/html/components/_head.astro +++ b/src/html/components/_head.astro @@ -27,7 +27,8 @@ const cssPath = isRtl ? ".rtl" : ""; /> - + + diff --git a/src/html/components/_scripts.astro b/src/html/components/_scripts.astro index 2881c7b19f7..a6c5b8fa6e6 100644 --- a/src/html/components/_scripts.astro +++ b/src/html/components/_scripts.astro @@ -4,7 +4,7 @@ const adminlteJsUrl = path + "/js/adminlte.js"; --- - + diff --git a/src/html/components/dashboard/_controlsidebar.astro b/src/html/components/dashboard/_controlsidebar.astro new file mode 100644 index 00000000000..1e50d48abd9 --- /dev/null +++ b/src/html/components/dashboard/_controlsidebar.astro @@ -0,0 +1,336 @@ + + + \ No newline at end of file diff --git a/src/html/components/dashboard/_topbar.astro b/src/html/components/dashboard/_topbar.astro index 4c7e9f29898..23162fcb453 100644 --- a/src/html/components/dashboard/_topbar.astro +++ b/src/html/components/dashboard/_topbar.astro @@ -163,6 +163,14 @@ const distPath = path; + + + +