Add tabbed settings and system shell
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ export type SystemStatus = {
|
||||
};
|
||||
|
||||
export type UpdateStatus = {
|
||||
state: "idle" | "checking" | "building" | "current" | "success" | "failed";
|
||||
state: "idle" | "checking" | "available" | "building" | "current" | "success" | "failed";
|
||||
message: string;
|
||||
fromRevision: string | null;
|
||||
toRevision: string | null;
|
||||
|
||||
Reference in New Issue
Block a user