iris
59041d4f03
feat(dashboard): add paused badge and pause/resume toggle to agent cards
...
When ContainerView.paused is true, show a clickable yellow `⏸ paused`
badge on the agent card that POSTs to the new /api/resume/{name} endpoint
to un-park the turn loop. The badge doubles as the resume button so the
state is self-documenting and one click to fix.
The agent action menu gains ⏸ P4US3 (when not paused) and ▶ R3SUM3
(when paused), orthogonal to the running/stopped start/stop actions.
On the backend, /api/pause/{name} and /api/resume/{name} POST routes
wire to Coordinator::set_paused and trigger an immediate rescan so the
badge flips via the existing SSE ContainerUpdate without polling.
Depends on the ContainerView.paused field and Coordinator::set_paused
added in the parent PR.
2026-07-26 14:11:02 +02:00
..
builds.css
feat(builds): add /builds.html — build lifecycle hub ( closes #1999 )
2026-06-28 23:56:11 +02:00
builds.html
fix(dashboard): replace stale 'manager' with 'submitter' in approval UI text
2026-07-02 14:15:07 +02:00
builds.js
fix(dashboard): draw jobq tree connectors with CSS lines instead of box-drawing chars
2026-07-26 03:14:52 +02:00
call.js
refactor( #2416 ): remove the non-pr config-change flow (request_apply_commit / applycommit)
2026-07-15 21:03:52 +02:00
colors.css
refactor(frontend): base16 theme contract in a swappable colors.css
2026-06-08 21:24:07 +02:00
common.css
feat(dashboard): add paused badge and pause/resume toggle to agent cards
2026-07-26 14:11:02 +02:00
common.js
fix( #2443 ): catch fetch() network errors in bindAsyncForms doSubmit
2026-07-20 19:58:04 +02:00
core.css
refactor(fe): trim impl-history and duplicated-docs prose from comments
2026-06-29 00:12:30 +02:00
core.html
feat: add infra container start/stop/restart tab to C0R3 page
2026-07-12 03:12:44 +02:00
core.js
fix( #2443 ): address asyncBtn review notes
2026-07-20 19:59:45 +02:00
credentials.css
feat: rename matrix-accounts page to credentials, add github PAT tab
2026-07-11 12:40:13 +02:00
credentials.html
extra-forges: fully dashboard-provisioned, no host config
2026-07-14 18:38:55 +02:00
credentials.js
extra-forges: fully dashboard-provisioned, no host config
2026-07-14 18:38:55 +02:00
dashboard.css
fix(#2650,#2649): drop reminders tab + pending_reminders chip
2026-07-23 09:54:40 +02:00
dashboard.html
fix(#2650,#2649): drop reminders tab + pending_reminders chip
2026-07-23 09:54:40 +02:00
flow.css
chore(frontend): scrub pre-existing issue-tag refs from source comments
2026-06-09 00:24:49 +02:00
flow.html
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
flow.js
dashboard frontend: consume rfc3339 timestamps from the api
2026-07-02 22:28:30 +02:00
home.css
dashboard(home): matrix-rain backdrop on the H0M3 page
2026-06-17 21:46:25 +02:00
home.js
dashboard(home): harden matrix-rain fade-trail colour parsing
2026-06-17 21:59:12 +02:00
index.html
feat: rename matrix-accounts page to credentials, add github PAT tab
2026-07-11 12:40:13 +02:00
logs.css
feat(dashboard): AUD1T — privileged-actions audit trail as a LOGS sub-tab
2026-06-13 15:31:50 +02:00
logs.html
fix agent-logs unit dropdown mismatch, add other hive daemons
2026-07-15 20:41:59 +02:00
logs.js
dashboard: add hive infra containers to the logs UI agent selector
2026-07-19 14:49:17 +02:00
modal.css
fix(dashboard): extract themed-dialog styles into an importable modal.css
2026-06-22 22:24:42 +02:00
modal.js
dashboard: themedPrompt is a textarea — Enter submits, Shift+Enter newline
2026-06-21 23:55:15 +02:00
permissions.js
fix( #2443 ): address asyncBtn review notes
2026-07-20 19:59:45 +02:00
schedules.js
fix comment: remove tracker tag from schedules.js module doc
2026-07-23 09:54:40 +02:00
settings.css
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
settings.html
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
settings.js
refactor(frontend): move S3TT1NGS to its own /settings.html page ( #1464 step 2)
2026-06-08 23:44:22 +02:00
state.js
dashboard: extract operator-inbox + approvals into call.js ( #1451 )
2026-06-16 10:22:53 +02:00
stats.css
refactor(frontend): extract the page-chrome into @hive/shared ( #1464 step 3)
2026-06-09 09:13:35 +02:00
stats.html
feat( #2659 ): serve hive-bash-mcp over persistent streamable-http, drop stdio bridge
2026-07-23 18:01:20 +02:00
stats.js
refactor(frontend): move ST4TS to its own /stats.html page ( #1464 step 2)
2026-06-09 00:11:43 +02:00
stream-worker.js
refactor(fe): trim >30-line comment blocks (second pass, #2077 )
2026-06-29 01:05:53 +02:00
swarm.js
feat(dashboard): add paused badge and pause/resume toggle to agent cards
2026-07-26 14:11:02 +02:00
system-sections.css
fix(dashboard): draw jobq tree connectors with CSS lines instead of box-drawing chars
2026-07-26 03:14:52 +02:00
tabs.js
fix(#2650,#2649): drop reminders tab + pending_reminders chip
2026-07-23 09:54:40 +02:00
theme.css
refactor(frontend): base16 theme contract in a swappable colors.css
2026-06-08 21:24:07 +02:00
util.js
dashboard frontend: consume rfc3339 timestamps from the api
2026-07-02 22:28:30 +02:00