mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 13:34:12 +00:00 
			
		
		
		
	replaced ti-device-floppy
This commit is contained in:
		
							parent
							
								
									ad2412d3cd
								
							
						
					
					
						commit
						0b0b2e95da
					
				
					 20 changed files with 23 additions and 22 deletions
				
			
		|  | @ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 		</div> | 		</div> | ||||||
| 	</div> | 	</div> | ||||||
| 	<div :class="$style.caption"><slot name="caption"></slot></div> | 	<div :class="$style.caption"><slot name="caption"></slot></div> | ||||||
| 	<MkButton v-if="manualSave && changed" primary :class="$style.save" @click="updated"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 	<MkButton v-if="manualSave && changed" primary :class="$style.save" @click="updated"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| </div> | </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 	</div> | 	</div> | ||||||
| 	<div :class="$style.caption"><slot name="caption"></slot></div> | 	<div :class="$style.caption"><slot name="caption"></slot></div> | ||||||
| 
 | 
 | ||||||
| 	<MkButton v-if="manualSave && changed" primary :class="$style.save" @click="updated"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 	<MkButton v-if="manualSave && changed" primary :class="$style.save" @click="updated"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| </div> | </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -31,7 +31,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 		<Mfm :text="v" :isBlock="true" /> | 		<Mfm :text="v" :isBlock="true" /> | ||||||
| 	</div> | 	</div> | ||||||
| 
 | 
 | ||||||
| 	<MkButton v-if="manualSave && changed" primary :class="$style.save" @click="updated"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 	<MkButton v-if="manualSave && changed" primary :class="$style.save" @click="updated"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| </div> | </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -68,7 +68,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 				<div class="buttons"> | 				<div class="buttons"> | ||||||
| 					<MkButton class="button" inline primary style="margin-right: 12px;" @click="save(ad)"> | 					<MkButton class="button" inline primary style="margin-right: 12px;" @click="save(ad)"> | ||||||
| 						<i | 						<i | ||||||
| 							class="ph-floppy-disk ph-bold ph-lg" | 							class="ti ti-device-floppy" | ||||||
| 						></i> {{ i18n.ts.save }} | 						></i> {{ i18n.ts.save }} | ||||||
| 					</MkButton> | 					</MkButton> | ||||||
| 					<MkButton class="button" inline danger @click="remove(ad)"> | 					<MkButton class="button" inline danger @click="remove(ad)"> | ||||||
|  |  | ||||||
|  | @ -56,7 +56,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 					</MkSwitch> | 					</MkSwitch> | ||||||
| 					<p v-if="announcement.reads">{{ i18n.tsx.nUsersRead({ n: announcement.reads }) }}</p> | 					<p v-if="announcement.reads">{{ i18n.tsx.nUsersRead({ n: announcement.reads }) }}</p> | ||||||
| 					<div class="buttons _buttons"> | 					<div class="buttons _buttons"> | ||||||
| 						<MkButton class="button" inline primary @click="save(announcement)"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 						<MkButton class="button" inline primary @click="save(announcement)"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 						<MkButton v-if="announcement.id != null" class="button" inline @click="archive(announcement)"><i class="ti ti-check"></i> {{ i18n.ts._announcement.end }} ({{ i18n.ts.archive }})</MkButton> | 						<MkButton v-if="announcement.id != null" class="button" inline @click="archive(announcement)"><i class="ti ti-check"></i> {{ i18n.ts._announcement.end }} ({{ i18n.ts.archive }})</MkButton> | ||||||
| 						<MkButton v-if="announcement.id != null" class="button" inline danger @click="del(announcement)"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | 						<MkButton v-if="announcement.id != null" class="button" inline danger @click="del(announcement)"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | ||||||
| 					</div> | 					</div> | ||||||
|  |  | ||||||
|  | @ -76,7 +76,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 				</FormSlot> | 				</FormSlot> | ||||||
| 			</template> | 			</template> | ||||||
| 
 | 
 | ||||||
