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
+15 -8
View File
@@ -6,19 +6,26 @@ export default {
extend: {
colors: {
naxos: {
50: '#f0fdf4',
100: '#dcfce7',
500: '#22c55e',
600: '#16a34a',
700: '#15803d',
900: '#14532d',
50: '#f0f9ff',
100: '#e0f2fe',
200: '#bae6fd',
300: '#7dd3fc',
400: '#38bdf8',
500: '#0cb3e5', // Signature NaxOS Logo Cyan
600: '#0284c7',
700: '#0369a1',
800: '#075985',
900: '#0c4a6e',
950: '#082f49',
},
slate: {
850: '#151e2e',
950: '#0b1120',
850: '#111827',
925: '#0c1222',
950: '#070d19',
},
},
},
},
plugins: [],
};