From 76a0b0b4b4c4904296d67ad56b63bd9e972a92e6 Mon Sep 17 00:00:00 2001 From: Benjamin Lu Date: Tue, 6 Jan 2026 15:06:33 -0800 Subject: [PATCH] [QPOv2] Add N active jobs and clear queue button (#7731) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add text displaying N active jobs and a clear queue button to the media assets sidebar tab. image Part of the QPO v2 iteration, figma design can be found [here](https://www.figma.com/design/LVilZgHGk5RwWOkVN6yCEK/Queue-Progress-Modal?node-id=3330-37286&m=dev). This will be implemented in a series of stacked PRs that can be reviewed and merged individually. main <-- #7731, #7737, #7743, #7745 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7731-QPOv2-Add-N-active-jobs-and-clear-queue-button-2d16d73d365081468c1ce8f9d1b9a0c1) by [Unito](https://www.unito.io) --- .../sidebar/tabs/AssetsSidebarTab.vue | 57 +++++++++++++++++-- src/locales/en/main.json | 1 + 2 files changed, 54 insertions(+), 4 deletions(-) diff --git a/src/components/sidebar/tabs/AssetsSidebarTab.vue b/src/components/sidebar/tabs/AssetsSidebarTab.vue index 8ed3734a9e..70ec90b6fa 100644 --- a/src/components/sidebar/tabs/AssetsSidebarTab.vue +++ b/src/components/sidebar/tabs/AssetsSidebarTab.vue @@ -52,7 +52,31 @@ class="pb-1 px-2 2xl:px-4" :show-generation-time-sort="activeTab === 'output'" /> - +
+ + {{ activeJobsLabel }} + +
+ + {{ t('sideToolbar.queueProgressOverlay.clearQueueTooltip') }} + + +
+
+