| 			<MkButton primary @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 			<MkButton primary @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 		</div> | 		</div> | ||||||
| 	</FormSuspense> | 	</FormSuspense> | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|  | @ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 				<span>{{ i18n.ts.silencedInstances }}</span> | 				<span>{{ i18n.ts.silencedInstances }}</span> | ||||||
| 				<template #caption>{{ i18n.ts.silencedInstancesDescription }}</template> | 				<template #caption>{{ i18n.ts.silencedInstancesDescription }}</template> | ||||||
| 			</MkTextarea> | 			</MkTextarea> | ||||||
| 			<MkButton primary @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 			<MkButton primary @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 		</FormSuspense> | 		</FormSuspense> | ||||||
| 	</MkSpacer> | 	</MkSpacer> | ||||||
| </MkStickyContainer> | </MkStickyContainer> | ||||||
|  |  | ||||||
|  | @ -49,7 +49,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 							<template #prefix><i class="ph-key ph-bold ph-lg"></i></template> | 							<template #prefix><i class="ph-key ph-bold ph-lg"></i></template> | ||||||
| 							<template #label>TrueMail API Auth Key</template> | 							<template #label>TrueMail API Auth Key</template> | ||||||
| 						</MkInput> | 						</MkInput> | ||||||
| 						<MkButton primary @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 						<MkButton primary @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 					</div> | 					</div> | ||||||
| 				</MkFolder> | 				</MkFolder> | ||||||
| 
 | 
 | ||||||
|  | @ -60,7 +60,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 						<MkTextarea v-model="bannedEmailDomains"> | 						<MkTextarea v-model="bannedEmailDomains"> | ||||||
| 							<template #label>Banned Email Domains List</template> | 							<template #label>Banned Email Domains List</template> | ||||||
| 						</MkTextarea> | 						</MkTextarea> | ||||||
| 						<MkButton primary @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 						<MkButton primary @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 					</div> | 					</div> | ||||||
| 				</MkFolder> | 				</MkFolder> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -23,7 +23,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 						<template #label>{{ i18n.ts.imageUrl }}</template> | 						<template #label>{{ i18n.ts.imageUrl }}</template> | ||||||
| 					</MkInput> | 					</MkInput> | ||||||
| 					<div class="buttons _buttons"> | 					<div class="buttons _buttons"> | ||||||
| 						<MkButton class="button" inline primary @click="save(avatarDecoration)"><i class="ph-floppy ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 						<MkButton class="button" inline primary @click="save(avatarDecoration)"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 						<MkButton v-if="avatarDecoration.id != null" class="button" inline danger @click="del(avatarDecoration)"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | 						<MkButton v-if="avatarDecoration.id != null" class="button" inline danger @click="del(avatarDecoration)"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | ||||||
| 					</div> | 					</div> | ||||||
| 				</div> | 				</div> | ||||||
|  |  | ||||||
|  | @ -60,7 +60,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 			</MkFolder> | 			</MkFolder> | ||||||
| 
 | 
 | ||||||
| 			<div class="_buttons"> | 			<div class="_buttons"> | ||||||
| 				<MkButton primary @click="save()"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ channelId ? i18n.ts.save : i18n.ts.create }}</MkButton> | 				<MkButton primary @click="save()"><i class="ti ti-device-floppy"></i> {{ channelId ? i18n.ts.save : i18n.ts.create }}</MkButton> | ||||||
| 				<MkButton v-if="channelId" danger @click="archive()"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.archive }}</MkButton> | 				<MkButton v-if="channelId" danger @click="archive()"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.archive }}</MkButton> | ||||||
| 			</div> | 			</div> | ||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
|  | @ -27,8 +27,8 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 			<MkSwitch v-model="isSensitive">{{ i18n.ts.markAsSensitive }}</MkSwitch> | 			<MkSwitch v-model="isSensitive">{{ i18n.ts.markAsSensitive }}</MkSwitch> | ||||||
| 
 | 
 | ||||||
| 			<div class="_buttons"> | 			<div class="_buttons"> | ||||||
| 				<MkButton v-if="postId" primary @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 				<MkButton v-if="postId" primary @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 				<MkButton v-else primary @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.publish }}</MkButton> | 				<MkButton v-else primary @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.publish }}</MkButton> | ||||||
| 
 | 
 | ||||||
