From df26b6501d2bcd5bb7f27fc69d9aae4bdd5d0658 Mon Sep 17 00:00:00 2001 From: dakkar Date: Sat, 22 Jun 2024 13:34:55 +0100 Subject: replaced a bunch of ti-* --- packages/frontend/src/ui/_common_/common.ts | 6 +++--- packages/frontend/src/ui/classic.vue | 4 ++-- packages/frontend/src/ui/deck.vue | 2 +- packages/frontend/src/ui/deck/antenna-column.vue | 2 +- packages/frontend/src/ui/deck/column.vue | 2 +- packages/frontend/src/ui/deck/direct-column.vue | 2 +- packages/frontend/src/ui/deck/list-column.vue | 2 +- packages/frontend/src/ui/deck/main-column.vue | 2 +- packages/frontend/src/ui/deck/mentions-column.vue | 2 +- packages/frontend/src/ui/deck/role-timeline-column.vue | 2 +- packages/frontend/src/ui/universal.vue | 4 ++-- packages/frontend/src/ui/visitor.vue | 6 +++--- 12 files changed, 18 insertions(+), 18 deletions(-) (limited to 'packages/frontend/src/ui') diff --git a/packages/frontend/src/ui/_common_/common.ts b/packages/frontend/src/ui/_common_/common.ts index dc1848a32c..41b0a7b7a0 100644 --- a/packages/frontend/src/ui/_common_/common.ts +++ b/packages/frontend/src/ui/_common_/common.ts @@ -67,13 +67,13 @@ export function openInstanceMenu(ev: MouseEvent) { }, { type: 'divider' }, { type: 'link', text: i18n.ts.ads, - icon: 'ph-flag ph-bold ph-lg', + icon: 'ti ti-ad', to: '/ads', }, ($i && ($i.isAdmin || $i.policies.canInvite) && instance.disableRegistration) ? { type: 'link', to: '/invite', text: i18n.ts.invite, - icon: 'ph-user-plus ph-bold ph-lg', + icon: 'ti ti-user-plus', } : undefined, { type: 'parent', text: i18n.ts.tools, @@ -92,7 +92,7 @@ export function openInstanceMenu(ev: MouseEvent) { }, } : undefined, (instance.tosUrl) ? { text: i18n.ts.termsOfService, - icon: 'ph-notebook ph-bold ph-lg', + icon: 'ti ti-notebook', action: () => { window.open(instance.tosUrl, '_blank', 'noopener'); }, diff --git a/packages/frontend/src/ui/classic.vue b/packages/frontend/src/ui/classic.vue index ea9ea56b90..ce5a22a61d 100644 --- a/packages/frontend/src/ui/classic.vue +++ b/packages/frontend/src/ui/classic.vue @@ -118,13 +118,13 @@ function onContextmenu(ev: MouseEvent) { type: 'label', text: path, }, { - icon: fullView.value ? 'ph-arrows-in-simple ph-bold ph-lg' : 'ph-frame-corners ph-bold ph-lg', + icon: fullView.value ? 'ti ti-minimize' : 'ti ti-maximize', text: fullView.value ? i18n.ts.quitFullView : i18n.ts.fullView, action: () => { fullView.value = !fullView.value; }, }, { - icon: 'ph-frame-corners ph-bold ph-lg', + icon: 'ti ti-window-maximize', text: i18n.ts.openInWindow, action: () => { os.pageWindow(path); diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue index 744591c712..1429bc4a19 100644 --- a/packages/frontend/src/ui/deck.vue +++ b/packages/frontend/src/ui/deck.vue @@ -50,7 +50,7 @@ SPDX-License-Identifier: AGPL-3.0-only
- +