diff --git a/src/lib/components/EntryList.svelte b/src/lib/components/EntryList.svelte index d413a3d..e5d4c77 100644 --- a/src/lib/components/EntryList.svelte +++ b/src/lib/components/EntryList.svelte @@ -1,5 +1,8 @@ -{#if entries.length === 0} -
No entries yet
-Use the capture bar below to add your first entry
+{#if filteredEntries.length === 0} + {#if isFiltering} +No entries match your search
+Try adjusting your filters or search term
+No entries yet
+Use the capture bar below to add your first entry
+