chore(front): added TODO's as a note for later

This commit is contained in:
ArneBo 2025-06-02 00:29:53 +02:00 committed by Petitminion
parent e8acfcb733
commit 68bfc91529
3 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"