chain-studio/lib/pages
flemming-it 73e394b39f feat(studio): module uninstall + Doctor daemon control (v0.17.0)
UI parity for Windows operators who never touch a shell:

- Module sheet gains an Uninstall button at the bottom.
  Two-step confirmation, then calls UninstallModule + closes
  the sheet + refreshes the Modules page.

- Doctor page picks up two new sections:
  * Daemon files — log / config / audit DB / modules /
    flows / pid, each with a one-click "Open" button that
    shells out to the OS handler (open / xdg-open /
    explorer).
  * Daemon control — Restart / Stop / Status buttons that
    spawn `fai daemon …`. Captured stdout/stderr renders
    inline so the operator sees what happened.

- Update banner gains an "Apply update" button that spawns
  `fai update apply --channel <c>`. The previous version
  showed the command as text — Windows users had no way to
  execute it.

- Event log panel gains a "Verify now" button that re-runs
  the chain check (via the existing doctor refresh).

New SystemActions helper resolves the `fai` binary via
$FAI_BIN → PATH → `~/.fai/bin/fai` (or the Windows
equivalent), so the buttons work whether the operator
restarted their shell after installing or not.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-05-07 17:46:46 +02:00
..
approvals.dart feat(studio): Approvals page gains History tab 2026-05-07 17:33:00 +02:00
audit.dart feat(studio): cached/Regenerate UX in audit Explain (v0.16.0) 2026-05-07 17:29:36 +02:00
doctor.dart feat(studio): module uninstall + Doctor daemon control (v0.17.0) 2026-05-07 17:46:46 +02:00
flows.dart feat(ui): Flows page (5th destination) + keyboard shortcuts 2026-05-05 23:35:48 +02:00
modules.dart feat(studio): module uninstall + Doctor daemon control (v0.17.0) 2026-05-07 17:46:46 +02:00
store.dart feat(studio): operator-mode pass — Store + audit detail + channel switcher (v0.10.0) 2026-05-07 11:54:31 +02:00