Skip to content

Commit

Permalink
UI: Status cell - use working icon for ADDING status (WEKAPP-389449) (#…
Browse files Browse the repository at this point in the history
…94)

* UI: Status cell - use working icon for ADDING status (WEKAPP-389449)
  • Loading branch information
gonenidan committed May 1, 2024
1 parent 28b24bd commit 4c0ade0
Show file tree
Hide file tree
Showing 10 changed files with 1,750 additions and 1,746 deletions.
22 changes: 11 additions & 11 deletions dist/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/cjs/types/consts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export declare const STATUS: {
CREATING: string;
DOWNLOADING: string;
REMOVING: string;
ADDING: string;
};
export declare const OBS_IS_DETACHING = "DETACHING";
export declare const OBS_MODES: {
Expand Down
22 changes: 11 additions & 11 deletions dist/esm/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/esm/types/consts.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export declare const STATUS: {
CREATING: string;
DOWNLOADING: string;
REMOVING: string;
ADDING: string;
};
export declare const OBS_IS_DETACHING = "DETACHING";
export declare const OBS_MODES: {
Expand Down
Loading

0 comments on commit 4c0ade0

Please sign in to comment.