fix(front): todo for deeplink to upload channel

This commit is contained in:
ArneBo 2025-04-15 12:44:50 +02:00
parent 5deedcf2e9
commit 3a8dcf00d9
1 changed files with 3 additions and 0 deletions

View File

@ -278,12 +278,15 @@ const tabs = ref([
flex flex
class="header-buttons" class="header-buttons"
> >
<!-- TODO: Deeplink to channel upload with the channel selected -->
<Link <Link
v-if="isOwner" v-if="isOwner"
solid solid
primary primary
low-height low-height
icon="bi-upload" icon="bi-upload"
channel="object"
filter="object.artist?.content_category === 'podcast' ? 'podcast' : 'music'"
:to="useModal('upload').to" :to="useModal('upload').to"
> >
{{ t('views.channels.DetailBase.button.upload') }} {{ t('views.channels.DetailBase.button.upload') }}