From 22507fed744a71f55b4d95415f87e38140e59d17 Mon Sep 17 00:00:00 2001 From: Aleksander Grygier Date: Wed, 26 Nov 2025 00:43:49 +0100 Subject: [PATCH] refactor: Icons --- .../ChatFormActionFileAttachments.svelte | 11 ++--- .../components/app/misc/SelectorModel.svelte | 44 ++++++++++++++++--- .../webui/src/lib/constants/modality-icons.ts | 28 ++++++++++++ 3 files changed, 72 insertions(+), 11 deletions(-) create mode 100644 tools/server/webui/src/lib/constants/modality-icons.ts diff --git a/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionFileAttachments.svelte b/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionFileAttachments.svelte index 887e4cc3f8..186786af48 100644 --- a/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionFileAttachments.svelte +++ b/tools/server/webui/src/lib/components/app/chat/ChatForm/ChatFormActions/ChatFormActionFileAttachments.svelte @@ -1,9 +1,10 @@