mirror of
				https://github.com/TeamPiped/Piped.git
				synced 2024-08-14 23:57:27 +00:00 
			
		
		
		
	Finish comments implementation.
This commit is contained in:
		
							parent
							
								
									f75d023b60
								
							
						
					
					
						commit
						ac950173ee
					
				
					 1 changed files with 21 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -35,10 +35,10 @@
 | 
			
		|||
 | 
			
		||||
        <hr />
 | 
			
		||||
 | 
			
		||||
        <div class="uk-grid-match uk-grid-small" uk-grid>
 | 
			
		||||
            <div v-if="comments">
 | 
			
		||||
        <div uk-grid>
 | 
			
		||||
            <div class="uk-width-4-5" v-if="comments">
 | 
			
		||||
                <div
 | 
			
		||||
                    class="uk-tile-default uk-align-left uk-width-3-4"
 | 
			
		||||
                    class="uk-tile-default uk-align-left uk-width-expand"
 | 
			
		||||
                    style="background: #0b0e0f"
 | 
			
		||||
                    v-bind:key="comment.commentId"
 | 
			
		||||
                    v-for="comment in comments.comments"
 | 
			
		||||
| 
						 | 
				
			
			@ -61,9 +61,10 @@
 | 
			
		|||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
 | 
			
		||||
            <div class="uk-width-1-5" v-if="video">
 | 
			
		||||
                <div
 | 
			
		||||
                class="uk-text-secondary uk-width-auto"
 | 
			
		||||
                style="background: #0b0e0f; width: 300px"
 | 
			
		||||
                    class="uk-tile-default uk-width-auto"
 | 
			
		||||
                    style="background: #0b0e0f"
 | 
			
		||||
                    v-bind:key="related.url"
 | 
			
		||||
                    v-for="related in video.relatedStreams"
 | 
			
		||||
                >
 | 
			
		||||
| 
						 | 
				
			
			@ -81,6 +82,7 @@
 | 
			
		|||
                </div>
 | 
			
		||||
            </div>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue