diff --git a/app/diario-bordo.html b/app/diario-bordo.html index 1da2e13..cf56ff6 100644 --- a/app/diario-bordo.html +++ b/app/diario-bordo.html @@ -528,6 +528,15 @@ header{ .fleet-units-toggle button.active{background:var(--brass);color:var(--bg-paper)} .fleet-units-toggle button:hover:not(.active){background:var(--bg-aged)} +/* === Sync Indicator === */ +.sync-indicator{ + display:inline-block;font-size:10px; + margin-left:6px;cursor:help; + vertical-align:1px; +} +.sync-indicator[data-status="syncing"]{animation:syncPulse 1.2s infinite} +@keyframes syncPulse{0%,100%{opacity:1}50%{opacity:.4}} + /* === Boat Photo === */ .boat-photo-row{display:flex;gap:14px;align-items:flex-start} .boat-photo-preview{ @@ -1368,7 +1377,7 @@ header{
-
Diário de Bordo · Logbook
+
Diário de Bordo · Logbook