From d08034c751232b933af0b4095cd586c4d0462ba0 Mon Sep 17 00:00:00 2001 From: Robert Date: Sun, 19 Jul 2026 19:27:35 -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 0ecdb5e..8c7ef5d 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -154,7 +154,12 @@ export function App() { {error ?

{error}

: null} -
+

2. Live dashboard

{result ? result.summary : "Ready for the first run"}