From a521066b25a0f7bc09fa6676931bc67faceaef6c Mon Sep 17 00:00:00 2001 From: Jin Yi Date: Thu, 20 Nov 2025 04:23:24 +0900 Subject: [PATCH] [feat] Add missing nodes warning UI to queue button and breadcrumb (#6674) --- .../ComfyRunButton/ComfyQueueButton.vue | 48 ++++++++++++++----- .../breadcrumb/SubgraphBreadcrumbItem.vue | 17 ++++++- src/locales/en/main.json | 4 +- .../composables/nodePack/useMissingNodes.ts | 31 ++++++++---- .../tests/composables/useMissingNodes.test.ts | 24 ++++++---- 5 files changed, 92 insertions(+), 32 deletions(-) diff --git a/src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue b/src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue index 8907ecf44..2b57b2439 100644 --- a/src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue +++ b/src/components/actionbar/ComfyRunButton/ComfyQueueButton.vue @@ -2,9 +2,7 @@