diff --git a/src/lib/components/EntryCard.svelte b/src/lib/components/EntryCard.svelte index cb120d6..47b2360 100644 --- a/src/lib/components/EntryCard.svelte +++ b/src/lib/components/EntryCard.svelte @@ -1,26 +1,88 @@ -
+
+
{#if entry.type === 'task'} -
+
+
+ + + {#if expanded} +
+
+ + +
+ +
+ + +
+ +
+
+ + +
+ +
+ + +
+
+
+ {/if}