refactor(client): refactoring
This commit is contained in:
		
							parent
							
								
									52a1ec9af1
								
							
						
					
					
						commit
						ded0f6f0df
					
				
					 90 changed files with 27 additions and 114 deletions
				
			
		|  | @ -139,5 +139,6 @@ defineExpose({ | ||||||
| <style lang="scss" scoped> | <style lang="scss" scoped> | ||||||
| .yrolvcoq { | .yrolvcoq { | ||||||
| 	min-height: 100%; | 	min-height: 100%; | ||||||
|  | 	background: var(--bg); | ||||||
| } | } | ||||||
| </style> | </style> | ||||||
|  |  | ||||||
|  | @ -204,7 +204,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.aboutMisskey, | 	title: i18n.ts.aboutMisskey, | ||||||
| 	icon: null, | 	icon: null, | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -131,7 +131,6 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.instanceInfo, | 	title: i18n.ts.instanceInfo, | ||||||
| 	icon: 'fas fa-info-circle', | 	icon: 'fas fa-info-circle', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -117,7 +117,6 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: file ? i18n.ts.file + ': ' + file.name : i18n.ts.file, | 	title: file ? i18n.ts.file + ': ' + file.name : i18n.ts.file, | ||||||
| 	icon: 'fas fa-file', | 	icon: 'fas fa-file', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -87,7 +87,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.abuseReports, | 	title: i18n.ts.abuseReports, | ||||||
| 	icon: 'fas fa-exclamation-circle', | 	icon: 'fas fa-exclamation-circle', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -116,7 +116,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.ads, | 	title: i18n.ts.ads, | ||||||
| 	icon: 'fas fa-audio-description', | 	icon: 'fas fa-audio-description', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -102,7 +102,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.announcements, | 	title: i18n.ts.announcements, | ||||||
| 	icon: 'fas fa-broadcast-tower', | 	icon: 'fas fa-broadcast-tower', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -29,6 +29,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.database, | 	title: i18n.ts.database, | ||||||
| 	icon: 'fas fa-database', | 	icon: 'fas fa-database', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -122,6 +122,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.emailServer, | 	title: i18n.ts.emailServer, | ||||||
| 	icon: 'fas fa-envelope', | 	icon: 'fas fa-envelope', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -292,7 +292,6 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.customEmojis, | 	title: i18n.ts.customEmojis, | ||||||
| 	icon: 'fas fa-laugh', | 	icon: 'fas fa-laugh', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -110,7 +110,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.files, | 	title: i18n.ts.files, | ||||||
| 	icon: 'fas fa-cloud', | 	icon: 'fas fa-cloud', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -41,7 +41,6 @@ const router = useRouter(); | ||||||
| const indexInfo = { | const indexInfo = { | ||||||
| 	title: i18n.ts.controlPanel, | 	title: i18n.ts.controlPanel, | ||||||
| 	icon: 'fas fa-cog', | 	icon: 'fas fa-cog', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| 	hideHeader: true, | 	hideHeader: true, | ||||||
| }; | }; | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -47,6 +47,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.instanceBlocking, | 	title: i18n.ts.instanceBlocking, | ||||||
| 	icon: 'fas fa-ban', | 	icon: 'fas fa-ban', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -53,6 +53,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.integration, | 	title: i18n.ts.integration, | ||||||
| 	icon: 'fas fa-share-alt', | 	icon: 'fas fa-share-alt', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -144,6 +144,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.objectStorage, | 	title: i18n.ts.objectStorage, | ||||||
| 	icon: 'fas fa-cloud', | 	icon: 'fas fa-cloud', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -40,6 +40,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.other, | 	title: i18n.ts.other, | ||||||
| 	icon: 'fas fa-cogs', | 	icon: 'fas fa-cogs', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -468,7 +468,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.dashboard, | 	title: i18n.ts.dashboard, | ||||||
| 	icon: 'fas fa-tachometer-alt', | 	icon: 'fas fa-tachometer-alt', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -58,6 +58,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.proxyAccount, | 	title: i18n.ts.proxyAccount, | ||||||
| 	icon: 'fas fa-ghost', | 	icon: 'fas fa-ghost', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -52,6 +52,5 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.jobQueue, | 	title: i18n.ts.jobQueue, | ||||||
| 	icon: 'fas fa-clipboard-list', | 	icon: 'fas fa-clipboard-list', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -78,7 +78,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.relays, | 	title: i18n.ts.relays, | ||||||
| 	icon: 'fas fa-globe', | 	icon: 'fas fa-globe', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -74,6 +74,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.security, | 	title: i18n.ts.security, | ||||||
| 	icon: 'fas fa-lock', | 	icon: 'fas fa-lock', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -258,6 +258,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.general, | 	title: i18n.ts.general, | ||||||
| 	icon: 'fas fa-cog', | 	icon: 'fas fa-cog', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -135,7 +135,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.users, | 	title: i18n.ts.users, | ||||||
| 	icon: 'fas fa-users', | 	icon: 'fas fa-users', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -47,7 +47,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.announcements, | 	title: i18n.ts.announcements, | ||||||
| 	icon: 'fas fa-broadcast-tower', | 	icon: 'fas fa-broadcast-tower', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -1,17 +1,20 @@ | ||||||
| <template> | <template> | ||||||
| <div ref="rootEl" v-hotkey.global="keymap" v-size="{ min: [800] }" class="tqmomfks"> | <MkStickyContainer> | ||||||
| 	<div v-if="queue > 0" class="new"><button class="_buttonPrimary" @click="top()">{{ $ts.newNoteRecived }}</button></div> | 	<template #header><MkPageHeader :actions="headerActions" :tabs="headerTabs"/></template> | ||||||
| 	<div class="tl _block"> | 	<div ref="rootEl" v-hotkey.global="keymap" v-size="{ min: [800] }" class="tqmomfks"> | ||||||
| 		<XTimeline | 		<div v-if="queue > 0" class="new"><button class="_buttonPrimary" @click="top()">{{ $ts.newNoteRecived }}</button></div> | ||||||
| 			ref="tlEl" :key="antennaId" | 		<div class="tl _block"> | ||||||
| 			class="tl" | 			<XTimeline | ||||||
| 			src="antenna" | 				ref="tlEl" :key="antennaId" | ||||||
| 			:antenna="antennaId" | 				class="tl" | ||||||
| 			:sound="true" | 				src="antenna" | ||||||
| 			@queue="queueUpdated" | 				:antenna="antennaId" | ||||||
| 		/> | 				:sound="true" | ||||||
|  | 				@queue="queueUpdated" | ||||||
|  | 			/> | ||||||
|  | 		</div> | ||||||
| 	</div> | 	</div> | ||||||
| </div> | </MkStickyContainer> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
| <script lang="ts" setup> | <script lang="ts" setup> | ||||||
|  | @ -68,23 +71,21 @@ watch(() => props.antennaId, async () => { | ||||||
| 	}); | 	}); | ||||||
| }, { immediate: true }); | }, { immediate: true }); | ||||||
| 
 | 
 | ||||||
