Skip to content

Commit d14834b

Browse files
SHAcollisionclaude
andcommitted
Hide diagnostic steps once verdict is shown
The diagnostic sequence card was persisting as a blank-looking panel between the input and the verdict. Now it only shows while diagnosis is running, giving way to the verdict card once complete. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 832af66 commit d14834b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ export default function Home() {
120120
</p>
121121
)}
122122

123-
{/* Diagnostic steps */}
124-
{showDiagnosis && !showFix && !showTracker && !showReceipt && (
123+
{/* Diagnostic steps — hide once verdict is ready */}
124+
{showDiagnosis && !showVerdict && !showFix && !showTracker && !showReceipt && (
125125
<DiagnosticSequence
126126
steps={diagnosis.steps}
127127
isRunning={isLoading}

0 commit comments

Comments
 (0)