ssb: The sync button indicates if a one-shot sync is active.

This commit is contained in:
Cory McWilliams 2025-01-12 11:54:30 -05:00
parent 8178213f1a
commit 053637cfb4
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{ {
"type": "tildefriends-app", "type": "tildefriends-app",
"emoji": "🦀", "emoji": "🦀",
"previous": "&caGw+RHTGO/WBWQDiRRv/9/SDZPS3w8U4xNafZEQrYw=.sha256" "previous": "&19R5jeKIx2u51L6xPL3gV7EXOhHksKNCuTHt+SBEZjg=.sha256"
} }

View File

@ -573,7 +573,7 @@ class TfElement extends LitElement {
style="position: static; top: 0; z-index: 10" style="position: static; top: 0; z-index: 10"
> >
<button <button
class="w3-bar-item w3-button w3-circle w3-ripple" class=${'w3-bar-item w3-button w3-circle w3-ripple' + (this.connections?.some(x => x.flags.one_shot) ? ' w3-spin' : '')}
@click=${this.refresh} @click=${this.refresh}
> >