tabs.js: collapse stale dangling sentence in per-card actions comment (argus #728)
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.
This commit is contained in:
parent
69debe6b7d
commit
10097bb9b6
1 changed files with 2 additions and 5 deletions
|
|
@ -700,12 +700,9 @@ window.marked = marked;
|
||||||
|
|
||||||
// Per-card action buttons (R3ST4RT / ST0P / ST4RT / R3BU1LD /
|
// Per-card action buttons (R3ST4RT / ST0P / ST4RT / R3BU1LD /
|
||||||
// DESTR0Y / PURG3) moved to the selection bar — see
|
// DESTR0Y / PURG3) moved to the selection bar — see
|
||||||
// docs/web-ui.md::Selection bar. Actions
|
// docs/web-ui.md::Selection bar. The contextual `needs update ↻`
|
||||||
// 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 ↻`
|
|
||||||
// chip in the head row stays — it's a state-hint, not an
|
// chip in the head row stays — it's a state-hint, not an
|
||||||
// action button per se.
|
// action button.
|
||||||
|
|
||||||
// ── drill-ins ────────────────────────────────────────────────
|
// ── drill-ins ────────────────────────────────────────────────
|
||||||
const drill = el('div', { class: 'drill-ins' });
|
const drill = el('div', { class: 'drill-ins' });
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue