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:
parent
fa9b8ba73a
commit
340aa5448f
5 changed files with 14 additions and 15 deletions
|
|
@ -35,9 +35,9 @@ export const form = (action, btnClass, btnLabel, confirmMsg, extra = {}, opts =
|
|||
return f;
|
||||
};
|
||||
|
||||
// `bindAsyncForms` (the `data-async` form submit interceptor) now lives in
|
||||
// `@hive/shared/forms.js` alongside `asyncBtn` — both the dashboard and the
|
||||
// per-agent UI import it directly from there rather than through this file.
|
||||
// `bindAsyncForms` (the `data-async` form submit interceptor) and
|
||||
// `asyncBtn` live in `@hive/shared/forms.js`, not here — both the
|
||||
// dashboard and the per-agent UI import them directly from there.
|
||||
|
||||
// `truncate`, `fmtAgo`, `fmtElapsed`, `fmtDuration` + the `paintAtomic`
|
||||
// render helper live in the dashboard-internal `./util.js`, not here —
|
||||
|
|
|
|||
Loading…
Reference in a new issue