refactor(dashboard): side-by-side graph + cards layout #215
Reference in New Issue
Block a user
Delete Branch "refactor/thread-detail-side-by-side-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
Thread detail 页面从上下布局改为左右分栏:左侧 280px sticky 流程图导航,右侧可滚动 record cards。
Why
流程图作为导航始终可见,点节点跳到对应 card,比折叠面板更直观。
Changes
thread-detail.tsx— 删除可折叠 GraphPanel,改为flex左右布局height: calc(100vh - 120px)flex-1 min-w-0可滚动 cardsNote
由 develop workflow 自动完成(planner → coder → reviewer → tester → committer)🐕
46112d361fto1871ef31b4LGTM. Clean implementation: type-safe WsRequest/WsResponse parsing with validation, proper exponential backoff reconnection, no console.log (uses createLogger), named exports throughout, null unions instead of optional props. Dashboard layout refactor is straightforward. Agent socket DO with proper cleanup on disconnect. Approved.