hyperhive/frontend/packages/swarm-ui/src/ui
Repository files (latest commit first)
Filename Latest commit message Latest commit date
iris 82a4324b17 swarm-ui: extract ConfirmDialog, use it for the destroy confirm
mara, reviewing the swarm-ui destroy-trigger PR: "why the extra
styling? shouldnt there be a component that does this already?" There
wasnt one -- Dialog is deliberately content-agnostic (see its own
file-top comment), so the destroy confirm had grown its own
page-scoped .agents-destroy-confirm/-actions CSS for what is really a
generic "message + cancel/confirm button row" shape.

Extracted ui/confirm-dialog/ConfirmDialog.tsx: wraps Dialog, owns the
button row, leaves the message body to the caller via children.
AgentsPage now uses it instead of a bare Dialog + bespoke CSS; deleted
the now-unused AgentsPage.css.
2026-09-07 19:02:52 +02:00
..
button treefmt: apply prettier 2026-09-02 15:25:07 +02:00
confirm-dialog swarm-ui: extract ConfirmDialog, use it for the destroy confirm 2026-09-07 19:02:52 +02:00
dialog treefmt: apply prettier 2026-09-02 15:25:07 +02:00
form-field treefmt: apply prettier 2026-09-02 15:25:07 +02:00
panel treefmt: apply prettier 2026-09-02 15:25:07 +02:00
refresh-interval treefmt: apply prettier 2026-09-02 15:25:07 +02:00
relative-time treefmt: apply prettier 2026-09-02 15:25:07 +02:00
select-field treefmt: apply prettier 2026-09-02 15:25:07 +02:00
table swarm-ui: sortable + filterable table columns 2026-09-03 01:36:36 +02:00
text-field treefmt: apply prettier 2026-09-02 15:25:07 +02:00