kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
fix(front): todo for deeplink to upload channel
rodzic
5deedcf2e9
commit
3a8dcf00d9
|
@ -278,12 +278,15 @@ const tabs = ref([
|
|||
flex
|
||||
class="header-buttons"
|
||||
>
|
||||
<!-- TODO: Deeplink to channel upload with the channel selected -->
|
||||
<Link
|
||||
v-if="isOwner"
|
||||
solid
|
||||
primary
|
||||
low-height
|
||||
icon="bi-upload"
|
||||
channel="object"
|
||||
filter="object.artist?.content_category === 'podcast' ? 'podcast' : 'music'"
|
||||
:to="useModal('upload').to"
|
||||
>
|
||||
{{ t('views.channels.DetailBase.button.upload') }}
|
||||
|
|
Ładowanie…
Reference in New Issue