Add following badge to user preview popup (#9048)
This commit is contained in:
		
							parent
							
								
									55220a31e8
								
							
						
					
					
						commit
						8a09de6b28
					
				
					 2 changed files with 18 additions and 1 deletions
				
			
		|  | @ -9,6 +9,11 @@ | ||||||
| You should also include the user name that made the change. | You should also include the user name that made the change. | ||||||
| --> | --> | ||||||
| 
 | 
 | ||||||
|  | ## 12.x.x (unreleased) | ||||||
|  | 
 | ||||||
|  | ### Improvements | ||||||
|  | - Client: Add following badge to user preview popup @nvisser | ||||||
|  | 
 | ||||||
| ## 12.118.1 (2022/08/08) | ## 12.118.1 (2022/08/08) | ||||||
| 
 | 
 | ||||||
| ### Bugfixes | ### Bugfixes | ||||||
|  |  | ||||||
|  | @ -2,7 +2,9 @@ | ||||||
| <transition :name="$store.state.animation ? 'popup' : ''" appear @after-leave="$emit('closed')"> | <transition :name="$store.state.animation ? 'popup' : ''" appear @after-leave="$emit('closed')"> | ||||||
| 	<div v-if="showing" class="fxxzrfni _popup _shadow" :style="{ zIndex, top: top + 'px', left: left + 'px' }" @mouseover="() => { $emit('mouseover'); }" @mouseleave="() => { $emit('mouseleave'); }"> | 	<div v-if="showing" class="fxxzrfni _popup _shadow" :style="{ zIndex, top: top + 'px', left: left + 'px' }" @mouseover="() => { $emit('mouseover'); }" @mouseleave="() => { $emit('mouseleave'); }"> | ||||||
| 		<div v-if="fetched" class="info"> | 		<div v-if="fetched" class="info"> | ||||||
| 			<div class="banner" :style="user.bannerUrl ? `background-image: url(${user.bannerUrl})` : ''"></div> | 			<div class="banner" :style="user.bannerUrl ? `background-image: url(${user.bannerUrl})` : ''"> | ||||||
|  | 				<span v-if="$i && $i.id != user.id && user.isFollowed" class="followed">{{ $ts.followsYou }}</span> | ||||||
|  | 			</div> | ||||||
| 			<MkAvatar class="avatar" :user="user" :disable-preview="true" :show-indicator="true"/> | 			<MkAvatar class="avatar" :user="user" :disable-preview="true" :show-indicator="true"/> | ||||||
| 			<div class="title"> | 			<div class="title"> | ||||||
| 				<MkA class="name" :to="userPage(user)"><MkUserName :user="user" :nowrap="false"/></MkA> | 				<MkA class="name" :to="userPage(user)"><MkUserName :user="user" :nowrap="false"/></MkA> | ||||||
|  | @ -120,6 +122,16 @@ export default defineComponent({ | ||||||
| 			background-color: rgba(0, 0, 0, 0.1); | 			background-color: rgba(0, 0, 0, 0.1); | ||||||
| 			background-size: cover; | 			background-size: cover; | ||||||
| 			background-position: center; | 			background-position: center; | ||||||
|  | 			> .followed { | ||||||
|  | 					position: absolute; | ||||||
|  | 					top: 12px; | ||||||
|  | 					left: 12px; | ||||||
|  | 					padding: 4px 8px; | ||||||
|  | 					color: #fff; | ||||||
|  | 					background: rgba(0, 0, 0, 0.7); | ||||||
|  | 					font-size: 0.7em; | ||||||
|  | 					border-radius: 6px; | ||||||
|  | 			} | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		> .avatar { | 		> .avatar { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue