DEBUG: title/artist/id selectable
This commit is contained in:
@@ -35,17 +35,19 @@
|
|||||||
|
|
||||||
<!-- Body -->
|
<!-- Body -->
|
||||||
|
|
||||||
<div class="select-text 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">
|
<div v-if="isOrder" class="label">
|
||||||
{{ props.track.order }}
|
{{ props.track.order }}
|
||||||
</div>
|
</div>
|
||||||
<h2 class="text-sm text-neutral-500 first-letter:uppercase truncate">
|
<h2 class="select-text text-sm text-neutral-500 first-letter:uppercase truncate">
|
||||||
{{ props.track.title }}
|
{{ props.track.title }}
|
||||||
</h2>
|
</h2>
|
||||||
<p v-if="isPlaylistTrack" class="text-base text-neutral-800 font-bold capitalize truncate">
|
<p v-if="isPlaylistTrack" class="select-text text-base text-neutral-800 font-bold capitalize truncate">
|
||||||
{{ props.track.artist.name }}
|
{{ props.track.artist.name }}
|
||||||
</p>
|
</p>
|
||||||
{{ props.track.url.split('/')[4]?.split('__')[0] }}
|
<p class="select-text">
|
||||||
|
{{ props.track.url.split('/')[4]?.split('__')[0] }}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user