fix(front): todo for deeplink to upload channel
This commit is contained in:
		
							parent
							
								
									5deedcf2e9
								
							
						
					
					
						commit
						3a8dcf00d9
					
				| 
						 | 
					@ -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') }}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue