diff --git a/src/app.pcss b/src/app.pcss index a46d9f4..77319c1 100644 --- a/src/app.pcss +++ b/src/app.pcss @@ -33,6 +33,7 @@ button { .card2 { @apply bg-base-200; @apply rounded-xl; + @apply mb-8; @apply flex flex-col; @apply border-solid border-base-content/30 border-[1px]; @@ -50,14 +51,10 @@ button { } .c-light { - @apply bg-base-content/20 py-1; - } - - .c-vlight { - @apply bg-base-content/10 py-1; + @apply bg-base-content/20; } .c-primary { - @apply bg-primary text-primary-content py-1; + @apply bg-primary text-primary-content; } } diff --git a/src/lib/components/ui/Header.svelte b/src/lib/components/ui/Header.svelte index 99e6062..9b9db35 100644 --- a/src/lib/components/ui/Header.svelte +++ b/src/lib/components/ui/Header.svelte @@ -7,7 +7,7 @@ export let backHref: string | undefined = undefined; -
- Erstellt {humanDate(data.entry.created_at, true)} - · - Zu erledigen {humanDate(data.entry.current_version.date)} -
+ +
Erledigt am {formatDate(data.entry.execution.created_at, true)} von
diff --git a/src/routes/(app)/entry/[id]/executions/+page.svelte b/src/routes/(app)/entry/[id]/executions/+page.svelte
deleted file mode 100644
index 1001441..0000000
--- a/src/routes/(app)/entry/[id]/executions/+page.svelte
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-