Compare commits
	
		
			1 commit
		
	
	
		
			develop
			...
			self-host-
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|  | 9ac1a527dc | 
					 16 changed files with 15 additions and 15 deletions
				
			
		
							
								
								
									
										
											BIN
										
									
								
								packages/backend/assets/badges/error.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packages/backend/assets/badges/error.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 40 KiB | 
							
								
								
									
										
											BIN
										
									
								
								packages/backend/assets/badges/info.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packages/backend/assets/badges/info.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 40 KiB | 
							
								
								
									
										
											BIN
										
									
								
								packages/backend/assets/badges/not-found.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								packages/backend/assets/badges/not-found.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 40 KiB | 
|  | @ -31,9 +31,9 @@ html | |||
| 		link(rel='icon' href= icon || '/favicon.ico') | ||||
| 		link(rel='apple-touch-icon' href= icon || '/apple-touch-icon.png') | ||||
| 		link(rel='manifest' href='/manifest.json') | ||||
| 		link(rel='prefetch' href='https://xn--931a.moe/assets/info.jpg') | ||||
| 		link(rel='prefetch' href='https://xn--931a.moe/assets/not-found.jpg') | ||||
| 		link(rel='prefetch' href='https://xn--931a.moe/assets/error.jpg') | ||||
| 		link(rel='prefetch' href='/static-assets/badges/info.jpg') | ||||
| 		link(rel='prefetch' href='/static-assets/badges/not-found.jpg') | ||||
| 		link(rel='prefetch' href='/static-assets/badges/error.jpg') | ||||
| 		link(rel='stylesheet' href='/assets/fontawesome/css/all.css') | ||||
| 		link(rel='modulepreload' href=`/assets/${clientEntry.file}`) | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <template> | ||||
| <transition :name="$store.state.animation ? 'zoom' : ''" appear> | ||||
| 	<div class="mjndxjcg"> | ||||
| 		<img src="https://xn--931a.moe/assets/error.jpg" class="_ghost"/> | ||||
| 		<img src="/static-assets/badges/error.jpg" class="_ghost" alt="Error"/> | ||||
| 		<p><i class="fas fa-exclamation-triangle"></i> {{ $ts.somethingHappened }}</p> | ||||
| 		<MkButton class="button" @click="() => $emit('retry')">{{ $ts.retry }}</MkButton> | ||||
| 	</div> | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| <MkPagination ref="pagingComponent" :pagination="pagination"> | ||||
| 	<template #empty> | ||||
| 		<div class="_fullinfo"> | ||||
| 			<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 			<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Info"/> | ||||
| 			<div>{{ $ts.noNotes }}</div> | ||||
| 		</div> | ||||
| 	</template> | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| <MkPagination ref="pagingComponent" :pagination="pagination"> | ||||
| 	<template #empty> | ||||
| 		<div class="_fullinfo"> | ||||
| 			<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 			<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Info"/> | ||||
| 			<div>{{ $ts.noNotifications }}</div> | ||||
| 		</div> | ||||
| 	</template> | ||||
|  |  | |||
|  | @ -7,7 +7,7 @@ | |||
| 	<div v-else-if="empty" key="_empty_" class="empty"> | ||||
| 		<slot name="empty"> | ||||
| 			<div class="_fullinfo"> | ||||
| 				<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 				<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Error"/> | ||||
| 				<div>{{ $ts.nothing }}</div> | ||||
| 			</div> | ||||
| 		</slot> | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| <MkPagination ref="pagingComponent" :pagination="pagination"> | ||||
| 	<template #empty> | ||||
| 		<div class="_fullinfo"> | ||||
| 			<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 			<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Info"/> | ||||
| 			<div>{{ $ts.noUsers }}</div> | ||||
| 		</div> | ||||
| 	</template> | ||||
|  |  | |||
|  | @ -2,7 +2,7 @@ | |||
| <MkLoading v-if="!loaded"/> | ||||
| <transition :name="$store.state.animation ? 'zoom' : ''" appear> | ||||
| 	<div v-show="loaded" class="mjndxjch"> | ||||
| 		<img src="https://xn--931a.moe/assets/error.jpg" class="_ghost"/> | ||||
| 		<img src="/static-assets/badges/error.jpg" class="_ghost" alt="Error"/> | ||||
| 		<p><b><i class="fas fa-exclamation-triangle"></i> {{ i18n.ts.pageLoadError }}</b></p> | ||||
| 		<p v-if="meta && (version === meta.version)">{{ i18n.ts.pageLoadErrorDescription }}</p> | ||||
| 		<p v-else-if="serverIsDead">{{ i18n.ts.serverIsDead }}</p> | ||||
|  |  | |||
|  | @ -5,7 +5,7 @@ | |||
| 		<MkPagination ref="pagingComponent" :pagination="pagination"> | ||||
| 			<template #empty> | ||||
| 				<div class="_fullinfo"> | ||||
| 					<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 					<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Info"/> | ||||
| 					<div>{{ $ts.noNotes }}</div> | ||||
| 				</div> | ||||
| 			</template> | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| 	<MkPagination ref="paginationComponent" :pagination="pagination"> | ||||
| 		<template #empty> | ||||
| 			<div class="_fullinfo"> | ||||
| 				<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 				<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Info"/> | ||||
| 				<div>{{ $ts.noFollowRequests }}</div> | ||||
| 			</div> | ||||
| 		</template> | ||||
|  |  | |||
|  | @ -33,7 +33,7 @@ | |||
| 				</MkA> | ||||
| 			</div> | ||||
| 			<div v-if="!fetching && messages.length == 0" class="_fullinfo"> | ||||
| 				<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 				<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Info"/> | ||||
| 				<div>{{ $ts.noHistory }}</div> | ||||
| 			</div> | ||||
| 			<MkLoading v-if="fetching"/> | ||||
|  |  | |||
|  | @ -10,7 +10,7 @@ | |||
| 			<MkPagination v-if="pagination" ref="pagingComponent" :key="userAcct || groupId" :pagination="pagination"> | ||||
| 				<template #empty> | ||||
| 					<div class="_fullinfo"> | ||||
| 						<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 						<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Info"/> | ||||
| 						<div>{{ i18n.ts.noMessagesYet }}</div> | ||||
| 					</div> | ||||
| 				</template> | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| <template> | ||||
| <div class="ipledcug"> | ||||
| 	<div class="_fullinfo"> | ||||
| 		<img src="https://xn--931a.moe/assets/not-found.jpg" class="_ghost"/> | ||||
| 		<img src="/static-assets/badges/not-found.jpg" class="_ghost" alt="Not found"/> | ||||
| 		<div>{{ $ts.notFoundDescription }}</div> | ||||
| 	</div> | ||||
| </div> | ||||
|  |  | |||
|  | @ -3,7 +3,7 @@ | |||
| 	<FormPagination ref="list" :pagination="pagination"> | ||||
| 		<template #empty> | ||||
| 			<div class="_fullinfo"> | ||||
| 				<img src="https://xn--931a.moe/assets/info.jpg" class="_ghost"/> | ||||
| 				<img src="/static-assets/badges/info.jpg" class="_ghost" alt="Info"/> | ||||
| 				<div>{{ i18n.ts.nothing }}</div> | ||||
| 			</div> | ||||
| 		</template> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue