feat(sprint-6): UI/UX 设计稿首发 · 10 wireframes + 5 flows#18
Merged
Conversation
Phase 2 / Sprint 6 ⑥ 产出。三平台桌面应用统一设计蓝图。 新建 docs/design/ui/: - README.md 索引 + 5 条设计原则 + 待评审项 - cross-platform-constraints.md 必须一致 vs 可定制 vs 平台独有 wireframes/ (10 张 ASCII 线框): - 01 主视图三栏 (sidebar + chat + artifact) - 02 首次启动 4 步向导 (welcome → env check → provider → done) - 03 设置页 4 tab (general / provider / shortcuts / experimental) - 04 斜杠命令面板 (Spotlight 风格 + 参数补齐) - 05 Artifact 全屏详情 (大纲 + 版本对比 + 元数据) - 06 供应商切换浮层 (含上下文重塑预警) - 07 全局搜索 ⌘K (会话/Artifact/命令/消息分组) - 08 会话右键菜单 + 收藏 + 分组 + 多选 - 09 空状态合集 (首次/无选中/新会话/无搜索结果/断网/未配置) - 10 持久化环境状态栏 + hover 详情 interaction-flows/ (5 个 Mermaid 流程图): - 01 新建会话 (主流程 + 异常分支) - 02 环境检查失败兜底 (修复对话框 + 不打扰原则) - 03 斜杠命令 (调用 + 自动补全 + 输出渲染) - 04 Artifact 自动识别 (流式抽取 + 状态机) - 05 供应商切换影响处理 (上下文重塑 + 撤销窗口) 设计原则: - 信息密度优先,装饰其次 - 键盘第一,鼠标第二 - 状态可见,渐进披露 - 三平台一致 + 平台特性 每个文件 ~50-150 行,聚焦实施可参考。 后续 Sprint 7 macOS Beta 时按这套调整 app/ClaudeCodeHistory/ 实现。
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.
Sprint 6 ⑥ 完整产出。三平台桌面应用统一设计蓝图。
后续 Sprint 7 macOS Beta 时按这套调整 app/ClaudeCodeHistory/ 实现。
评审重点