feat: menambah fungsionalitas status koneksi pada header

This commit is contained in:
2026-06-09 23:27:48 +07:00
parent e30d1b4891
commit 49a8d0e0d4
3 changed files with 43 additions and 2 deletions
+15
View File
@@ -505,6 +505,21 @@ body {
border: 1px solid #0f172a;
}
#connection-status.online {
color: #10b981;
border-color: rgba(16, 185, 129, 0.25);
}
#connection-status.online .status-dot {
background: #10b981;
}
#connection-status.offline {
color: #ef4444;
border-color: rgba(239, 68, 68, 0.25);
}
#connection-status.offline .status-dot {
background: #ef4444;
}
/* ============================
POPUP STYLES (MODERN CARD)
============================ */