From 6b557130974162e1ac2295c913cd6dde1f410c05 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 2 Aug 2024 13:23:15 +0100 Subject: [PATCH] map new icons phopshor doesn't have anything decent for "folder symlink", the "folder dashed" I picked is pretty bad the three classes not prefixed with `ti ` are inside a conditional in `packages/frontend/src/pages/admin/abuse-report/notification-recipient.item.vue` --- packages/frontend/vite.replaceIcons.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/frontend/vite.replaceIcons.ts b/packages/frontend/vite.replaceIcons.ts index 494a327477..f060ddcd01 100644 --- a/packages/frontend/vite.replaceIcons.ts +++ b/packages/frontend/vite.replaceIcons.ts @@ -129,6 +129,7 @@ export function pluginReplaceIcons() { iconsReplace({ values: { 'icon ti ti-brand-youtube': 'icon ph-youtube-logo ph-bold ph-lg', + 'ti ti ti-folder-symlink': 'ph-folder-dashed ph-bold ph-lg', 'ti ti-123': 'ph-numpad ph-bold ph-lg', 'ti ti-access-point': 'ph-broadcast ph-bold ph-lg', 'ti ti-activity': 'ph-pulse ph-bold ph-lg', @@ -237,6 +238,7 @@ export function pluginReplaceIcons() { 'ti ti-flask': 'ph-flask ph-bold ph-lg', 'ti ti-folder': 'ph-folder ph-bold ph-lg', 'ti ti-folder-plus': 'ph-folder-plus ph-bold ph-lg', + 'ti ti-folder-symlink': 'ph-folder-dashed ph-bold ph-lg', 'ti ti-forms': 'ph-textbox ph-bold ph-lg', 'ti ti-ghost': 'ph-ghost ph-bold ph-lg', 'ti ti-grid-dots': 'ph-dots-nine ph-bold ph-lg', @@ -312,6 +314,7 @@ export function pluginReplaceIcons() { 'ti ti-rectangle': 'ph-frame-corners ph-bold ph-lg', 'ti ti-refresh': 'ph-arrows-counter-clockwise ph-bold ph-lg', 'ti ti-repeat-off': 'ph-repeat ph-bold ph-lg', + 'ti ti-restore': 'ph-box-arrow-up ph-box ph-lg', 'ti ti-robot': 'ph-robot ph-bold ph-lg', 'ti ti-rocket': 'ph-rocket-launch ph-bold ph-lg', 'ti ti-rocket-off': 'ph-rocket ph-bold ph-lg', @@ -362,6 +365,9 @@ export function pluginReplaceIcons() { 'ti ti-world-upload': 'ph-cloud-arrow-up ph-bold ph-lg', 'ti ti-world-x': 'ph-planet ph-bold ph-lg', 'ti ti-x': 'ph-x ph-bold ph-lg', + 'ti-help': 'ph-question ph-bold ph-lg', + 'ti-mail': 'ph-envelope ph-bold ph-lg', + 'ti-webhook': 'ph-webhooks-logo ph-bold ph-lg', 'ti ti-caret-down': 'ph-caret-down ph-bold ph-lg', 'ti ti-chevron-down': 'ph-caret-down ph-bold ph-lg', },