feat: add dashboard view with real-time finding statistics and charts

This commit is contained in:
2026-07-17 09:23:01 +01:00
parent ca2d6d05d4
commit 94dbd610e1
7 changed files with 259 additions and 4 deletions
+3 -1
View File
@@ -9,7 +9,9 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.39"
"chart.js": "^4.5.1",
"vue": "^3.5.39",
"vue-chartjs": "^5.3.4"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",