From b0ee825e0a14e68b53688da87f72986d955933ea Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 27 Jan 2026 21:41:12 +0100 Subject: [PATCH] moved notes to the bottom of the search result list Signed-off-by: Stephan Richter --- frontend/src/routes/search/Search.svelte | 34 ++++++++++++------------ 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/frontend/src/routes/search/Search.svelte b/frontend/src/routes/search/Search.svelte index 9883aaf1..f1fd1813 100644 --- a/frontend/src/routes/search/Search.svelte +++ b/frontend/src/routes/search/Search.svelte @@ -236,23 +236,6 @@ {/if} -{#if notes} -
- - {t('notes')} - - -
-{/if} {#if times}
@@ -308,3 +291,20 @@
{/if} +{#if notes} +
+ + {t('notes')} + + +
+{/if}