feat: New library sync icon [FC-0114] (#2739)

Updates the library sync icon with new states: error, broken, ready to sync and with overrides
This commit is contained in:
Chris Chávez
2025-12-16 14:54:28 -05:00
committed by GitHub
parent b7dd6706c2
commit 41a326f7b4
15 changed files with 311 additions and 47 deletions

View File

@@ -57,6 +57,7 @@ export interface UpstreamChildrenInfo {
export interface UpstreamInfo {
readyToSync: boolean,
upstreamRef: string,
upstreamName: string,
versionSynced: number,
versionAvailable: number | null,
versionDeclined: number | null,