chore(front): added TODO's as a note for later
This commit is contained in:
parent
e8acfcb733
commit
68bfc91529
|
@ -128,6 +128,7 @@ const actionsButtonLabel = computed(() => t('components.audio.track.MobileRow.bu
|
|||
]"
|
||||
:track="track"
|
||||
/>
|
||||
<!-- TODO: Replace with <PlayButton :dropdown-only="true"> after its display is fixed for mobile -->
|
||||
<Button
|
||||
:aria-label="actionsButtonLabel"
|
||||
icon="bi-three-dots-vertical"
|
||||
|
|
|
@ -94,6 +94,7 @@ const labels = computed(() => ({
|
|||
</script>
|
||||
|
||||
<template>
|
||||
<!-- TODO: Delete this file after this modal is replaced with playbutton dropdown-only popover -->
|
||||
<Modal
|
||||
v-model="show"
|
||||
:title="track.title"
|
||||
|
|
|
@ -271,6 +271,7 @@ function openTrackModal(track: Track, index: number) {
|
|||
:is-podcast="isPodcast"
|
||||
@open-modal="openTrackModal"
|
||||
/>
|
||||
<!-- TODO: Replace with <PlayButton :dropdown-only="true"> after its display is fixed for mobile -->
|
||||
<track-modal
|
||||
v-if="modalTrack"
|
||||
v-model:show="showTrackModal"
|
||||
|
|
Loading…
Reference in New Issue