From 08bfeac837cb6d988ac78ffe4a52b1a88122afa7 Mon Sep 17 00:00:00 2001 From: Thies Date: Thu, 30 Jan 2025 12:30:11 +0100 Subject: [PATCH] immich: Automatically select the date of the last visit for the photos --- .../src/lib/components/AdventureModal.svelte | 1 + .../src/lib/components/ImmichSelect.svelte | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/frontend/src/lib/components/AdventureModal.svelte b/frontend/src/lib/components/AdventureModal.svelte index d6d0121..68219fa 100644 --- a/frontend/src/lib/components/AdventureModal.svelte +++ b/frontend/src/lib/components/AdventureModal.svelte @@ -1257,6 +1257,7 @@ it would also work to just use on:click on the MapLibre component itself. --> {#if immichIntegration} { url = e.detail; fetchImage(); diff --git a/frontend/src/lib/components/ImmichSelect.svelte b/frontend/src/lib/components/ImmichSelect.svelte index 5ba551e..5a895c5 100644 --- a/frontend/src/lib/components/ImmichSelect.svelte +++ b/frontend/src/lib/components/ImmichSelect.svelte @@ -1,18 +1,28 @@