New locationDetailPage displays concert in a location, new datasets, images, URL path changed

This commit is contained in:
2024-09-29 21:42:20 +02:00
parent be5cc090fe
commit d6997229c4
39 changed files with 493 additions and 515 deletions

View File

@@ -10,12 +10,12 @@
<v-divider vertical />
<v-btn
to="/shows/tours"
to="/events"
prepend-icon="mdi-ticket"
height="100%"
:rounded="false"
>
{{ $t('menu.allConcerts', 2) }}
{{ $t('allEvents', 2) }}
</v-btn>
<v-divider vertical />
@@ -23,12 +23,12 @@
<v-btn
variant="text"
to="/shows/locations"
to="/locations"
prepend-icon="mdi-city"
height="100%"
:rounded="false"
>
{{ $t('menu.allLocations', 2) }}
{{ $t('allLocations', 2) }}
</v-btn>
<v-divider vertical />