From 78b016e35cf54013f5fec20863627a20c1773875 Mon Sep 17 00:00:00 2001 From: Mar0xy Date: Fri, 13 Oct 2023 19:07:41 +0200 Subject: [PATCH] upd: icons --- .../frontend/src/pages/admin/external-services.vue | 2 +- packages/frontend/src/pages/drive.file.info.vue | 12 ++++++------ packages/frontend/src/pages/drive.file.vue | 6 +++--- packages/frontend/src/pages/my-lists/list.vue | 2 +- .../frontend/src/pages/settings/2fa.qrdialog.vue | 2 +- packages/frontend/src/pages/settings/mute-block.vue | 10 +++++----- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/frontend/src/pages/admin/external-services.vue b/packages/frontend/src/pages/admin/external-services.vue index 0c04217272..705679b702 100644 --- a/packages/frontend/src/pages/admin/external-services.vue +++ b/packages/frontend/src/pages/admin/external-services.vue @@ -69,7 +69,7 @@ const headerTabs = $computed(() => []); definePageMetadata({ title: i18n.ts.externalServices, - icon: 'ti ti-link', + icon: 'ph-square-arrow-out ph-bold ph-lg', }); diff --git a/packages/frontend/src/pages/drive.file.info.vue b/packages/frontend/src/pages/drive.file.info.vue index ae9256b8e3..578bebb60e 100644 --- a/packages/frontend/src/pages/drive.file.info.vue +++ b/packages/frontend/src/pages/drive.file.info.vue @@ -14,26 +14,26 @@ SPDX-License-Identifier: AGPL-3.0-only
- +
diff --git a/packages/frontend/src/pages/drive.file.vue b/packages/frontend/src/pages/drive.file.vue index 2c1e5d20a7..b1bb84b488 100644 --- a/packages/frontend/src/pages/drive.file.vue +++ b/packages/frontend/src/pages/drive.file.vue @@ -38,15 +38,15 @@ const headerActions = computed(() => []); const headerTabs = computed(() => [{ key: 'info', title: i18n.ts.info, - icon: 'ti ti-info-circle', + icon: 'ph-info ph-bold ph-lg', }, { key: 'notes', title: i18n.ts._fileViewer.attachedNotes, - icon: 'ti ti-pencil', + icon: 'ph-pencil ph-bold ph-lg', }]); definePageMetadata(computed(() => ({ title: i18n.ts._fileViewer.title, - icon: 'ti ti-file', + icon: 'ph-file-text ph-bold ph-lg', }))); diff --git a/packages/frontend/src/pages/my-lists/list.vue b/packages/frontend/src/pages/my-lists/list.vue index cadc9f6d1e..60adb37cd0 100644 --- a/packages/frontend/src/pages/my-lists/list.vue +++ b/packages/frontend/src/pages/my-lists/list.vue @@ -132,7 +132,7 @@ async function removeUser(item, ev) { async function showMembershipMenu(item, ev) { os.popupMenu([{ text: item.withReplies ? i18n.ts.hideRepliesToOthersInTimeline : i18n.ts.showRepliesToOthersInTimeline, - icon: item.withReplies ? 'ti ti-messages-off' : 'ti ti-messages', + icon: item.withReplies ? 'ph-envelope-open ph-bold ph-lg' : 'ph-envelope ph-bold ph-lg', action: async () => { os.api('users/lists/update-membership', { listId: list.id, diff --git a/packages/frontend/src/pages/settings/2fa.qrdialog.vue b/packages/frontend/src/pages/settings/2fa.qrdialog.vue index 093dba99d9..765161691d 100644 --- a/packages/frontend/src/pages/settings/2fa.qrdialog.vue +++ b/packages/frontend/src/pages/settings/2fa.qrdialog.vue @@ -84,7 +84,7 @@ SPDX-License-Identifier: AGPL-3.0-only - {{ i18n.ts.download }} + {{ i18n.ts.download }} diff --git a/packages/frontend/src/pages/settings/mute-block.vue b/packages/frontend/src/pages/settings/mute-block.vue index 2005ef3069..32aa9bd754 100644 --- a/packages/frontend/src/pages/settings/mute-block.vue +++ b/packages/frontend/src/pages/settings/mute-block.vue @@ -6,21 +6,21 @@ SPDX-License-Identifier: AGPL-3.0-only