Add the map in search view

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-09-01 10:00:17 +02:00
parent b36ce27bbe
commit eecb04516e
26 changed files with 1507 additions and 329 deletions

View File

@@ -322,7 +322,7 @@
<aside class="event-metadata rounded dark:bg-gray-600 shadow-md">
<div class="sticky">
<event-metadata-sidebar
v-if="event && loggedUser"
v-if="event"
:event="event"
:user="loggedUser"
@showMapModal="showMap = true"