Platine etape 1

This commit is contained in:
valere
2025-12-07 19:44:21 +01:00
parent 9f70419ea5
commit 6176995032
15 changed files with 771 additions and 27 deletions

View File

@@ -26,7 +26,7 @@
<!-- Cover -->
<figure class="pochette flex-1 flex justify-center items-center overflow-hidden rounded-t-xl cursor-pointer"
<figure class="pochette flex-1 flex justify-center items-center overflow-hidden rounded-xl cursor-pointer"
@click="playerStore.playTrack(track)">
<playButton :objectToPlay="track" />
<img v-if="isFaceUp" :src="coverUrl" alt="Pochette de l'album" loading="lazy"
@@ -35,7 +35,7 @@
<!-- Body -->
<div class="p-3 text-center bg-white rounded-b-xl">
<!-- <div class="p-3 text-center bg-white rounded-b-xl">
<div v-if="isOrder" class="label">
{{ props.track.order }}
</div>
@@ -48,7 +48,7 @@
<p class="select-text">
{{ props.track.url.split('/')[4]?.split('__')[0] }}
</p>
</div>
</div> -->
</main>
<!-- Face-Down -->
@@ -154,7 +154,7 @@ const coverUrl = computed(() => {
@apply z-50;
.face-up {
@apply shadow-none;
@apply shadow-2xl;
transition:
box-shadow 0.6s,
transform 0.6s;