[aidan] feat/workflows-browser: spawn run browser cards on the dashboard the renderer is showing

This commit is contained in:
abccodes
2026-06-26 06:06:18 -07:00
parent e91c068654
commit 439b736e30
4 changed files with 46 additions and 1 deletions
+4
View File
@@ -355,6 +355,10 @@ async def websocket_dashboard(websocket: WebSocket):
payload.get("request_id", ""),
payload,
)
elif event == "dashboard:active":
dash_id = payload.get("dashboard_id")
if dash_id:
ws_manager.set_active_dashboard(websocket, dash_id)
except WebSocketDisconnect:
ws_manager.disconnect_global(websocket)