From 478cfc0b5e1a1362e0be2d6d6d93db4889627dcf Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Thu, 5 Feb 2026 16:33:26 -0800 Subject: [PATCH] feat: replace puzzle icon with extensions-blocks icon for manager button (#8644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Replace the manager button puzzle icon with a custom extensions-blocks SVG icon and add a "Manage Extensions" text label to the top bar button. ## Changes - **What**: Swap `icon-[lucide--puzzle]` → `icon-[comfy--extensions-blocks]` in TopMenuSection, ComfyMenuButton, and ManagerDialog. Add visible "Manage Extensions" label (hidden below md). Align tooltip with new label text. ## Review Focus - Visual appearance of the new icon at different sizes - Button layout with text label at md+ breakpoints - Red dot notification positioning with wider button Fixes COM-12161 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8644-feat-replace-puzzle-icon-with-extensions-blocks-icon-for-manager-button-2fe6d73d3650815c8867efc5a0842ef7) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown --- packages/design-system/src/icons/extensions-blocks.svg | 1 + src/components/TopMenuSection.vue | 10 ++++++---- src/components/sidebar/ComfyMenuButton.vue | 2 +- .../manager/components/manager/ManagerDialog.vue | 2 +- 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 packages/design-system/src/icons/extensions-blocks.svg diff --git a/packages/design-system/src/icons/extensions-blocks.svg b/packages/design-system/src/icons/extensions-blocks.svg new file mode 100644 index 000000000..25b3b6cc8 --- /dev/null +++ b/packages/design-system/src/icons/extensions-blocks.svg @@ -0,0 +1 @@ + diff --git a/src/components/TopMenuSection.vue b/src/components/TopMenuSection.vue index a76d94f46..13b28e904 100644 --- a/src/components/TopMenuSection.vue +++ b/src/components/TopMenuSection.vue @@ -19,12 +19,14 @@