update UX: badge→modal flow, orange update button, Update All, toast notifications, workflow triggers

This commit is contained in:
Hermes
2026-05-27 23:57:32 -07:00
parent 11823a1466
commit 588188edb5
4 changed files with 125 additions and 17 deletions
+2 -1
View File
@@ -384,7 +384,8 @@ async function createApp() {
apiRouter.use('/containers', containerRoutes({
docker: ctx.docker,
log: ctx.log,
asyncHandler: ctx.asyncHandler
asyncHandler: ctx.asyncHandler,
workflowEngine: ctx.workflowEngine
}));
apiRouter.use(serviceRoutes({
servicesStateManager: ctx.servicesStateManager,