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:
@@ -57,6 +57,7 @@ export interface UpstreamChildrenInfo {
|
||||
export interface UpstreamInfo {
|
||||
readyToSync: boolean,
|
||||
upstreamRef: string,
|
||||
upstreamName: string,
|
||||
versionSynced: number,
|
||||
versionAvailable: number | null,
|
||||
versionDeclined: number | null,
|
||||
|
||||
Reference in New Issue
Block a user