Skip to content

fix(frontend): copy diagnostics button stays visible on preserved finished thinking card (JVNAUTOSCI-1431)#239

Merged
witbrock merged 1 commit intomainfrom
fix/copy-diagnostics-btn-visibility
Mar 15, 2026
Merged

fix(frontend): copy diagnostics button stays visible on preserved finished thinking card (JVNAUTOSCI-1431)#239
witbrock merged 1 commit intomainfrom
fix/copy-diagnostics-btn-visibility

Conversation

@witbrock
Copy link
Member

Fixes JVNAUTOSCI-1431: The copy diagnostics button visibility only checked isThinking, so it disappeared when the card transitioned to the preserved/finished state. Now checks (isThinking || preserveFinishedCard), matching the toggle button pattern. Text/class reset also deferred until full dismissal.

Adds regression tests for both visibility and text-reset behaviour.

…ished thinking card (JVNAUTOSCI-1431)

The copy diagnostics button visibility only checked isThinking, so it
disappeared when the card transitioned to the preserved/finished state.
Now checks (isThinking || preserveFinishedCard), matching the toggle
button pattern. Text/class reset also deferred until full dismissal.

Adds regression tests for both visibility and text-reset behaviour.
@witbrock witbrock merged commit 0e2f635 into main Mar 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant