fix:修复背景渲染问题#432
Merged
phantom5099 merged 4 commits into1024XEngineer:mainfrom Apr 23, 2026
Merged
Conversation
refactor(tui): 命令菜单/Activity/filepicker/progress 组件化并合并重复入口
| func (a *App) startDraftSession() { | ||
| a.setActiveSessionID("") | ||
| a.startupScreenLocked = false | ||
| a.startupScreenLocked = true |
There was a problem hiding this comment.
[high] 这里把 startupScreenLocked 设为 true 会让 Ctrl+N 创建新草稿后重新锁回启动页,破坏“进入主视图继续对话”的现有行为。仓库内现有测试 TestUpdateFocusInputNewSessionAndTodoScroll 已可复现该回归。建议保持新草稿会话为 unlocked(与 Ctrl+N 交互语义一致)。
| @@ -238,8 +238,8 @@ func (a App) renderTranscriptScrollbar(width int, height int) string { | |||
| } | |||
|
|
|||
There was a problem hiding this comment.
[medium] trackStyle 和 thumbStyle 都改成 UnsetBackground(),而渲染字符仍是空格,结果轨道与滑块在终端中通常完全不可见。建议至少保留两者可区分的可视样式(例如不同前景字符,或非背景型高亮方案),否则用户无法感知滚动位置。
Collaborator
Author
|
/code 解决ci问题和review提到的安全问题 |
处理结果已完成修复并推送到当前 PR 分支 变更说明
验证
未执行项
|
Generated with [codeagent](https://github.com/qbox/codeagent) Co-authored-by: creatang <165447160+creatang@users.noreply.github.com>
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
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.