feat: Unified popup style, split the homepage into overview and quick links#39
Draft
Flashhhhhhzj wants to merge 15 commits into
Draft
feat: Unified popup style, split the homepage into overview and quick links#39Flashhhhhhzj wants to merge 15 commits into
Flashhhhhhzj wants to merge 15 commits into
Conversation
1. 修复 ssh-session-controller.ts 中的 TS2345 类型检查编译报错 2. 移除 Windows 自定义标题栏左侧多余的 TermDock 图标和文本,使控制按钮右对齐 3. 精简 Home 页侧边栏顶部边距,使品牌名称在 Windows 标题栏正下方顶格显示 4. 替换 Windows 最小化/最大化/关闭按钮为精致的 Windows 11 Fluent 风格 SVG 图标 5. 实现主进程与渲染进程窗口最大化/向下还原状态同步,动态切换最大化与还原图标 6. 在 Windows 标题栏左侧添加 File、View、Window 自定义菜单按钮,并实现点击时调用 Electron 原生下拉菜单
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
Co-authored-by: Codex <codex@openai.com>
- 将终端命令输入改为贴合终端区域的悬浮窗样式,避免再像业务面板一样割裂终端与文件区 - 收敛终端悬浮窗的键盘事件作用域,只在终端区域内响应双击 Ctrl/Cmd、Alt 历史和历史面板导航,降低对其他面板与系统快捷键的干扰 - 补齐悬浮窗相关的中英文 i18n 文案,包括占位提示、历史搜索、清空列表、连接切换和文件面板显隐提示 - 将命令历史存储改为按 profile 隔离,避免不同连接之间混用历史记录 - 为悬浮窗补充复制、粘贴、播放、面板显隐等图标,并同步终端容器结构与样式适配 Co-authored-by: Codex <codex@openai.com>
- 移除 file-editor-config.ts 里残留的无意义缩进/空白差异 - 保持当前分支工作区干净,避免无关噪音干扰后续评审与提交 Co-authored-by: Codex <codex@openai.com>
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.
Optimize the UI styles of all popup components and unify the design language. Refactor the homepage into two separate pages: an overview page and a quick links page.