diff --git a/frontend/src/lib/components/CronInput.svelte b/frontend/src/lib/components/CronInput.svelte index 06b445308c..36d8d9f44c 100644 --- a/frontend/src/lib/components/CronInput.svelte +++ b/frontend/src/lib/components/CronInput.svelte @@ -144,7 +144,7 @@ }).format -
+
Cron @@ -318,7 +318,7 @@ Estimated upcoming events ({timezone})
{#each preview as date} -
+
{dateFormatter(new Date(date))}
{/each} diff --git a/frontend/src/lib/components/ScheduleEditor.svelte b/frontend/src/lib/components/ScheduleEditor.svelte index b728b62db6..fb05503d00 100644 --- a/frontend/src/lib/components/ScheduleEditor.svelte +++ b/frontend/src/lib/components/ScheduleEditor.svelte @@ -193,10 +193,10 @@
{/if} -

- Schedule +
+
Schedule
Schedules use CRON syntax. Seconds are mandatory. -

+
diff --git a/frontend/src/lib/components/SchemaEditor.svelte b/frontend/src/lib/components/SchemaEditor.svelte index c8f7218026..6efb098a8e 100644 --- a/frontend/src/lib/components/SchemaEditor.svelte +++ b/frontend/src/lib/components/SchemaEditor.svelte @@ -179,11 +179,10 @@ }} />
- - Arguments can be edited either using the wizard, or by editing their JSON Schema, - see docs + + Arguments can be edited either using the wizard, or by editing their JSON Schema
diff --git a/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte b/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte index bda05dc03a..d8f4a7f1fc 100644 --- a/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte +++ b/frontend/src/lib/components/apps/editor/AppEditorHeader.svelte @@ -546,7 +546,7 @@
- + diff --git a/frontend/src/lib/components/graph/svelvet/container/views/GraphView.svelte b/frontend/src/lib/components/graph/svelvet/container/views/GraphView.svelte index 8188c7f53e..f8d1601f91 100644 --- a/frontend/src/lib/components/graph/svelvet/container/views/GraphView.svelte +++ b/frontend/src/lib/components/graph/svelvet/container/views/GraphView.svelte @@ -12,7 +12,7 @@ import { findStore } from '../../store/controllers/storeApi' import { onDestroy } from 'svelte' - import { Expand } from 'lucide-svelte' + import { Expand, Minus, Plus } from 'lucide-svelte' //these are typscripted as any, however they have been transformed inside of store.ts export let canvasId: string @@ -199,34 +199,31 @@
- - + + {#if download} - + {/if}