mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-10-31 12:42:07 +00:00 
			
		
		
		
	fea(sub groups): show channel avatar and navigate to it on click
This commit is contained in:
		| @@ -90,8 +90,11 @@ | ||||
|         </div> | ||||
|         <div class="mb-2 mt-3 h-70 flex flex-col overflow-y-scroll"> | ||||
|             <div v-for="subscription in subscriptions" :key="subscription.name"> | ||||
|                 <div class="mr-3 flex justify-between"> | ||||
|                     <span>{{ subscription.name }}</span> | ||||
|                 <div class="mr-3 flex items-center justify-between"> | ||||
|                     <a :href="subscription.url" target="_blank" class="flex items-center overflow-hidden"> | ||||
|                         <img :src="subscription.avatar" class="h-8 w-8 rounded-full" /> | ||||
|                         <span class="ml-2">{{ subscription.name }}</span> | ||||
|                     </a> | ||||
|                     <input | ||||
|                         type="checkbox" | ||||
|                         class="checkbox" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Bnyro
					Bnyro