mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Make role tag clickable on user pages (#11019)
This commit is contained in:
		
							parent
							
								
									e8c5117b2d
								
							
						
					
					
						commit
						33a2c0b59e
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -44,8 +44,10 @@
 | 
			
		|||
					</div>
 | 
			
		||||
					<div v-if="user.roles.length > 0" class="roles">
 | 
			
		||||
						<span v-for="role in user.roles" :key="role.id" v-tooltip="role.description" class="role" :style="{ '--color': role.color }">
 | 
			
		||||
							<MkA v-adaptive-bg :to="`/roles/${role.id}`">
 | 
			
		||||
								<img v-if="role.iconUrl" style="height: 1.3em; vertical-align: -22%;" :src="role.iconUrl"/>
 | 
			
		||||
								{{ role.name }}
 | 
			
		||||
							</MkA>
 | 
			
		||||
						</span>
 | 
			
		||||
					</div>
 | 
			
		||||
					<div v-if="iAmModerator" class="moderationNote">
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue