mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	upd: add listenbrainz to mobile view
This commit is contained in:
		
							parent
							
								
									cb1585532f
								
							
						
					
					
						commit
						c904fa6b59
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -130,6 +130,7 @@ SPDX-License-Identifier: AGPL-3.0-only
 | 
			
		|||
				<template v-if="narrow">
 | 
			
		||||
					<XFiles :key="user.id" :user="user"/>
 | 
			
		||||
					<XActivity :key="user.id" :user="user"/>
 | 
			
		||||
					<XListenBrainz v-if="user.listenbrainz && listenbrainzdata" :key="user.id" :user="user"/>
 | 
			
		||||
				</template>
 | 
			
		||||
				<!-- <div v-if="!disableNotes">
 | 
			
		||||
					<div style="margin-bottom: 8px; z-index: 1;">{{ i18n.ts.featured }}</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue