mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	replaced ti-heart
This commit is contained in:
		
							parent
							
								
									b4e3217cc2
								
							
						
					
					
						commit
						f8248853d1
					
				
					 13 changed files with 21 additions and 18 deletions
				
			
		|  | @ -148,9 +148,9 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 					<i class="ph-heart ph-bold ph-lg"></i> | ||||
| 				</button> | ||||
| 				<button ref="reactButton" :class="$style.footerButton" class="_button" @click="toggleReact()" @click.stop> | ||||
| 					<i v-if="appearNote.reactionAcceptance === 'likeOnly' && appearNote.myReaction != null" class="ph-heart ph-bold ph-lg" style="color: var(--eventReactionHeart);"></i> | ||||
| 					<i v-if="appearNote.reactionAcceptance === 'likeOnly' && appearNote.myReaction != null" class="ti ti-heart-filled" style="color: var(--eventReactionHeart);"></i> | ||||
| 					<i v-else-if="appearNote.myReaction != null" class="ph-minus ph-bold ph-lg" style="color: var(--accent);"></i> | ||||
| 					<i v-else-if="appearNote.reactionAcceptance === 'likeOnly'" class="ph-heart ph-bold ph-lg"></i> | ||||
| 					<i v-else-if="appearNote.reactionAcceptance === 'likeOnly'" class="ti ti-heart"></i> | ||||
| 					<i v-else class="ph-smiley ph-bold ph-lg"></i> | ||||
| 					<p v-if="(appearNote.reactionAcceptance === 'likeOnly' || defaultStore.state.showReactionsCount) && appearNote.reactionCount > 0" :class="$style.footerButtonCount">{{ number(appearNote.reactionCount) }}</p> | ||||
| 				</button> | ||||
|  |  | |||
|  | @ -148,9 +148,9 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 				<i class="ph-heart ph-bold ph-lg"></i> | ||||
| 			</button> | ||||
| 			<button ref="reactButton" :class="$style.noteFooterButton" class="_button" @click="toggleReact()"> | ||||
| 				<i v-if="appearNote.reactionAcceptance === 'likeOnly' && appearNote.myReaction != null" class="ph-heart ph-bold ph-lg" style="color: var(--eventReactionHeart);"></i> | ||||
| 				<i v-if="appearNote.reactionAcceptance === 'likeOnly' && appearNote.myReaction != null" class="ti ti-heart-filled" style="color: var(--eventReactionHeart);"></i> | ||||
| 				<i v-else-if="appearNote.myReaction != null" class="ph-minus ph-bold ph-lg" style="color: var(--accent);"></i> | ||||
| 				<i v-else-if="appearNote.reactionAcceptance === 'likeOnly'" class="ph-heart ph-bold ph-lg"></i> | ||||
| 				<i v-else-if="appearNote.reactionAcceptance === 'likeOnly'" class="ti ti-heart"></i> | ||||
| 				<i v-else class="ph-smiley ph-bold ph-lg"></i> | ||||
| 				<p v-if="(appearNote.reactionAcceptance === 'likeOnly' || defaultStore.state.showReactionsCount) && appearNote.reactionCount > 0" :class="$style.noteFooterButtonCount">{{ number(appearNote.reactionCount) }}</p> | ||||
| 			</button> | ||||
|  |  | |||
|  | @ -37,8 +37,8 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 				<span v-else><i class="ph-rocket ph-bold ph-lg"></i></span> | ||||
| 			</button> | ||||
| 			<button v-click-anime v-tooltip="i18n.ts.reactionAcceptance" class="_button" :class="[$style.headerRightItem, { [$style.danger]: reactionAcceptance === 'likeOnly' }]" @click="toggleReactionAcceptance"> | ||||
| 				<span v-if="reactionAcceptance === 'likeOnly'"><i class="ph-heart ph-bold ph-lg"></i></span> | ||||
| 				<span v-else-if="reactionAcceptance === 'likeOnlyForRemote'"><i class="ph-heart ph-bold ph-lg"></i></span> | ||||
| 				<span v-if="reactionAcceptance === 'likeOnly'"><i class="ti ti-heart"></i></span> | ||||
| 				<span v-else-if="reactionAcceptance === 'likeOnlyForRemote'"><i class="ti ti-heart-plus"></i></span> | ||||
| 				<span v-else><i class="ph-smiley ph-bold ph-lg"></i></span> | ||||
| 			</button> | ||||
| 			<button v-click-anime class="_button" :class="$style.submit" :disabled="!canPost" data-cy-open-post-form-submit @click="post"> | ||||
|  |  | |||
|  | @ -15,8 +15,8 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 					</div> | ||||
| 					<div v-else>({{ i18n.ts.noDescription }})</div> | ||||
| 					<div> | ||||
| 						<MkButton v-if="favorited" v-tooltip="i18n.ts.unfavorite" asLike rounded primary @click="unfavorite()"><i class="ph-heart ph-bold pd-lg"></i><span v-if="clip.favoritedCount > 0" style="margin-left: 6px;">{{ clip.favoritedCount }}</span></MkButton> | ||||
| 						<MkButton v-else v-tooltip="i18n.ts.favorite" asLike rounded @click="favorite()"><i class="ph-heart ph-bold pd-lg"></i><span v-if="clip.favoritedCount > 0" style="margin-left: 6px;">{{ clip.favoritedCount }}</span></MkButton> | ||||
| 						<MkButton v-if="favorited" v-tooltip="i18n.ts.unfavorite" asLike rounded primary @click="unfavorite()"><i class="ti ti-heart"></i><span v-if="clip.favoritedCount > 0" style="margin-left: 6px;">{{ clip.favoritedCount }}</span></MkButton> | ||||
| 						<MkButton v-else v-tooltip="i18n.ts.favorite" asLike rounded @click="favorite()"><i class="ti ti-heart"></i><span v-if="clip.favoritedCount > 0" style="margin-left: 6px;">{{ clip.favoritedCount }}</span></MkButton> | ||||
| 					</div> | ||||
| 				</div> | ||||
| 				<div :class="$style.user"> | ||||
|  |  | |||
|  | @ -87,7 +87,7 @@ const headerTabs = computed(() => [{ | |||
| }, { | ||||
| 	key: 'liked', | ||||
| 	title: i18n.ts._play.liked, | ||||
| 	icon: 'ph-heart ph-bold ph-lg', | ||||
| 	icon: 'ti ti-heart', | ||||
| }]); | ||||
| 
 | ||||
