From 10097bb9b6a67bb66c2f1baf102c39dec8375d8b Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 31 May 2026 12:15:37 +0200 Subject: [PATCH] tabs.js: collapse stale dangling sentence in per-card actions comment (argus #728) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When I rewrote the original 'Per-card action buttons … moved into the sticky #selection-bar (see renderSelectionBar) which appears when the operator has at least one agent selected via the icon click' comment to use the docs ref, I shrunk part of it but left the second sentence as a dangling fragment glued onto the new short ref. Collapse cleanly: docs ref + the still-useful `needs update ↻` chip note. --- frontend/packages/dashboard/src/tabs.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/frontend/packages/dashboard/src/tabs.js b/frontend/packages/dashboard/src/tabs.js index 618f67c1..db8ef08e 100644 --- a/frontend/packages/dashboard/src/tabs.js +++ b/frontend/packages/dashboard/src/tabs.js @@ -700,12 +700,9 @@ window.marked = marked; // Per-card action buttons (R3ST4RT / ST0P / ST4RT / R3BU1LD / // DESTR0Y / PURG3) moved to the selection bar — see - // docs/web-ui.md::Selection bar. Actions - // moved into the sticky #selection-bar (see renderSelectionBar) - // which appears when the operator has at least one agent - // selected via the icon click. The contextual `needs update ↻` + // docs/web-ui.md::Selection bar. The contextual `needs update ↻` // chip in the head row stays — it's a state-hint, not an - // action button per se. + // action button. // ── drill-ins ──────────────────────────────────────────────── const drill = el('div', { class: 'drill-ins' });