mirror of
				https://git.sr.ht/~cadence/cloudtube
				synced 2025-10-27 19:59:08 +00:00 
			
		
		
		
	 e0bc0d2e81
			
		
	
	
		e0bc0d2e81
		
			
		
	
	
	
	
		
			
			Watched videos on your subscriptions feed will be darkened, and the option to hide all of them has been added. This only takes effect if you have enabled saving watched videos on the server in the settings menu - default is off.
		
			
				
	
	
		
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			244 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| extends includes/layout.pug
 | |
| 
 | |
| include includes/video-list-item.pug
 | |
| 
 | |
| block head
 | |
|   title= `${query} (search) - CloudTube`
 | |
| 
 | |
| block content
 | |
|   main.search-page
 | |
|     each result in results
 | |
|       +video_list_item("search-result", result, instanceOrigin)
 |