feat(web): add terminal toggle button to chat header#633
feat(web): add terminal toggle button to chat header#633antiisaint wants to merge 3 commits intopingdotgg:mainfrom
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can use OpenGrep to find security vulnerabilities and bugs across 17+ programming languages.OpenGrep is compatible with Semgrep configurations. Add an |
|
cc @juliusmarminge, looks like there's some interest in the linked issue, so figured it was worth bringing back up. |
Closes #625
What Changed
Added a terminal toggle button to the chat header.
This uses the existing terminal toggle behavior in the chat header.
Why
The terminal was mainly discoverable through keyboard shortcuts. This adds a visible control for opening and closing it.
UI Changes
Before:
After:
Video:
0309.mov
Checklist
Note
Add terminal toggle button to chat header
TerminalSquareIcontoggle button toChatHeaderthat opens and closes the terminal drawer.ChatViewcomputes the shortcut label viashortcutLabelForCommandand passes terminal state and the toggle handler down toChatHeader.Macroscope summarized af0caea.