From 1631f22efbdab81f88261a5609a38b4182ce4cd8 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Fri, 30 Jan 2026 12:15:47 +0900 Subject: [PATCH] [backport cloud/1.38] feat: add category support for blueprints and protect global blueprints (#8466) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #8378 to `cloud/1.38` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8466-backport-cloud-1-38-feat-add-category-support-for-blueprints-and-protect-global-bluepr-2f86d73d3650814da4b4d8d773d2ffe5) by [Unito](https://www.unito.io) Co-authored-by: Christian Byrne Co-authored-by: Subagent 5 Co-authored-by: Amp Co-authored-by: GitHub Action Co-authored-by: AustinMroz --- .../sidebar/tabs/nodeLibrary/NodeTreeLeaf.vue | 22 ++++++---- src/locales/en/main.json | 3 +- .../validation/schemas/workflowSchema.ts | 2 + src/scripts/api.ts | 5 ++- src/stores/subgraphStore.test.ts | 42 ++++++++++++++---- src/stores/subgraphStore.ts | 43 +++++++++++++------ 6 files changed, 86 insertions(+), 31 deletions(-) diff --git a/src/components/sidebar/tabs/nodeLibrary/NodeTreeLeaf.vue b/src/components/sidebar/tabs/nodeLibrary/NodeTreeLeaf.vue index 325cf44f5..4f1cb6d27 100644 --- a/src/components/sidebar/tabs/nodeLibrary/NodeTreeLeaf.vue +++ b/src/components/sidebar/tabs/nodeLibrary/NodeTreeLeaf.vue @@ -13,10 +13,7 @@ severity="danger" /> -