diff --git a/desk/desk.docket-0 b/desk/desk.docket-0 index 3d921540..7eab4fc7 100644 --- a/desk/desk.docket-0 +++ b/desk/desk.docket-0 @@ -1,4 +1,4 @@ -:~ title+'System' +:~ title+'Grid' info+'An app launcher for Urbit.' color+0xee.5432 glob-http+['https://bootstrap.urbit.org/glob-0v1.tqd6t.ggt8r.roheb.l3bvq.sbm6d.glob' 0v1.tqd6t.ggt8r.roheb.l3bvq.sbm6d] diff --git a/ui/src/components/ErrorAlert.tsx b/ui/src/components/ErrorAlert.tsx index 93d18bc5..81699711 100644 --- a/ui/src/components/ErrorAlert.tsx +++ b/ui/src/components/ErrorAlert.tsx @@ -17,7 +17,7 @@ const SubmitIssue = ({ error }: { error: Error }) => { + + ) : (blockedCount == 0) ? ( + <> +

+ System update failed. +

+

+ For additional debugging output, open the terminal and click retry below. +

+ + + ) : ( + <> +

+ Update is currently blocked by the following {pluralize('app', blockedCount)}: +

- - - Freeze {blockedCount} {pluralize('app', blockedCount)} and Apply Update - - -

- Freeze {blockedCount} {pluralize('App', blockedCount)} and Apply System Update -

-

- The following apps will be archived until their developer provides a compatible - update to your system. -

- -
- - Cancel - - - Freeze Apps - -
-
-
+ {gardenBlocked ? ( + <> +

+ Grid is the application launcher and system interface. + It needs an update before you can apply the System Update. +

+ + ) : ( + + + Suspend {blockedCount} {pluralize('App', blockedCount)} and Apply Update + + +

+ Suspend {blockedCount} {pluralize('App', blockedCount)} and Apply System Update +

+

+ The following {pluralize('app', blockedCount)} will be suspended until their + developer provides an update. +

+ +
+ + Cancel + + + Suspend {pluralize('App', blockedCount)} and Update + +
+
+
+ )} + + )} ) : (

Your urbit is up to date.