feat: Add Crypto Dashboard with dynamic data and menu updates (#2527)

This commit is contained in:
Paweł Kuna
2025-11-15 13:43:48 +01:00
committed by GitHub
parent b0fa6559da
commit 4ce08cad53
17 changed files with 953 additions and 799 deletions
+13 -4
View File
@@ -1,8 +1,17 @@
{
"home": {
"url": "",
"title": "Home",
"icon": "home"
"dashboards": {
"title": "Dashboards",
"icon": "home",
"children": {
"default": {
"url": "index.html",
"title": "Default"
},
"crypto": {
"url": "dashboard-crypto.html",
"title": "Crypto"
}
}
},
"base": {
"title": "Interface",