| 
														
															@@ -7,15 +7,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		<div class="container"> 
														 | 
														
														 | 
														
															 		<div class="container"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			<div class="info-section"> 
														 | 
														
														 | 
														
															 			<div class="info-section"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<div class="picture-name-row"> 
														 | 
														
														 | 
														
															 				<div class="picture-name-row"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					<img 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						class="profile-picture" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						:src=" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-							user.avatar.url && user.avatar.type === 'gravatar' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-								? `${user.avatar.url}?d=${notes}&s=250` 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-								: '/assets/notes.png' 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						onerror="this.src='/assets/notes.png'; this.onerror=''" 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					/> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					<profile-picture :avatar="user.avatar" :name="user.name" /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					<div> 
														 | 
														
														 | 
														
															 					<div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<div class="name-role-row"> 
														 | 
														
														 | 
														
															 						<div class="name-role-row"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							<p class="name">{{ user.name }}</p> 
														 | 
														
														 | 
														
															 							<p class="name">{{ user.name }}</p> 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -245,6 +237,7 @@ import draggable from "vuedraggable"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import TabQueryHandler from "../mixins/TabQueryHandler.vue"; 
														 | 
														
														 | 
														
															 import TabQueryHandler from "../mixins/TabQueryHandler.vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import ProfilePicture from "../components/ui/ProfilePicture.vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import PlaylistItem from "../components/ui/PlaylistItem.vue"; 
														 | 
														
														 | 
														
															 import PlaylistItem from "../components/ui/PlaylistItem.vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import SortablePlaylists from "../mixins/SortablePlaylists.vue"; 
														 | 
														
														 | 
														
															 import SortablePlaylists from "../mixins/SortablePlaylists.vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import MainHeader from "../components/layout/MainHeader.vue"; 
														 | 
														
														 | 
														
															 import MainHeader from "../components/layout/MainHeader.vue"; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -257,6 +250,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		MainHeader, 
														 | 
														
														 | 
														
															 		MainHeader, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		MainFooter, 
														 | 
														
														 | 
														
															 		MainFooter, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		PlaylistItem, 
														 | 
														
														 | 
														
															 		PlaylistItem, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		ProfilePicture, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		CreatePlaylist: () => import("../components/modals/CreatePlaylist.vue"), 
														 | 
														
														 | 
														
															 		CreatePlaylist: () => import("../components/modals/CreatePlaylist.vue"), 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		EditPlaylist: () => 
														 | 
														
														 | 
														
															 		EditPlaylist: () => 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			import("../components/modals/EditPlaylist/index.vue"), 
														 | 
														
														 | 
														
															 			import("../components/modals/EditPlaylist/index.vue"), 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -266,7 +260,6 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	data() { 
														 | 
														
														 | 
														
															 	data() { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		return { 
														 | 
														
														 | 
														
															 		return { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			user: {}, 
														 | 
														
														 | 
														
															 			user: {}, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			notes: "", 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			isUser: false, 
														 | 
														
														 | 
														
															 			isUser: false, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			tab: "recent-activity", 
														 | 
														
														 | 
														
															 			tab: "recent-activity", 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			playlists: [], 
														 | 
														
														 | 
														
															 			playlists: [], 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -295,11 +288,6 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		) 
														 | 
														
														 | 
														
															 		) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.tab = this.$route.query.tab; 
														 | 
														
														 | 
														
															 			this.tab = this.$route.query.tab; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		lofig.get("frontendDomain").then(frontendDomain => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			this.frontendDomain = frontendDomain; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			this.notes = encodeURI(`${this.frontendDomain}/assets/notes.png`); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		}); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															- 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		io.getSocket(socket => { 
														 | 
														
														 | 
														
															 		io.getSocket(socket => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			this.socket = socket; 
														 | 
														
														 | 
														
															 			this.socket = socket; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -648,14 +636,10 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		align-items: center; 
														 | 
														
														 | 
														
															 		align-items: center; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		justify-content: center; 
														 | 
														
														 | 
														
															 		justify-content: center; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		margin-bottom: 24px; 
														 | 
														
														 | 
														
															 		margin-bottom: 24px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-	.profile-picture { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		width: 100px; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		height: 100px; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		border-radius: 100%; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		border: 0.5px solid $light-grey-2; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-		margin-right: 32px; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		.profile-picture { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+			margin-right: 32px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	.name-role-row { 
														 | 
														
														 | 
														
															 	.name-role-row { 
														 |