emrg: GUI 重设计 P3 — sidebar 时间分组/右键/重命名/折叠 + 空状态欢迎屏 - #419
Closed
argszero wants to merge 1 commit into
Closed
Conversation
设计 docs/design/gui-redesign.md §3.2/§3.5: - 会话列表按时间分组(今天/昨天/更早),只显示标题(去掉 session ID/消息数噪音) - 右键菜单:重命名/删除(友好确认对话框替代原生 confirm) - 新增 emrg:renameSession IPC(daemon rename_session 已支持) - 侧边栏折叠(⌘B / 折叠按钮) - 空状态欢迎屏:✦ 你好 + 可点击示例卡片(点击填入输入框) - 边界保持:preload/daemon_client 零改动、CSP 不变 验证:npm test 29 绿 + pytest 472 绿
argszero
changed the base branch from
master
to
feature/gui-redesign-p2-chat-friendly
August 5, 2026 23:18
argszero
commented
Aug 5, 2026
argszero
left a comment
Owner
Author
There was a problem hiding this comment.
✅ LGTM — cycle 20260806-0708
P3 sidebar 对话管理友好化(设计 §3.2/§3.5):
- 时间分组(今天/昨天/更早,按 created_at)只显示标题,去掉 session ID/消息数噪音 ✓
- 右键菜单重命名/删除,删除走友好确认对话框(替代原生 confirm)✓
- emrg:renameSession IPC(title 截断 80 字符)✓
- 侧边栏折叠(⌘B/Ctrl+B + 按钮),折叠态保留品牌区+连接圆点 ✓
- 空状态欢迎屏(✦ + 可点击示例卡片填入输入框)✓
- 边界:preload 仅透传 renameSession、CSP 不变、无新依赖 ✓
- 验证:npm test 29 绿 + pytest 472 绿 + node --check 全通过 ✓
Owner
Author
Owner
Author
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.
GUI 重设计 P3(rant 08-05 GUI 完全重设计 分期):sidebar 对话管理友好化 + 空状态欢迎屏。
改动(docs/design/gui-redesign.md §3.2/§3.5)
边界保持
验证