Add more locations, add all location images, adjust seatGroups in locations

This commit is contained in:
2024-10-08 20:04:56 +02:00
parent 41a7cbc9da
commit fe2cea5529
57 changed files with 606 additions and 381 deletions

View File

@@ -3,7 +3,6 @@ import { ConcertModel } from '@/data/models/acts/concertModel';
import { SeatGroupModel } from '@/data/models/locations/seatGroupModel';
import { SelectedSeatModel } from '@/data/models/ordering/selectedSeatModel';
import { useBasketStore } from '@/data/stores/basketStore';
import { concert } from 'backend/routes/concert.routes';
const basketStore = useBasketStore()
@@ -52,7 +51,7 @@ function handleSeatClick() {
<v-row>
<v-col class="text-center text-h6">
{{ seatGroup.capacity - seatGroup.occupied }} Stehplätze
{{ seatGroup.capacity }} {{ $t('standingPlaces') }}
</v-col>
</v-row>
</v-sheet>