Add tabbed settings and system shell

This commit is contained in:
2026-07-31 21:30:51 +02:00
parent d663979ebb
commit c36e5e811f
20 changed files with 698 additions and 29 deletions
+1 -1
View File
@@ -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;