From 0a24946c1e810e73c085b223d48b48415b68898b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Fri, 15 May 2026 16:05:51 +0200 Subject: [PATCH] send form: submit via fetch so live view stays put --- hive-ag3nt/src/web_ui.rs | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/hive-ag3nt/src/web_ui.rs b/hive-ag3nt/src/web_ui.rs index d4f22ea..1997265 100644 --- a/hive-ag3nt/src/web_ui.rs +++ b/hive-ag3nt/src/web_ui.rs @@ -104,11 +104,27 @@ async fn index(State(state): State) -> Html { fn render_online(label: &str) -> String { format!( "

▓█▓▒░ harness alive — turn loop running ▓█▓▒░

\n\ -
\n \ - \n \ + \n \ + \n \ \n\
\n\

enqueued with from: operator on this agent's inbox; the next turn picks it up.

\n\ + \n\ {LIVE_PANEL}", ) }