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

@ -1,10 +1,10 @@
// C0R3 page entry (/core.html). The host/coordinator surface carved out
// of the dashboard's old SYST3M tab into its own standalone page so the
// dashboard tab strip stays lean. Two sub-tabs via <hive-tab-strip>
// (default = K3PT ST4T3): kept state (tombstones) and container load.
// C0R3 page entry (/core.html). The host/coordinator surface, its own
// standalone page so the dashboard tab strip stays lean. Two sub-tabs
// via <hive-tab-strip> (default = K3PT ST4T3): kept state (tombstones)
// and container load.
//
// Rebuild queue + meta inputs have moved to /builds.html (the build
// lifecycle hub). This page is its own esbuild bundle with its own
// Rebuild queue + meta inputs live at /builds.html (the build lifecycle
// hub), not here. This page is its own esbuild bundle with its own
// runtime: it cold-loads /api/state and subscribes to /dashboard/stream
// (the same broker event channel the dashboard uses), maintaining its
// own copy of the tombstones state.