platine as component
All checks were successful
Deploy App / build (push) Successful in 53s
Deploy App / deploy (push) Successful in 15s

This commit is contained in:
valere
2025-12-18 19:59:23 +01:00
parent 2be5724c9f
commit 1c4cbfe21c
8 changed files with 155 additions and 145 deletions

View File

@@ -20,7 +20,7 @@
<SelectCardSuit @change="onSuitChange" />
</div>
<div ref="deck" class="deck flex flex-wrap justify-center gap-4" :class="{ 'pb-36': playerStore.currentTrack }">
<card v-for="(track, i) in filteredTracks" :key="track.id" :track="track" tabindex="i"
<card v-for="(track, i) in filteredTracks" :key="track.id" :track="track" :tabindex="i"
:is-face-up="isCardRevealed(track.id)" />
</div>
</div>