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"
|
:track="track"
|
||||||
/>
|
/>
|
||||||
|
<!-- TODO: Replace with <PlayButton :dropdown-only="true"> after its display is fixed for mobile -->
|
||||||
<Button
|
<Button
|
||||||
:aria-label="actionsButtonLabel"
|
:aria-label="actionsButtonLabel"
|
||||||
icon="bi-three-dots-vertical"
|
icon="bi-three-dots-vertical"
|
||||||
|
|
|
@ -94,6 +94,7 @@ const labels = computed(() => ({
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<!-- TODO: Delete this file after this modal is replaced with playbutton dropdown-only popover -->
|
||||||
<Modal
|
<Modal
|
||||||
v-model="show"
|
v-model="show"
|
||||||
:title="track.title"
|
:title="track.title"
|
||||||
|
|
|
@ -271,6 +271,7 @@ function openTrackModal(track: Track, index: number) {
|
||||||
:is-podcast="isPodcast"
|
:is-podcast="isPodcast"
|
||||||
@open-modal="openTrackModal"
|
@open-modal="openTrackModal"
|
||||||
/>
|
/>
|
||||||
|
<!-- TODO: Replace with <PlayButton :dropdown-only="true"> after its display is fixed for mobile -->
|
||||||
<track-modal
|
<track-modal
|
||||||
v-if="modalTrack"
|
v-if="modalTrack"
|
||||||
v-model:show="showTrackModal"
|
v-model:show="showTrackModal"
|
||||||
|
|
Loading…
Reference in New Issue