| 				<MkButton v-if="postId" danger @click="del"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | 				<MkButton v-if="postId" danger @click="del"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | ||||||
| 			</div> | 			</div> | ||||||
|  |  | ||||||
|  | @ -41,7 +41,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 			<MkSwitch v-model="withFile">{{ i18n.ts.withFileAntenna }}</MkSwitch> | 			<MkSwitch v-model="withFile">{{ i18n.ts.withFileAntenna }}</MkSwitch> | ||||||
| 		</div> | 		</div> | ||||||
| 		<div :class="$style.actions"> | 		<div :class="$style.actions"> | ||||||
| 			<MkButton inline primary @click="saveAntenna()"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 			<MkButton inline primary @click="saveAntenna()"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 			<MkButton v-if="antenna.id != null" inline danger @click="deleteAntenna()"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | 			<MkButton v-if="antenna.id != null" inline danger @click="deleteAntenna()"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | ||||||
| 		</div> | 		</div> | ||||||
| 	</div> | 	</div> | ||||||
|  |  | ||||||
|  | @ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 	<MkSpacer :contentMax="700"> | 	<MkSpacer :contentMax="700"> | ||||||
| 		<div class="jqqmcavi"> | 		<div class="jqqmcavi"> | ||||||
| 			<MkButton v-if="pageId" class="button" inline link :to="`/@${ author.username }/pages/${ currentName }`"><i class="ph-arrow-square-out ph-bold ph-lg"></i> {{ i18n.ts._pages.viewPage }}</MkButton> | 			<MkButton v-if="pageId" class="button" inline link :to="`/@${ author.username }/pages/${ currentName }`"><i class="ph-arrow-square-out ph-bold ph-lg"></i> {{ i18n.ts._pages.viewPage }}</MkButton> | ||||||
| 			<MkButton v-if="!readonly" inline primary class="button" @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 			<MkButton v-if="!readonly" inline primary class="button" @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 			<MkButton v-if="pageId" inline class="button" @click="duplicate"><i class="ph-copy ph-bold ph-lg"></i> {{ i18n.ts.duplicate }}</MkButton> | 			<MkButton v-if="pageId" inline class="button" @click="duplicate"><i class="ph-copy ph-bold ph-lg"></i> {{ i18n.ts.duplicate }}</MkButton> | ||||||
| 			<MkButton v-if="pageId && !readonly" inline class="button" danger @click="del"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | 			<MkButton v-if="pageId && !readonly" inline class="button" danger @click="del"><i class="ph-trash ph-bold ph-lg"></i> {{ i18n.ts.delete }}</MkButton> | ||||||
| 		</div> | 		</div> | ||||||
|  |  | ||||||
|  | @ -30,7 +30,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 					<template #label>{{ i18n.ts.value }} (JSON)</template> | 					<template #label>{{ i18n.ts.value }} (JSON)</template> | ||||||
| 				</MkCodeEditor> | 				</MkCodeEditor> | ||||||
| 
 | 
 | ||||||
| 				<MkButton primary @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 				<MkButton primary @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 
 | 
 | ||||||
