diff --git a/frontend/src/lib/components/AdventureModal.svelte b/frontend/src/lib/components/AdventureModal.svelte index 9e31453..e734744 100644 --- a/frontend/src/lib/components/AdventureModal.svelte +++ b/frontend/src/lib/components/AdventureModal.svelte @@ -997,7 +997,7 @@ it would also work to just use on:click on the MapLibre component itself. --> @@ -1014,7 +1014,7 @@ it would also work to just use on:click on the MapLibre component itself. --> + {#if !allowEdit} + + {/if} {#if allowEdit} + + +
{#if adventure.attachments && adventure.attachments.length > 0}
diff --git a/frontend/src/routes/search/+page.svelte b/frontend/src/routes/search/+page.svelte index d498aa1..1e96cbb 100644 --- a/frontend/src/routes/search/+page.svelte +++ b/frontend/src/routes/search/+page.svelte @@ -42,7 +42,7 @@

Adventures

{#each adventures as adventure} - + {/each}
{/if} @@ -97,3 +97,8 @@ {$t('adventures.no_results')}

{/if} + + + Search: {query} + +