diff --git a/src/lib/components/AnnouncementDialog.svelte b/src/lib/components/AnnouncementDialog.svelte index 691cfca..d668515 100644 --- a/src/lib/components/AnnouncementDialog.svelte +++ b/src/lib/components/AnnouncementDialog.svelte @@ -84,10 +84,11 @@ {#if visible}
+ A remote user wants to run a command on your device +
++ Running on your connected Android device + {#if current.timeoutSeconds} + · auto-cancels after {current.timeoutSeconds}s + {/if} +
++ Output sent back to server +
++ Aborted after {current.timeoutSeconds ?? '?'}s — partial output sent back +
++ {current.status === 'rejected' + ? 'You chose not to run this command' + : 'An error occurred'} +
+
+
+ Command requested from server, this will not run unless you accepted. +
++ Purpose +
++ {current.purposeDeclaration} +
+
+
{current.commandInput}
+ + Output +
+{current.output}
+ + Error +
+{current.error}
+ - - {getCurrentSelectedToppingGroup()} - , {getCurrentSelectedToppingList()} -
- {#if oldToppingNamesOnly != null} -Loading...
++ + {getCurrentSelectedToppingGroup()} + , {getCurrentSelectedToppingList()} +
+ {#if oldToppingNamesOnly != null} +Hot - {water.cold} ml + {displayWater.cold} ml
{getStirTimeName()} - {stir_time / 10} sec(s) + {displayStirTime / 10} sec(s)
Style {feed.pattern}
-Level {feed.parameter}
+Style {displayFeed.pattern}
+Level {displayFeed.parameter}