feat(dashboard): workflow detail 独立子页面 #264
Reference in New Issue
Block a user
Delete Branch "feat/workflow-detail-layout"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Workflow 详情改为独立子页面,与 Thread 详情页结构一致。
Why
之前用展开形式,图无法固定在左侧,内容多时体验差。
Changes
#client/workflows/name)LGTM ✅
展开→子页面重构干净,workflow-list 大幅瘦身。路由层 workflowName 与 threadId 对称。
小 note: flattenSchema 签名里 _parentRequired 未使用,可后续清理。