From 8b108c5797e308e33a641ca9ec5121b1c352a554 Mon Sep 17 00:00:00 2001 From: Sean Morley Date: Wed, 18 Jun 2025 14:28:03 -0400 Subject: [PATCH] refactor(CollectionAllView): enhance mobile responsiveness and clean up unused imports --- .../lib/components/CollectionAllView.svelte | 135 ++++++++---------- 1 file changed, 59 insertions(+), 76 deletions(-) diff --git a/frontend/src/lib/components/CollectionAllView.svelte b/frontend/src/lib/components/CollectionAllView.svelte index 4368c4c..17d28c1 100644 --- a/frontend/src/lib/components/CollectionAllView.svelte +++ b/frontend/src/lib/components/CollectionAllView.svelte @@ -29,7 +29,6 @@ import LodgingCard from './LodgingCard.svelte'; import NoteCard from './NoteCard.svelte'; import ChecklistCard from './ChecklistCard.svelte'; - import NotFound from './NotFound.svelte'; // Props export let adventures: Adventure[] = []; @@ -363,55 +362,61 @@ {$t('adventures.show')}: -
- - - - - - + + +
+
+ + + + + + +
@@ -536,32 +541,10 @@
-
- {#if searchQuery || filterOption !== 'all'} -
- -
- {:else} -
- -
- {/if} -
- - {#if searchQuery || filterOption !== 'all'} -

- {$t('immich.no_items_found')} -

-

- {$t('collection.try_different_search')} -

- - {:else} - - {/if} + +

+ {$t('immich.no_items_found')} +