feat: add Jobs and Runners commands with SSE event wiring #24
Reference in New Issue
Block a user
Delete Branch "feat/worker-client-ui"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Client-side UI for the worker system.
Changes
JobMonitorDialog (
Silo_Jobscommand)RunnerAdminDialog (
Silo_Runnerscommand)SSE Event Wiring
job_claimed,job_progress,job_cancelledsignals (previously only created/completed/failed were wired)job_created,job_failed,job_cancelledadd activity panel entriesCommand Registration
Silo_Jobsadded to Silo Origin toolbar and menu (after BOM)Silo_Runnersadded to menu (admin section, after Auth)Dependencies