Clean up
This commit is contained in:
		@@ -8,7 +8,7 @@
 | 
			
		||||
			<div class="_title"><span v-if="$store.getters.isSignedIn && !announcement.isRead">🆕 </span>{{ announcement.title }}</div>
 | 
			
		||||
			<div class="_content">
 | 
			
		||||
				<mfm :text="announcement.text"/>
 | 
			
		||||
				<img v-if="announcement.imageUrl" :src="announcement.imageUrl" alt=""/>
 | 
			
		||||
				<img v-if="announcement.imageUrl" :src="announcement.imageUrl"/>
 | 
			
		||||
			</div>
 | 
			
		||||
			<div class="_footer" v-if="$store.getters.isSignedIn && !announcement.isRead">
 | 
			
		||||
				<mk-button @click="read(announcement)" primary><fa :icon="faCheck"/> {{ $t('gotIt') }}</mk-button>
 | 
			
		||||
 
 | 
			
		||||
@@ -6,7 +6,7 @@
 | 
			
		||||
	<mk-pagination :pagination="pagination" class="mk-follow-requests" ref="list">
 | 
			
		||||
		<template #empty>
 | 
			
		||||
			<div class="tkdrhpxr">
 | 
			
		||||
				<img src="https://xn--931a.moe/assets/info.png" alt="" class="_ghost"/>
 | 
			
		||||
				<img src="https://xn--931a.moe/assets/info.png" class="_ghost"/>
 | 
			
		||||
				<div>{{ $t('noFollowRequests') }}</div>
 | 
			
		||||
			</div>
 | 
			
		||||
		</template>
 | 
			
		||||
 
 | 
			
		||||
@@ -32,7 +32,7 @@
 | 
			
		||||
		</router-link>
 | 
			
		||||
	</sequential-entrance>
 | 
			
		||||
	<div class="no-history" v-if="!fetching && messages.length == 0">
 | 
			
		||||
		<img src="https://xn--931a.moe/assets/info.png" alt="" class="_ghost"/>
 | 
			
		||||
		<img src="https://xn--931a.moe/assets/info.png" class="_ghost"/>
 | 
			
		||||
		<div>{{ $t('noHistory') }}</div>
 | 
			
		||||
	</div>
 | 
			
		||||
	<mk-loading v-if="fetching"/>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
 | 
			
		||||
	<section class="_card">
 | 
			
		||||
		<div class="_content">
 | 
			
		||||
			<img src="https://xn--931a.moe/assets/not-found.png" alt="" class="_ghost"/>
 | 
			
		||||
			<img src="https://xn--931a.moe/assets/not-found.png" class="_ghost"/>
 | 
			
		||||
			<div>{{ $t('notFoundDescription') }}</div>
 | 
			
		||||
		</div>
 | 
			
		||||
	</section>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user