diff --git a/cmd/repeater/static/index.html b/cmd/repeater/static/index.html index d7de994..dd89abb 100644 --- a/cmd/repeater/static/index.html +++ b/cmd/repeater/static/index.html @@ -22,16 +22,16 @@
- - Disconnected + + Chargement…
- - Hotspot actif + + Chargement…
diff --git a/cmd/repeater/static/style.css b/cmd/repeater/static/style.css index dbad213..5967985 100644 --- a/cmd/repeater/static/style.css +++ b/cmd/repeater/static/style.css @@ -131,6 +131,11 @@ body { animation: blink 1.2s ease-in-out infinite; } +.status-dot.loading { + background: var(--text-tertiary); + animation: pulse 1.5s ease-in-out infinite; +} + @keyframes blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; }