From c2452c5d204413665d5fc71d9d2519c9e6a4d4f5 Mon Sep 17 00:00:00 2001 From: Robin Huang Date: Fri, 20 Feb 2026 12:00:35 -0800 Subject: [PATCH] feat: add tooltip to clear queued jobs button in expanded queue overlay (#9020) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds a "Clear all jobs" tooltip to the cancel queued jobs button in the expanded job queue header, matching the tooltip pattern used elsewhere in the queue overlay. Helps the user understand what this button does. ## Test plan - Open the expanded job queue modal with queued jobs - Hover over the cancel (list-x) button next to the queued count - Verify the "Clear all jobs" tooltip appears Screenshot 2026-02-20 at 11 24 36 AM --------- Co-authored-by: Claude Opus 4.6 --- src/components/queue/QueueOverlayHeader.vue | 4 ++++ src/locales/en/main.json | 1 + 2 files changed, 5 insertions(+) diff --git a/src/components/queue/QueueOverlayHeader.vue b/src/components/queue/QueueOverlayHeader.vue index 999b551e4d..6580392489 100644 --- a/src/components/queue/QueueOverlayHeader.vue +++ b/src/components/queue/QueueOverlayHeader.vue @@ -28,6 +28,7 @@