feat(ui): overhaul design to match Portara logo, integrate live telemetry and remove isolated analytics tab
CI & Build NaxOS Web Dashboard / build (push) Successful in 1m55s

This commit is contained in:
Lukas Holzner
2026-09-04 13:44:15 +02:00
parent f55a2b41d0
commit 7096294d10
25 changed files with 469 additions and 427 deletions
+12 -2
View File
@@ -20,10 +20,20 @@
}
::-webkit-scrollbar-thumb {
background: #334155;
background: #1e293b;
border-radius: 9999px;
border: 1px solid rgba(12, 179, 229, 0.15);
}
::-webkit-scrollbar-thumb:hover {
background: #475569;
background: #0284c7;
}
.glow-cyan-sm {
box-shadow: 0 0 15px -3px rgba(12, 179, 229, 0.25);
}
.glow-cyan {
box-shadow: 0 0 25px -5px rgba(12, 179, 229, 0.35);
}