+ {#if entry.type === 'task'}
+
+ {:else}
+
+ T
+
+ {/if}
+
+
+
+
+
+
+ {entry.type}
+
+ + {entry.title || 'Untitled'} +
++ {entry.content} +
+diff --git a/src/lib/components/EntryCard.svelte b/src/lib/components/EntryCard.svelte
new file mode 100644
index 0000000..cb120d6
--- /dev/null
+++ b/src/lib/components/EntryCard.svelte
@@ -0,0 +1,67 @@
+
+
+
+ {entry.content}
+
+ {#if entry.type === 'task'}
+
+ {:else}
+
+ T
+
+ {/if}
+
+
+
+
+
+
+ {entry.type}
+
+
+ {entry.title || 'Untitled'}
+
+
No entries yet
+Use the capture bar below to add your first entry
+