From d16b83c9dc7fbeea53064f6e3e82993c526c434c Mon Sep 17 00:00:00 2001 From: Alain Prasquier Date: Tue, 17 Mar 2026 19:52:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(workbench):=20add=20poll=20but?= =?UTF-8?q?ton=20and=20ignore-cli=20a=20conditional=20"Check=20for=20updat?= =?UTF-8?q?es"=20poll=20button=20to=20the=20workbench=20UI=20thatis=20rend?= =?UTF-8?q?ered=20only=20when=20the=20agent=20exposes=20job=5Fpoll=20(has?= =?UTF-8?q?=5Fpoll).=20The=20buttoninvokes=20workbenchForm.pollJob()=20and?= =?UTF-8?q?=20is=20styled=20to=20match=20controlsThis=20enables=20manual?= =?UTF-8?q?=20polling=20for=20job=20status/updates=20when=20the=20backend?= =?UTF-8?q?=20supportsitAlso=20update=20.gitignore=20to=20exclude=20.wrigh?= =?UTF-8?q?t-cli/=20tocommittingwright=20CLI=20artifacts.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + src/supervaizer/admin/templates/workbench.html | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index 10075b3..edc0cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -252,3 +252,4 @@ uv.lock .pypirc .deployment/ +.playwright-cli/ \ No newline at end of file diff --git a/src/supervaizer/admin/templates/workbench.html b/src/supervaizer/admin/templates/workbench.html index 3a4d8e0..95c184e 100644 --- a/src/supervaizer/admin/templates/workbench.html +++ b/src/supervaizer/admin/templates/workbench.html @@ -160,6 +160,21 @@

Jo Start Job + {# Poll button — visible only when agent has job_poll #} + {% if has_poll %} + + {% endif %} + {# Stop button #}