From 5527ed66fa83bf0147e2e63dc91b0cc993b2a6a0 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 19 Jul 2026 19:27:38 -0300 Subject: [PATCH] fix(frontend): expose completed result state --- frontend/src/App.jsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 1a62dd3..7681b48 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -116,7 +116,12 @@ export function App() { {needsSignIn ?

The page is public, but platform auth is required for account trial calls and durable history.

: null} -
+
{!result ? (

Awaiting run