🎨
This commit is contained in:
		@@ -9,7 +9,7 @@
 | 
			
		||||
		</div>
 | 
			
		||||
	</ui-container>
 | 
			
		||||
 | 
			
		||||
	<ui-container :body-togglable="true">
 | 
			
		||||
	<ui-container :body-togglable="true" ref="tags">
 | 
			
		||||
		<template #header><fa :icon="faHashtag" fixed-width/>{{ $t('popular-tags') }}</template>
 | 
			
		||||
 | 
			
		||||
		<div class="vxjfqztj">
 | 
			
		||||
@@ -114,6 +114,12 @@ export default Vue.extend({
 | 
			
		||||
		},
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	watch: {
 | 
			
		||||
		tag() {
 | 
			
		||||
			if (this.$refs.tags) this.$refs.tags.toggleContent(this.tag == null);
 | 
			
		||||
		}
 | 
			
		||||
	},
 | 
			
		||||
 | 
			
		||||
	created() {
 | 
			
		||||
		this.$root.api('hashtags/list', {
 | 
			
		||||
			sort: '+attachedLocalUsers',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user