🚧 💄 Implement new settings menu and 3 subpages

- Implement new main settings menu
- Implement "filtering" page
- Implement "appearance" page
- Implement "about" page
- Make the Git hash a link to the Git repo
This commit is contained in:
2023-06-06 22:39:08 +02:00
parent 7183f467b4
commit 1ed9af766d
11 changed files with 253 additions and 113 deletions

View File

@ -11,6 +11,9 @@ export default defineConfig({
GITVERSION: JSON.stringify(
child.execSync("git rev-parse --short HEAD").toString()
),
GITURL: JSON.stringify(
child.execSync("git config --get remote.origin.url").toString()
),
},
plugins: [
vue(),