Conversation
- 使用ResizeObserver替代窗口resize事件监听 - 添加终端列数调整按钮和控制面板 - 优化终端初始化时的适配逻辑
优化终端窗口大小调整逻辑,添加防抖机制避免频繁重绘 修复后端PTY窗口大小同步问题,确保前后端尺寸一致 添加字体加载完成后的尺寸重计算逻辑
添加新的XTerm测试组件实现本地回显功能,用于测试终端基本功能 临时替换文件浏览器中的远程终端组件为本地测试版本
添加WebSocket连接支持,实现终端尺寸自动适配和手动调整功能 移除未使用的XTermComponent引用并更新FileExplorer组件
添加多个xterm插件以增强功能,包括Web链接、Unicode支持等 改进终端尺寸计算逻辑,添加保护措施防止无效尺寸 优化布局处理流程,增加轮询机制确保容器尺寸稳定 移除不必要的状态跟踪,简化组件逻辑
合并XTermTestComponent的功能到XTermComponent中,删除冗余的测试组件文件
移除不再使用的XTermTestComponent注册代码 清理XTerm组件中多余的console.log调试信息
解决web console 输入框宽度不够问题
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.