Add CA admin UI and extend admin API for the unified platform.

Deliver parsers, events, analytics, and PI management in Vue; fix Telegram session mount and map navigation to events by eventId.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-30 14:40:59 +03:00
co-authored by Cursor
parent 9dfe713668
commit 2c16bc0b56
26 changed files with 2550 additions and 396 deletions
+4 -1
View File
@@ -9,8 +9,11 @@
"preview": "vite preview"
},
"dependencies": {
"chart.js": "^4.4.7",
"leaflet": "^1.9.4",
"vue": "^3.5.13"
"vue": "^3.5.13",
"vue-chartjs": "^5.3.2",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.15",