From b9631794ee37f449d3975c391b0a047ea6688357 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 19 Feb 2026 15:10:11 +0100 Subject: [PATCH] feat: migrate editor components from FontAwesome to Phosphor Icons --- .../components/input/editor/CommandsList.vue | 6 +-- .../components/input/editor/EditorToolbar.vue | 45 +++++++++++-------- .../src/components/input/editor/TipTap.vue | 14 +++--- .../src/components/input/editor/suggestion.ts | 27 ++++++----- 4 files changed, 53 insertions(+), 39 deletions(-) diff --git a/frontend/src/components/input/editor/CommandsList.vue b/frontend/src/components/input/editor/CommandsList.vue index dd80b73df..d4dea8c3a 100644 --- a/frontend/src/components/input/editor/CommandsList.vue +++ b/frontend/src/components/input/editor/CommandsList.vue @@ -8,7 +8,7 @@ :class="{ 'is-selected': index === selectedIndex }" @click="selectItem(index)" > - +

{{ item.title }}

{{ item.description }}

@@ -27,10 +27,10 @@