From bc31970939a08a44110baa906e2bc4d825f462e9 Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Fri, 30 Jan 2026 12:15:42 +0900 Subject: [PATCH] [backport core/1.38] feat: add category support for blueprints and protect global blueprints (#8465) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport of #8378 to `core/1.38` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8465-backport-core-1-38-feat-add-category-support-for-blueprints-and-protect-global-bluepri-2f86d73d365081b79a8be0ac55d87f0f) 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" /> -