diff --git a/src/lib/components/calendar/CalendarEventModal.svelte b/src/lib/components/calendar/CalendarEventModal.svelte index 2f63d8b685..902a9dcb08 100644 --- a/src/lib/components/calendar/CalendarEventModal.svelte +++ b/src/lib/components/calendar/CalendarEventModal.svelte @@ -4,7 +4,6 @@ import Modal from '$lib/components/common/Modal.svelte'; import DeleteConfirmDialog from '$lib/components/common/ConfirmDialog.svelte'; - import XMark from '$lib/components/icons/XMark.svelte'; import Spinner from '$lib/components/common/Spinner.svelte'; import type { CalendarModel, CalendarEventModel, CalendarEventForm } from '$lib/apis/calendar'; @@ -188,25 +187,16 @@
- -
+
-
- -
+
{$i18n.t('Calendar')}
@@ -292,8 +282,7 @@
- -
+
{#if event && !event.meta?.automation_id} +{:else if visibleActions.length > 1}
diff --git a/src/lib/components/common/Valves.svelte b/src/lib/components/common/Valves.svelte index 6e52d64273..e174a4ef32 100644 --- a/src/lib/components/common/Valves.svelte +++ b/src/lib/components/common/Valves.svelte @@ -28,7 +28,7 @@
-
+
-
+
{#if !loading} {:else} @@ -182,9 +182,9 @@ {/if}
-
+