mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2025-11-04 06:31:55 +00:00 
			
		
		
		
	Merge pull request #2932 from Bnyro/master
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