Feature/product platform foundation v0.62 #1

Merged
robbond merged 683 commits from feature/product-platform-foundation-v0.62 into feature/emergent-unknowns-v0.5 2026-09-09 07:58:20 +01:00
Showing only changes of commit e7a1bc689c - Show all commits
+2 -2
View File
@@ -625,8 +625,8 @@ export default function ScenarioForm() {
/>
)}
{/* ── Main result workspace ─────────────────────── */}
{(status === "success" || status === "error") && (
{/* ── Main result workspace (only when experiment view is off) ─── */}
{(!showExperimentView && (status === "success" || status === "error")) && (
<>
<PulseStyle />
<div className="grid grid-cols-1 gap-6 lg:grid-cols-4">