frontend: finish the dashboard comment-density sweep

Continues #3901 (dashboard round 1 was #3906, tabs.js/swarm.js).
Scanned the rest of packages/dashboard/src for the same 'moved to X'/
'now lives in Y' pattern: five more hits in schedules.js, common.js,
logs.js (two, one duplicating the other), core.js, and swarm.js.
All trimmed to state the current location as a fact rather than
narrating the move; one inline duplicate (logs.js's tab-default
comment restating the file-header pointer) dropped outright.
This commit is contained in:
iris 2026-09-02 03:07:43 +02:00 committed by mara
commit 340aa5448f
5 changed files with 14 additions and 15 deletions

View file

@ -10,9 +10,8 @@
// tracking); reads the shared agent roster from state.js for the
// target-chip pickers. Render + format helpers come from util.js.
//
// Note: per-agent reminders moved to the in-container store (reminders
// migration) and are no longer listed here — they surface via
// get_loose_ends / the todos pill on the agent page instead.
// Note: per-agent reminders live in the in-container store, not here —
// they surface via get_loose_ends / the todos pill on the agent page.
import { $ } from './common.js';
import { el } from '@hive/shared/dom.js';