FEAT: playlist filters
All checks were successful
Deploy App / build (push) Successful in 3m34s
Deploy App / deploy (push) Successful in 19s

This commit is contained in:
valere
2025-12-08 23:48:21 +01:00
parent 6176995032
commit 65aaa71a3d
6 changed files with 176 additions and 17 deletions

View File

@@ -35,7 +35,8 @@
<!-- Body -->
<!-- <div class="p-3 text-center bg-white rounded-b-xl">
<div
class="p-3 text-center bg-white rounded-b-xl opacity-0 -mt-16 hover:opacity-100 hover:-mt-0 transition-all duration-300">
<div v-if="isOrder" class="label">
{{ props.track.order }}
</div>
@@ -45,10 +46,10 @@
<p v-if="isPlaylistTrack" class="select-text text-base text-neutral-800 font-bold capitalize truncate">
{{ props.track.artist.name }}
</p>
<p class="select-text">
<!-- <p class="select-text">
{{ props.track.url.split('/')[4]?.split('__')[0] }}
</p>
</div> -->
</p> -->
</div>
</main>
<!-- Face-Down -->