| 				<MkKeyValue> | 				<MkKeyValue> | ||||||
| 					<template #key>{{ i18n.ts.updatedAt }}</template> | 					<template #key>{{ i18n.ts.updatedAt }}</template> | ||||||
|  |  | ||||||
|  | @ -170,7 +170,7 @@ const menuDef = computed(() => [{ | ||||||
| 	}], | 	}], | ||||||
| }, { | }, { | ||||||
| 	items: [{ | 	items: [{ | ||||||
| 		icon: 'ph-floppy-disk ph-bold ph-lg', | 		icon: 'ti ti-device-floppy', | ||||||
| 		text: i18n.ts.preferencesBackups, | 		text: i18n.ts.preferencesBackups, | ||||||
| 		to: '/settings/preferences-backups', | 		to: '/settings/preferences-backups', | ||||||
| 		active: currentPage.value?.route.name === 'preferences-backups', | 		active: currentPage.value?.route.name === 'preferences-backups', | ||||||
|  |  | ||||||
|  | @ -10,7 +10,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 		<template #label>{{ i18n.ts._instanceMute.heading }}</template> | 		<template #label>{{ i18n.ts._instanceMute.heading }}</template> | ||||||
| 		<template #caption>{{ i18n.ts._instanceMute.instanceMuteDescription }}<br>{{ i18n.ts._instanceMute.instanceMuteDescription2 }}</template> | 		<template #caption>{{ i18n.ts._instanceMute.instanceMuteDescription }}<br>{{ i18n.ts._instanceMute.instanceMuteDescription2 }}</template> | ||||||
| 	</MkTextarea> | 	</MkTextarea> | ||||||
| 	<MkButton primary :disabled="!changed" @click="save()"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 	<MkButton primary :disabled="!changed" @click="save()"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| </div> | </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 			<template #caption>{{ i18n.ts._wordMute.muteWordsDescription }}<br>{{ i18n.ts._wordMute.muteWordsDescription2 }}</template> | 			<template #caption>{{ i18n.ts._wordMute.muteWordsDescription }}<br>{{ i18n.ts._wordMute.muteWordsDescription2 }}</template> | ||||||
| 		</MkTextarea> | 		</MkTextarea> | ||||||
| 	</div> | 	</div> | ||||||
| 	<MkButton primary inline :disabled="!changed" @click="save()"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 	<MkButton primary inline :disabled="!changed" @click="save()"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| </div> | </div> | ||||||
| </template> | </template> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only | ||||||
| 	<div class="_buttons"> | 	<div class="_buttons"> | ||||||
| 		<MkButton @click="addItem"><i class="ti ti-plus"></i> {{ i18n.ts.addItem }}</MkButton> | 		<MkButton @click="addItem"><i class="ti ti-plus"></i> {{ i18n.ts.addItem }}</MkButton> | ||||||
| 		<MkButton danger @click="reset"><i class="ph-arrow-clockwise ph-bold ph-lg"></i> {{ i18n.ts.default }}</MkButton> | 		<MkButton danger @click="reset"><i class="ph-arrow-clockwise ph-bold ph-lg"></i> {{ i18n.ts.default }}</MkButton> | ||||||
| 		<MkButton primary class="save" @click="save"><i class="ph-floppy-disk ph-bold ph-lg"></i> {{ i18n.ts.save }}</MkButton> | 		<MkButton primary class="save" @click="save"><i class="ti ti-device-floppy"></i> {{ i18n.ts.save }}</MkButton> | ||||||
| 	</div> | 	</div> | ||||||
| 
 | 
 | ||||||
| 	<MkRadios v-model="menuDisplay"> | 	<MkRadios v-model="menuDisplay"> | ||||||
|  |  | ||||||
|  | @ -439,7 +439,7 @@ function menu(ev: MouseEvent, profileId: string) { | ||||||
| 		action: () => rename(profileId), | 		action: () => rename(profileId), | ||||||
| 	}, { | 	}, { | ||||||
| 		text: ts._preferencesBackups.save, | 		text: ts._preferencesBackups.save, | ||||||
| 		icon: 'ph-floppy-disk ph-bold ph-lg', | 		icon: 'ti ti-device-floppy', | ||||||
| 		action: () => save(profileId), | 		action: () => save(profileId), | ||||||
| 	}, { type: 'divider' }, { | 	}, { type: 'divider' }, { | ||||||
| 		text: ts.delete, | 		text: ts.delete, | ||||||
|  | @ -465,7 +465,7 @@ onUnmounted(() => { | ||||||
| 
 | 
 | ||||||
| definePageMetadata(() => ({ | definePageMetadata(() => ({ | ||||||
| 	title: ts.preferencesBackups, | 	title: ts.preferencesBackups, | ||||||
| 	icon: 'ph-floppy-disk ph-bold ph-lg', | 	icon: 'ti ti-device-floppy', | ||||||
| })); | })); | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -86,6 +86,7 @@ export function getConfig(): UserConfig { | ||||||
| 					'ti ti-chevron-right ti-fw': 'ph-caret-right ph-bold ph-lg', | 					'ti ti-chevron-right ti-fw': 'ph-caret-right ph-bold ph-lg', | ||||||
| 					'ti ti-dots': 'ph-dots-three ph-bold ph-lg', | 					'ti ti-dots': 'ph-dots-three ph-bold ph-lg', | ||||||
| 					'ti ti-check': 'ph-check ph-bold ph-lg', | 					'ti ti-check': 'ph-check ph-bold ph-lg', | ||||||
|  | 					'ti ti-device-floppy': 'ph-floppy-disk ph-bold ph-lg', | ||||||
| 				}, | 				}, | ||||||
| 			}), | 			}), | ||||||
| 			...process.env.NODE_ENV === 'production' | 			...process.env.NODE_ENV === 'production' | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue