重构 Dashboard:以工作台统一发现、调用与设备操作 - #133
Merged
Merged
Conversation
内置与自定义连接共用完成态,区分注册成功、等待授权和授权失败,避免用户在尚未就绪时误以为任务完成。设备页优先承载日常列表,接入指导由统一入口按需打开;不改变凭证回滚或离线任务契约。
工作台承接收藏、最近使用与设备,统一搜索直接进入宽屏调用页,保留原搜索上下文和旧能力树深链接。用同一套排版、主题和入口名称降低管理页面的认知负担。 升级行为变化:默认首页由能力树改为工作台,能力树移至 /canvas;远端参数 Schema 获取失败时必须重试成功后再调用,不再回落到未知参数的 JSON 调用。Dashboard 发布内容升为 0.29.0,其余包与 HTTP/CLI 契约不变。
真实浏览器复核发现设备表的独立状态列挤出了查看工具按钮。窄屏将状态放到设备名下方,在 320px 视口直接保留操作入口;桌面表格维持原有信息密度。
Disdjj
marked this pull request as ready for review
September 5, 2026 15:22
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.
日常使用原先需要从能力树或独立搜索页反复定位工具。本次围绕工作台重新组织 Dashboard:收藏和最近使用直接打开命令,统一搜索覆盖命令、节点、页面和动作,调用页提供稳定的参数/结果区域并返回原搜索上下文。导航、登录页、管理页标题及公共视觉组件统一为中性实底与少量品牌黄。
添加工具复用现有挂载与凭证编排,内置/自定义连接共用完成态,明确区分已添加、待授权及授权失败。设备页优先展示设备和工具入口,接入说明按需打开;320px 窄屏无需横向寻找“查看工具”。
升级行为:
/canvas,原/nodes/*深链接保留。验证:
pnpm verify、pnpm turbo run build全部通过;Dashboard 30 文件 / 211 测试。.llmdoc-tmp/ui-review/。Dashboard llmdoc 已同步并完成 scoped 验证/指纹更新。
Refs #129