New section on homepage: popular genres

This commit is contained in:
2025-08-31 11:33:25 +02:00
parent 57a036bea2
commit 2fd045c590
5 changed files with 76 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ import TopLocationsSection from "./topLocationsSection.vue";
import { usePreferencesStore } from "@/stores/preferences.store";
import welcomeDialog from "./welcomeDialog/dialog.vue";
import { ref } from "vue";
import genresSection from "./genresSection.vue";
const concertStore = useConcertStore();
const locationStore = useLocationStore();
@@ -34,6 +35,8 @@ if (preferencesStore.firstStartup) {
<v-col cols="10">
<upcoming-concerts-section />
<genres-section />
<top-locations-section />
</v-col>