-
Notifications
You must be signed in to change notification settings - Fork 384
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
feat: terminal split screen operation supports single deletion #3043
Conversation
ChatGPT Code Review:
代码的功能是在终端分屏组件中添加了一个可以单个面板删除的功能。具体实现为在每个面板后添加了一个关闭图标,点击该图标可以删除对应的面板。 |
Codecov ReportAll modified and coverable lines are covered by tests ✅ see 823 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
我感觉直接展示太多余了,可不可以做成用户鼠标移动到当前 terminal 上的时候,再显示这个 X |
Types
feat: #3042
Background or solution
Changelog
feat: 终端分屏时支持单个面板删除
🤖 Generated by Copilot at 0e22038
The pull request enhances the terminal tab functionality by adding a close button and improving the style. It also refactors some code to use core browser utilities and hooks in
resize.view.tsx
andresize.module.less
.