diff --git a/src/lib/components/EntryCard.svelte b/src/lib/components/EntryCard.svelte
index d428b0f..87956b1 100644
--- a/src/lib/components/EntryCard.svelte
+++ b/src/lib/components/EntryCard.svelte
@@ -1,11 +1,18 @@
@@ -217,6 +249,22 @@
{#if isSaving}
Saving...
{/if}
+ {#if entry.images?.length > 0 && !expanded}
+
+
+ {entry.images.length}
+
+ {/if}
+
+
+
+
+
+ {/if}
+
+
+
+
+
+
+
+
+
+
+
+
+
+{#if showCamera}
+
(showCamera = false)}
+ onCapture={handleCameraCapture}
+ />
+{/if}
diff --git a/src/lib/components/EntryList.svelte b/src/lib/components/EntryList.svelte
index 2a2cdad..aba9975 100644
--- a/src/lib/components/EntryList.svelte
+++ b/src/lib/components/EntryList.svelte
@@ -1,9 +1,13 @@