Reimplement Carousel on homepage

This commit is contained in:
2024-10-22 21:06:00 +02:00
parent d0d4c469fb
commit 376a4ec385
13 changed files with 69 additions and 27 deletions

View File

@@ -14,8 +14,10 @@ export const useBandStore = defineStore("bandStore", {
/** All information about a single band */
band: ref<BandDetailsApiModel>(new BandDetailsApiModel()),
/** Genres to filter bands for */
filteredGenres: ref<Array<GenreModel>>([]),
/** All available genres from server */
availableGenres: ref<Array<GenreModel>>([]),
/** Request to server sent, waiting for data response */