| const headerActions = $computed(() => []); | const headerActions = $computed(() => antenna ? [{ | ||||||
|  | 	icon: 'fas fa-calendar-alt', | ||||||
|  | 	text: i18n.ts.jumpToSpecifiedDate, | ||||||
|  | 	handler: timetravel, | ||||||
|  | }, { | ||||||
|  | 	icon: 'fas fa-cog', | ||||||
|  | 	text: i18n.ts.settings, | ||||||
|  | 	handler: settings, | ||||||
|  | }] : []); | ||||||
| 
 | 
 | ||||||
| const headerTabs = $computed(() => []); | const headerTabs = $computed(() => []); | ||||||
| 
 | 
 | ||||||
| definePageMetadata(computed(() => antenna ? { | definePageMetadata(computed(() => antenna ? { | ||||||
| 	title: antenna.name, | 	title: antenna.name, | ||||||
| 	icon: 'fas fa-satellite', | 	icon: 'fas fa-satellite', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| 	actions: [{ |  | ||||||
| 		icon: 'fas fa-calendar-alt', |  | ||||||
| 		text: i18n.ts.jumpToSpecifiedDate, |  | ||||||
| 		handler: timetravel, |  | ||||||
| 	}, { |  | ||||||
| 		icon: 'fas fa-cog', |  | ||||||
| 		text: i18n.ts.settings, |  | ||||||
| 		handler: settings, |  | ||||||
| 	}], |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -111,11 +111,9 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => props.channelId ? { | definePageMetadata(computed(() => props.channelId ? { | ||||||
| 	title: i18n.ts._channel.edit, | 	title: i18n.ts._channel.edit, | ||||||
| 	icon: 'fas fa-satellite-dish', | 	icon: 'fas fa-satellite-dish', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : { | } : { | ||||||
| 	title: i18n.ts._channel.create, | 	title: i18n.ts._channel.create, | ||||||
| 	icon: 'fas fa-satellite-dish', | 	icon: 'fas fa-satellite-dish', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| })); | })); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -80,7 +80,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => channel ? { | definePageMetadata(computed(() => channel ? { | ||||||
| 	title: channel.name, | 	title: channel.name, | ||||||
| 	icon: 'fas fa-satellite-dish', | 	icon: 'fas fa-satellite-dish', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -75,6 +75,5 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.channel, | 	title: i18n.ts.channel, | ||||||
| 	icon: 'fas fa-satellite-dish', | 	icon: 'fas fa-satellite-dish', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -102,7 +102,6 @@ const headerActions = $computed(() => clip && isOwned ? [{ | ||||||
| definePageMetadata(computed(() => clip ? { | definePageMetadata(computed(() => clip ? { | ||||||
| 	title: clip.name, | 	title: clip.name, | ||||||
| 	icon: 'fas fa-paperclip', | 	icon: 'fas fa-paperclip', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -20,7 +20,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: folder ? folder.name : i18n.ts.drive, | 	title: folder ? folder.name : i18n.ts.drive, | ||||||
| 	icon: 'fas fa-cloud', | 	icon: 'fas fa-cloud', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| 	hideHeader: true, | 	hideHeader: true, | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -87,6 +87,5 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.explore, | 	title: i18n.ts.explore, | ||||||
| 	icon: 'fas fa-hashtag', | 	icon: 'fas fa-hashtag', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -38,7 +38,6 @@ const pagingComponent = ref<InstanceType<typeof MkPagination>>(); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.favorites, | 	title: i18n.ts.favorites, | ||||||
| 	icon: 'fas fa-star', | 	icon: 'fas fa-star', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -65,7 +65,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.followRequests, | 	title: i18n.ts.followRequests, | ||||||
| 	icon: 'fas fa-user-clock', | 	icon: 'fas fa-user-clock', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -116,11 +116,9 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => props.postId ? { | definePageMetadata(computed(() => props.postId ? { | ||||||
| 	title: i18n.ts.edit, | 	title: i18n.ts.edit, | ||||||
| 	icon: 'fas fa-pencil-alt', | 	icon: 'fas fa-pencil-alt', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : { | } : { | ||||||
| 	title: i18n.ts.postToGallery, | 	title: i18n.ts.postToGallery, | ||||||
| 	icon: 'fas fa-pencil-alt', | 	icon: 'fas fa-pencil-alt', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| })); | })); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -122,7 +122,6 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.gallery, | 	title: i18n.ts.gallery, | ||||||
| 	icon: 'fas fa-icons', | 	icon: 'fas fa-icons', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -149,7 +149,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => post ? { | definePageMetadata(computed(() => post ? { | ||||||
| 	title: post.title, | 	title: post.title, | ||||||
| 	avatar: post.user, | 	avatar: post.user, | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -215,7 +215,6 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: props.host, | 	title: props.host, | ||||||
| 	icon: 'fas fa-server', | 	icon: 'fas fa-server', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -159,7 +159,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.messaging, | 	title: i18n.ts.messaging, | ||||||
| 	icon: 'fas fa-comments', | 	icon: 'fas fa-comments', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -38,7 +38,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.manageAntennas, | 	title: i18n.ts.manageAntennas, | ||||||
| 	icon: 'fas fa-satellite', | 	icon: 'fas fa-satellite', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -34,7 +34,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.manageAntennas, | 	title: i18n.ts.manageAntennas, | ||||||
| 	icon: 'fas fa-satellite', | 	icon: 'fas fa-satellite', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -69,7 +69,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.clip, | 	title: i18n.ts.clip, | ||||||
| 	icon: 'fas fa-paperclip', | 	icon: 'fas fa-paperclip', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| 	action: { | 	action: { | ||||||
| 		icon: 'fas fa-plus', | 		icon: 'fas fa-plus', | ||||||
| 		handler: create, | 		handler: create, | ||||||
|  |  | ||||||
|  | @ -46,7 +46,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.manageLists, | 	title: i18n.ts.manageLists, | ||||||
| 	icon: 'fas fa-list-ul', | 	icon: 'fas fa-list-ul', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| 	action: { | 	action: { | ||||||
| 		icon: 'fas fa-plus', | 		icon: 'fas fa-plus', | ||||||
| 		handler: create, | 		handler: create, | ||||||
|  |  | ||||||
|  | @ -120,7 +120,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => list ? { | definePageMetadata(computed(() => list ? { | ||||||
| 	title: list.name, | 	title: list.name, | ||||||
| 	icon: 'fas fa-list-ul', | 	icon: 'fas fa-list-ul', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -18,6 +18,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.notFound, | 	title: i18n.ts.notFound, | ||||||
| 	icon: 'fas fa-exclamation-triangle', | 	icon: 'fas fa-exclamation-triangle', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -132,7 +132,6 @@ definePageMetadata(computed(() => note ? { | ||||||
| 		title: i18n.t('noteOf', { user: note.user.name }), | 		title: i18n.t('noteOf', { user: note.user.name }), | ||||||
| 		text: note.text, | 		text: note.text, | ||||||
| 	}, | 	}, | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -91,6 +91,5 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.notifications, | 	title: i18n.ts.notifications, | ||||||
| 	icon: 'fas fa-bell', | 	icon: 'fas fa-bell', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -439,8 +439,7 @@ definePageMetadata(computed(() => { | ||||||
| 	return { | 	return { | ||||||
| 		title: title, | 		title: title, | ||||||
| 		icon: 'fas fa-pencil-alt', | 		icon: 'fas fa-pencil-alt', | ||||||
| 		bg: 'var(--bg)', | 		}; | ||||||
| 	}; |  | ||||||
| })); | })); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -77,7 +77,6 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.pages, | 	title: i18n.ts.pages, | ||||||
| 	icon: 'fas fa-sticky-note', | 	icon: 'fas fa-sticky-note', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -17,7 +17,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.preview, | 	title: i18n.ts.preview, | ||||||
| 	icon: 'fas fa-eye', | 	icon: 'fas fa-eye', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -51,7 +51,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.resetPassword, | 	title: i18n.ts.resetPassword, | ||||||
| 	icon: 'fas fa-lock', | 	icon: 'fas fa-lock', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -34,6 +34,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.t('searchWith', { q: props.query }), | 	title: i18n.t('searchWith', { q: props.query }), | ||||||
| 	icon: 'fas fa-search', | 	icon: 'fas fa-search', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -109,7 +109,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.accounts, | 	title: i18n.ts.accounts, | ||||||
| 	icon: 'fas fa-users', | 	icon: 'fas fa-users', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -42,6 +42,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: 'API', | 	title: 'API', | ||||||
| 	icon: 'fas fa-key', | 	icon: 'fas fa-key', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -67,7 +67,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.installedApps, | 	title: i18n.ts.installedApps, | ||||||
| 	icon: 'fas fa-plug', | 	icon: 'fas fa-plug', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -42,6 +42,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.customCss, | 	title: i18n.ts.customCss, | ||||||
| 	icon: 'fas fa-code', | 	icon: 'fas fa-code', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -73,6 +73,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.deck, | 	title: i18n.ts.deck, | ||||||
| 	icon: 'fas fa-columns', | 	icon: 'fas fa-columns', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -48,6 +48,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts._accountDelete.accountDelete, | 	title: i18n.ts._accountDelete.accountDelete, | ||||||
| 	icon: 'fas fa-exclamation-triangle', | 	icon: 'fas fa-exclamation-triangle', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -101,7 +101,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.drive, | 	title: i18n.ts.drive, | ||||||
| 	icon: 'fas fa-cloud', | 	icon: 'fas fa-cloud', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -107,6 +107,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.email, | 	title: i18n.ts.email, | ||||||
| 	icon: 'fas fa-envelope', | 	icon: 'fas fa-envelope', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -186,6 +186,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.general, | 	title: i18n.ts.general, | ||||||
| 	icon: 'fas fa-cogs', | 	icon: 'fas fa-cogs', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -155,7 +155,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.importAndExport, | 	title: i18n.ts.importAndExport, | ||||||
| 	icon: 'fas fa-boxes', | 	icon: 'fas fa-boxes', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -42,7 +42,6 @@ const props = withDefaults(defineProps<{ | ||||||
| const indexInfo = { | const indexInfo = { | ||||||
| 	title: i18n.ts.settings, | 	title: i18n.ts.settings, | ||||||
| 	icon: 'fas fa-cog', | 	icon: 'fas fa-cog', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| 	hideHeader: true, | 	hideHeader: true, | ||||||
| }; | }; | ||||||
| const INFO = ref(indexInfo); | const INFO = ref(indexInfo); | ||||||
|  |  | ||||||
|  | @ -95,6 +95,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.integration, | 	title: i18n.ts.integration, | ||||||
| 	icon: 'fas fa-share-alt', | 	icon: 'fas fa-share-alt', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -83,6 +83,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.menu, | 	title: i18n.ts.menu, | ||||||
| 	icon: 'fas fa-list-ul', | 	icon: 'fas fa-list-ul', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -57,6 +57,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.muteAndBlock, | 	title: i18n.ts.muteAndBlock, | ||||||
| 	icon: 'fas fa-ban', | 	icon: 'fas fa-ban', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -56,6 +56,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.notifications, | 	title: i18n.ts.notifications, | ||||||
| 	icon: 'fas fa-bell', | 	icon: 'fas fa-bell', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -41,6 +41,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.other, | 	title: i18n.ts.other, | ||||||
| 	icon: 'fas fa-ellipsis-h', | 	icon: 'fas fa-ellipsis-h', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -120,6 +120,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts._plugin.install, | 	title: i18n.ts._plugin.install, | ||||||
| 	icon: 'fas fa-download', | 	icon: 'fas fa-download', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -90,7 +90,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.plugins, | 	title: i18n.ts.plugins, | ||||||
| 	icon: 'fas fa-plug', | 	icon: 'fas fa-plug', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -96,6 +96,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.privacy, | 	title: i18n.ts.privacy, | ||||||
| 	icon: 'fas fa-lock-open', | 	icon: 'fas fa-lock-open', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -183,7 +183,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.profile, | 	title: i18n.ts.profile, | ||||||
| 	icon: 'fas fa-user', | 	icon: 'fas fa-user', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -131,7 +131,6 @@ definePageMetadata({ | ||||||
| 		icon: 'fas fa-eye', | 		icon: 'fas fa-eye', | ||||||
| 		handler: preview, | 		handler: preview, | ||||||
| 	}, | 	}, | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -104,7 +104,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.security, | 	title: i18n.ts.security, | ||||||
| 	icon: 'fas fa-lock', | 	icon: 'fas fa-lock', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -131,6 +131,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.sounds, | 	title: i18n.ts.sounds, | ||||||
| 	icon: 'fas fa-music', | 	icon: 'fas fa-music', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -76,6 +76,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts._theme.install, | 	title: i18n.ts._theme.install, | ||||||
| 	icon: 'fas fa-download', | 	icon: 'fas fa-download', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -74,6 +74,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts._theme.manage, | 	title: i18n.ts._theme.manage, | ||||||
| 	icon: 'fas fa-folder-open', | 	icon: 'fas fa-folder-open', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -152,7 +152,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.theme, | 	title: i18n.ts.theme, | ||||||
| 	icon: 'fas fa-palette', | 	icon: 'fas fa-palette', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -86,6 +86,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: 'Edit webhook', | 	title: 'Edit webhook', | ||||||
| 	icon: 'fas fa-bolt', | 	icon: 'fas fa-bolt', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -78,6 +78,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: 'Create new webhook', | 	title: 'Create new webhook', | ||||||
| 	icon: 'fas fa-bolt', | 	icon: 'fas fa-bolt', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -49,6 +49,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: 'Webhook', | 	title: 'Webhook', | ||||||
| 	icon: 'fas fa-bolt', | 	icon: 'fas fa-bolt', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -124,6 +124,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.wordMute, | 	title: i18n.ts.wordMute, | ||||||
| 	icon: 'fas fa-comment-slash', | 	icon: 'fas fa-comment-slash', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -28,6 +28,5 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: props.tag, | 	title: props.tag, | ||||||
| 	icon: 'fas fa-hashtag', | 	icon: 'fas fa-hashtag', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
|  |  | ||||||
|  | @ -224,7 +224,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata({ | definePageMetadata({ | ||||||
| 	title: i18n.ts.themeEditor, | 	title: i18n.ts.themeEditor, | ||||||
| 	icon: 'fas fa-palette', | 	icon: 'fas fa-palette', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }); | }); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -151,7 +151,6 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: i18n.ts.timeline, | 	title: i18n.ts.timeline, | ||||||
| 	icon: src === 'local' ? 'fas fa-comments' : src === 'social' ? 'fas fa-share-alt' : src === 'global' ? 'fas fa-globe' : 'fas fa-home', | 	icon: src === 'local' ? 'fas fa-comments' : src === 'social' ? 'fas fa-share-alt' : src === 'global' ? 'fas fa-globe' : 'fas fa-home', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -309,7 +309,6 @@ const headerTabs = $computed(() => [{ | ||||||
| definePageMetadata(computed(() => ({ | definePageMetadata(computed(() => ({ | ||||||
| 	title: user ? acct(user) : i18n.ts.userInfo, | 	title: user ? acct(user) : i18n.ts.userInfo, | ||||||
| 	icon: 'fas fa-info-circle', | 	icon: 'fas fa-info-circle', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| }))); | }))); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -79,7 +79,6 @@ const headerTabs = $computed(() => []); | ||||||
| definePageMetadata(computed(() => list ? { | definePageMetadata(computed(() => list ? { | ||||||
| 	title: list.name, | 	title: list.name, | ||||||
| 	icon: 'fas fa-list-ul', | 	icon: 'fas fa-list-ul', | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -54,7 +54,6 @@ definePageMetadata(computed(() => user ? { | ||||||
| 	subtitle: i18n.ts.followers, | 	subtitle: i18n.ts.followers, | ||||||
| 	userName: user, | 	userName: user, | ||||||
| 	avatar: user, | 	avatar: user, | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -54,7 +54,6 @@ definePageMetadata(computed(() => user ? { | ||||||
| 	subtitle: i18n.ts.following, | 	subtitle: i18n.ts.following, | ||||||
| 	userName: user, | 	userName: user, | ||||||
| 	avatar: user, | 	avatar: user, | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -103,7 +103,6 @@ definePageMetadata(computed(() => user ? { | ||||||
| 	share: { | 	share: { | ||||||
| 		title: user.name, | 		title: user.name, | ||||||
| 	}, | 	}, | ||||||
| 	bg: 'var(--bg)', |  | ||||||
| } : null)); | } : null)); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -234,7 +234,7 @@ const wallpaper = localStorage.getItem('wallpaper') != null; | ||||||
| 	> .contents { | 	> .contents { | ||||||
| 		width: 100%; | 		width: 100%; | ||||||
| 		min-width: 0; | 		min-width: 0; | ||||||
| 		background: var(--panel); | 		background: var(--bg); | ||||||
| 
 | 
 | ||||||
| 		> main { | 		> main { | ||||||
| 			min-width: 0; | 			min-width: 0; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue