-
Notifications
You must be signed in to change notification settings - Fork 3.8k
fix: HOTFIX thinking block colors #8810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
✅ Review Complete Code Review Summary |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 1 file
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="gui/src/components/mainInput/belowMainInput/ThinkingBlockPeek.tsx">
<violation number="1" location="gui/src/components/mainInput/belowMainInput/ThinkingBlockPeek.tsx:62">
Preserve the previous non‑submitting behavior by passing `type="button"` to the shared `Button`; otherwise the toggle will default to a submit button inside forms.</violation>
</file>
Reply to cubic to teach it or ask questions. Re-run a review with @cubic-dev-ai review this PR
|
🎉 This PR is included in version 1.5.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.35.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.31.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Before:

After:
small button styling with default theme border
Summary by cubic
Fixed the Thinking block toggle button styling so colors and borders match the default theme. Switched to the shared Button component and tightened spacing for a smoother expand/collapse.
Written for commit e856e36. Summary will update automatically on new commits.