wip
This commit is contained in:
		| @@ -4,7 +4,6 @@ | |||||||
| 	<portal to="avatar" v-if="user"><mk-avatar class="avatar" :user="user" :disable-preview="true"/></portal> | 	<portal to="avatar" v-if="user"><mk-avatar class="avatar" :user="user" :disable-preview="true"/></portal> | ||||||
| 	 | 	 | ||||||
| 	<div class="remote-caution _panel" v-if="user.host != null"><fa :icon="faExclamationTriangle" style="margin-right: 8px;"/>{{ $t('remoteUserCaution') }}<a :href="user.url" rel="nofollow noopener" target="_blank">{{ $t('showOnRemote') }}</a></div> | 	<div class="remote-caution _panel" v-if="user.host != null"><fa :icon="faExclamationTriangle" style="margin-right: 8px;"/>{{ $t('remoteUserCaution') }}<a :href="user.url" rel="nofollow noopener" target="_blank">{{ $t('showOnRemote') }}</a></div> | ||||||
| 	<transition :name="$store.state.device.animation ? 'zoom' : ''" mode="out-in" appear> |  | ||||||
| 	<div class="profile _panel" :key="user.id"> | 	<div class="profile _panel" :key="user.id"> | ||||||
| 		<div class="banner-container" :style="style"> | 		<div class="banner-container" :style="style"> | ||||||
| 			<div class="banner" ref="banner" :style="style"></div> | 			<div class="banner" ref="banner" :style="style"></div> | ||||||
| @@ -79,7 +78,6 @@ | |||||||
| 			</router-link> | 			</router-link> | ||||||
| 		</div> | 		</div> | ||||||
| 	</div> | 	</div> | ||||||
| 	</transition> |  | ||||||
| 	<router-view :user="user"></router-view> | 	<router-view :user="user"></router-view> | ||||||
| 	<template v-if="$route.name == 'user'"> | 	<template v-if="$route.name == 'user'"> | ||||||
| 		<sequential-entrance class="pins"> | 		<sequential-entrance class="pins"> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo