From 268ab1d38a6595ad3199a5ae32707d7c433294de Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Wed, 10 Dec 2025 04:12:34 -0800 Subject: [PATCH] Implement progress bar on actionbar --- src/components/TopMenuSection.vue | 8 ++-- src/components/actionbar/ComfyActionbar.vue | 50 +++++++++++++++------ 2 files changed, 39 insertions(+), 19 deletions(-) diff --git a/src/components/TopMenuSection.vue b/src/components/TopMenuSection.vue index ec298082c..b43d96edc 100644 --- a/src/components/TopMenuSection.vue +++ b/src/components/TopMenuSection.vue @@ -7,6 +7,7 @@
@@ -17,6 +18,7 @@ >
@@ -31,10 +33,6 @@ > -
@@ -52,7 +50,6 @@ import { useI18n } from 'vue-i18n' import ComfyActionbar from '@/components/actionbar/ComfyActionbar.vue' import SubgraphBreadcrumb from '@/components/breadcrumb/SubgraphBreadcrumb.vue' import IconButton from '@/components/button/IconButton.vue' -import QueueInlineProgress from '@/components/queue/QueueInlineProgress.vue' import QueueInlineProgressSummary from '@/components/queue/QueueInlineProgressSummary.vue' import QueueProgressOverlay from '@/components/queue/QueueProgressOverlay.vue' import ActionBarButtons from '@/components/topbar/ActionBarButtons.vue' @@ -71,6 +68,7 @@ const { isLoggedIn } = useCurrentUser() const isDesktop = isElectron() const { t } = useI18n() const isQueueOverlayExpanded = ref(false) +const actionbarContainerRef = ref() // Right side panel toggle const { isOpen: isRightSidePanelOpen } = storeToRefs(rightSidePanelStore) diff --git a/src/components/actionbar/ComfyActionbar.vue b/src/components/actionbar/ComfyActionbar.vue index 69a8c5caa..3d565b8b2 100644 --- a/src/components/actionbar/ComfyActionbar.vue +++ b/src/components/actionbar/ComfyActionbar.vue @@ -10,15 +10,15 @@ -
+
+ +