You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(frontend): live shell immediately, fresh sessions, PDF preview
Skip full-screen loading on ?live=1; paint reducer state before whoami/SSE.
freshLiveUrl(?n=) + resetLiveSession abort stale streams. Route /app/runs.
Collapse @pipeline thread to one readiness line; embed report.pdf from Results.
<buttonclassName="btn btn-ghost"onClick={()=>navigate(`/app?live=1&goal=${encodeURIComponent(cleanGoal(r.goal))}`)}title="Re-run this goal live (a new run)">
134
+
<buttonclassName="btn btn-ghost"onClick={()=>navigate(freshLiveUrl(cleanGoal(r.goal)))}title="Re-run this goal live (a new run)">
0 commit comments