| definePageMetadata(() => ({ | ||||
|  |  | |||
|  | @ -19,8 +19,8 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 								<MkButton v-tooltip="i18n.ts.reload" class="button" rounded @click="reset"><i class="ph-arrows-clockwise ph-bold ph-lg"></i></MkButton> | ||||
| 							</div> | ||||
| 							<div class="items"> | ||||
| 								<MkButton v-if="flash.isLiked" v-tooltip="i18n.ts.unlike" asLike class="button" rounded primary @click="unlike()"><i class="ph-heart ph-bold ph-lg"></i><span v-if="flash?.likedCount && flash.likedCount > 0" style="margin-left: 6px;">{{ flash.likedCount }}</span></MkButton> | ||||
| 								<MkButton v-else v-tooltip="i18n.ts.like" asLike class="button" rounded @click="like()"><i class="ph-heart ph-bold ph-lg"></i><span v-if="flash?.likedCount && flash.likedCount > 0" style="margin-left: 6px;">{{ flash.likedCount }}</span></MkButton> | ||||
| 								<MkButton v-if="flash.isLiked" v-tooltip="i18n.ts.unlike" asLike class="button" rounded primary @click="unlike()"><i class="ti ti-heart"></i><span v-if="flash?.likedCount && flash.likedCount > 0" style="margin-left: 6px;">{{ flash.likedCount }}</span></MkButton> | ||||
| 								<MkButton v-else v-tooltip="i18n.ts.like" asLike class="button" rounded @click="like()"><i class="ti ti-heart"></i><span v-if="flash?.likedCount && flash.likedCount > 0" style="margin-left: 6px;">{{ flash.likedCount }}</span></MkButton> | ||||
| 								<MkButton v-tooltip="i18n.ts.copyLink" class="button" rounded @click="copyLink"><i class="ph-link ph-bold ph-lg ti-fw"></i></MkButton> | ||||
| 								<MkButton v-tooltip="i18n.ts.share" class="button" rounded @click="share"><i class="ph-share-network ph-bold ph-lg ti-fw"></i></MkButton> | ||||
| 							</div> | ||||
|  | @ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 							<div class="summary"><Mfm :text="flash.summary" :isBlock="true"/></div> | ||||
| 							<MkButton class="start" gradate rounded large @click="start">Play</MkButton> | ||||
| 							<div class="info"> | ||||
| 								<span v-tooltip="i18n.ts.numberOfLikes"><i class="ph-heart ph-bold ph-lg"></i> {{ flash.likedCount }}</span> | ||||
| 								<span v-tooltip="i18n.ts.numberOfLikes"><i class="ti ti-heart"></i> {{ flash.likedCount }}</span> | ||||
| 							</div> | ||||
| 						</div> | ||||
| 					</div> | ||||
|  |  | |||
|  | @ -112,7 +112,7 @@ const headerTabs = computed(() => [{ | |||
| }, { | ||||
| 	key: 'liked', | ||||
| 	title: i18n.ts._gallery.liked, | ||||
| 	icon: 'ph-heart ph-bold ph-lg', | ||||
| 	icon: 'ti ti-heart', | ||||
| }, { | ||||
| 	key: 'my', | ||||
| 	title: i18n.ts._gallery.my, | ||||
|  |  | |||
|  | @ -24,7 +24,7 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 						<div class="actions"> | ||||
| 							<div class="like"> | ||||
| 								<MkButton v-if="post.isLiked" v-tooltip="i18n.ts._gallery.unlike" class="button" primary @click="unlike()"><i class="ph-heart-break ph-bold ph-lg"></i><span v-if="post.likedCount > 0" class="count">{{ post.likedCount }}</span></MkButton> | ||||
| 								<MkButton v-else v-tooltip="i18n.ts._gallery.like" class="button" @click="like()"><i class="ph-heart ph-bold ph-lg"></i><span v-if="post.likedCount > 0" class="count">{{ post.likedCount }}</span></MkButton> | ||||
| 								<MkButton v-else v-tooltip="i18n.ts._gallery.like" class="button" @click="like()"><i class="ti ti-heart"></i><span v-if="post.likedCount > 0" class="count">{{ post.likedCount }}</span></MkButton> | ||||
| 							</div> | ||||
| 							<div class="other"> | ||||
| 								<button v-if="$i && $i.id === post.user.id" v-tooltip="i18n.ts.edit" v-click-anime class="_button" @click="edit"><i class="ti ti-pencil ti-fw"></i></button> | ||||
|  |  | |||
|  | @ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 			</div> | ||||
| 		</div> | ||||
| 		<MkButton v-if="list.isLiked" v-tooltip="i18n.ts.unlike" inline :class="$style.button" asLike primary @click="unlike()"><i class="ph-heart-break ph-bold ph-lg"></i><span v-if="list.likedCount > 0" class="count">{{ list.likedCount }}</span></MkButton> | ||||
| 		<MkButton v-if="!list.isLiked" v-tooltip="i18n.ts.like" inline :class="$style.button" asLike @click="like()"><i class="ph-heart ph-bold ph-lg"></i><span v-if="1 > 0" class="count">{{ list.likedCount }}</span></MkButton> | ||||
| 		<MkButton v-if="!list.isLiked" v-tooltip="i18n.ts.like" inline :class="$style.button" asLike @click="like()"><i class="ti ti-heart"></i><span v-if="1 > 0" class="count">{{ list.likedCount }}</span></MkButton> | ||||
| 		<MkButton inline @click="create()"><i class="ti ti-download" :class="$style.import"></i>{{ i18n.ts.import }}</MkButton> | ||||
| 	</MkSpacer> | ||||
| </MkStickyContainer> | ||||
|  |  | |||
|  | @ -97,7 +97,7 @@ const headerTabs = computed(() => [{ | |||
| }, { | ||||
| 	key: 'favorites', | ||||
| 	title: i18n.ts.favorites, | ||||
| 	icon: 'ph-heart ph-bold ph-lg', | ||||
| 	icon: 'ti ti-heart', | ||||
| }]); | ||||
| 
 | ||||
| definePageMetadata(() => ({ | ||||
|  |  | |||
|  | @ -59,7 +59,7 @@ SPDX-License-Identifier: AGPL-3.0-only | |||
| 					<div :class="$style.pageActions"> | ||||
| 						<div> | ||||
| 							<MkButton v-if="page.isLiked" v-tooltip="i18n.ts._pages.unlike" class="button" asLike primary @click="unlike()"><i class="ph-heart-break ph-bold ph-lg"></i><span v-if="page.likedCount > 0" class="count">{{ page.likedCount }}</span></MkButton> | ||||
| 							<MkButton v-else v-tooltip="i18n.ts._pages.like" class="button" asLike @click="like()"><i class="ph-heart ph-bold ph-lg"></i><span v-if="page.likedCount > 0" class="count">{{ page.likedCount }}</span></MkButton> | ||||
| 							<MkButton v-else v-tooltip="i18n.ts._pages.like" class="button" asLike @click="like()"><i class="ti ti-heart"></i><span v-if="page.likedCount > 0" class="count">{{ page.likedCount }}</span></MkButton> | ||||
| 						</div> | ||||
| 						<div :class="$style.other"> | ||||
| 							<button v-tooltip="i18n.ts.copyLink" class="_button" :class="$style.generalActionButton" @click="copyLink"><i class="ph-link ph-bold ph-lg ti-fw"></i></button> | ||||
|  |  | |||
|  | @ -85,7 +85,7 @@ const headerTabs = computed(() => [{ | |||
| }, { | ||||
| 	key: 'liked', | ||||
| 	title: i18n.ts._pages.liked, | ||||
| 	icon: 'ph-heart ph-bold ph-lg', | ||||
| 	icon: 'ti ti-heart', | ||||
| }]); | ||||
| 
 | ||||
| definePageMetadata(() => ({ | ||||
|  |  | |||
|  | @ -98,6 +98,9 @@ export function getConfig(): UserConfig { | |||
| 					'ti ti-pencil': 'ph-pencil-simple ph-bold ph-lg', | ||||
| 					'ti ti-arrow-right': 'ph-arrow-right ph-bold ph-lg', | ||||
| 					'ti ti-pin': 'ph-push-pin ph-bold ph-lg', | ||||
| 					'ti ti-heart': 'ph-heart ph-bold ph-lg', | ||||
| 					'ti ti-heart-filled': 'ph-heart ph-bold ph-lg', | ||||
| 					'ti ti-heart-plus': 'ph-heart ph-bold ph-lg', | ||||
| 				}, | ||||
| 			}), | ||||
| 			...process.env.NODE_ENV === 'production' | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue