From dc7328d529ee9079d508af8456d738974ad94d40 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 19:16:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Add=20tooltip=20to=20?= =?UTF-8?q?disabled=20bulk=20action=20buttons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: mapleleaflatte03 <240846662+mapleleaflatte03@users.noreply.github.com> --- intelligence/company/www/assets/meridian.js | 5 +++++ intelligence/company/www/trust-ops.html | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/intelligence/company/www/assets/meridian.js b/intelligence/company/www/assets/meridian.js index a4a014b2..da00b312 100644 --- a/intelligence/company/www/assets/meridian.js +++ b/intelligence/company/www/assets/meridian.js @@ -302,6 +302,11 @@ window.__meridianFetchJsonWithTimeout = window.__meridianFetchJsonWithTimeout || }); Array.prototype.forEach.call(shell.querySelectorAll('[data-bulk-decision]'), function (button) { button.disabled = !selectedCount; + if (!selectedCount) { + button.setAttribute('title', 'Select at least one item to apply decision'); + } else { + button.removeAttribute('title'); + } }); } diff --git a/intelligence/company/www/trust-ops.html b/intelligence/company/www/trust-ops.html index e4693a61..244adcb4 100644 --- a/intelligence/company/www/trust-ops.html +++ b/intelligence/company/www/trust-ops.html @@ -135,10 +135,10 @@

Trust Ops Queue

0 selected
- - - - + + + +