chore(client): tweak ui
This commit is contained in:
		
							parent
							
								
									9426f37c3e
								
							
						
					
					
						commit
						a279d50212
					
				
					 1 changed files with 7 additions and 3 deletions
				
			
		|  | @ -28,7 +28,7 @@ | ||||||
| 				<template #label>Moderation</template> | 				<template #label>Moderation</template> | ||||||
| 				<FormSwitch v-model="suspended" class="_formBlock" @update:modelValue="toggleSuspend">{{ $ts.stopActivityDelivery }}</FormSwitch> | 				<FormSwitch v-model="suspended" class="_formBlock" @update:modelValue="toggleSuspend">{{ $ts.stopActivityDelivery }}</FormSwitch> | ||||||
| 				<FormSwitch v-model="isBlocked" class="_formBlock" @update:modelValue="toggleBlock">{{ $ts.blockThisInstance }}</FormSwitch> | 				<FormSwitch v-model="isBlocked" class="_formBlock" @update:modelValue="toggleBlock">{{ $ts.blockThisInstance }}</FormSwitch> | ||||||
| 				<MkButton @click="refreshMetadata">Refresh metadata</MkButton> | 				<MkButton @click="refreshMetadata"><i class="fas fa-refresh"></i> Refresh metadata</MkButton> | ||||||
| 			</FormSection> | 			</FormSection> | ||||||
| 
 | 
 | ||||||
| 			<FormSection> | 			<FormSection> | ||||||
|  | @ -56,8 +56,12 @@ | ||||||
| 	 | 	 | ||||||
| 			<FormSection> | 			<FormSection> | ||||||
| 				<MkKeyValue oneline style="margin: 1em 0;"> | 				<MkKeyValue oneline style="margin: 1em 0;"> | ||||||
| 					<template #key>Open Registrations</template> | 					<template #key>Following (Pub)</template> | ||||||
| 					<template #value>{{ instance.openRegistrations ? $ts.yes : $ts.no }}</template> | 					<template #value>{{ number(instance.followingCount) }}</template> | ||||||
|  | 				</MkKeyValue> | ||||||
|  | 				<MkKeyValue oneline style="margin: 1em 0;"> | ||||||
|  | 					<template #key>Followers (Sub)</template> | ||||||
|  | 					<template #value>{{ number(instance.followersCount) }}</template> | ||||||
| 				</MkKeyValue> | 				</MkKeyValue> | ||||||
| 			</FormSection> | 			</FormSection> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue