docs(ui-workspace): align approval status contracts

This commit is contained in:
ZiyaZhang
2026-07-30 02:40:31 -07:00
parent 9eee7cb462
commit 285cd60744
5 changed files with 16 additions and 14 deletions
@@ -20,7 +20,7 @@ export interface SessionNode {
/** The session HAS children in the data (the twist renders even while folded). */
hasChildren: boolean
expanded: boolean
/** A pending approval takes display precedence over the running state. */
/** The runtime Session list reports a pending approval request for this Session. */
waitingApproval: boolean
running: boolean
updatedAt: number