feat: add fulscreen mode, dark mode

This commit is contained in:
Nikita Kiselev
2025-07-12 10:06:07 +03:00
parent 1e454b8f23
commit 252854e67e
9 changed files with 82 additions and 22 deletions

12
spa/package-lock.json generated
View File

@@ -11,7 +11,8 @@
"@heroicons/vue": "^2.2.0",
"@tailwindcss/vite": "^4.1.11",
"ofetch": "^1.4.1",
"vue": "^3.5.17"
"vue": "^3.5.17",
"vue-tg": "^0.9.0-beta.10"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.0",
@@ -2089,6 +2090,15 @@
}
}
},
"node_modules/vue-tg": {
"version": "0.9.0-beta.10",
"resolved": "https://registry.npmjs.org/vue-tg/-/vue-tg-0.9.0-beta.10.tgz",
"integrity": "sha512-ymcOZ4bUa1x+2nveAeNaVWiFsl8E7Itudyz4DKxYVwpE7ApZYwO/go9dchTKP4NIUaUDSeRqYro6Cmlh8xhjYA==",
"license": "MIT",
"peerDependencies": {
"vue": "^3"
}
},
"node_modules/yallist": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz",