1.6 KiB
1.6 KiB
Merged and completed the workspace panel non-blocking transition work.
Summary:
- Initial
yoi panelnow constructs a minimal/loading panel promptly and defers full snapshot plus Orchestrator/Companion ensure work into an enter-time background reload. - Returning from nested Pod no longer awaits synchronous panel reload before the panel can be visible again; it marks refreshing and schedules an observe reload.
- Panel-originated open/attach/restore flows show visible progress before entering slow nested paths.
- Companion send, Ticket Intake launch, and Ticket action dispatch provide immediate feedback and refresh afterward without changing durable authority semantics.
- Local
PendingReload/ refreshing state guards background reload behavior and preserves selection/composer semantics as reviewed.
Merged branch/worktree:
- Branch:
workspace-panel-nonblocking-transitions - Commit:
12a4f39 tui: make panel transitions nonblocking - Merge commit on
develop:86198d8 merge: workspace panel nonblocking transitions
Validation passed after merge:
cargo test -q -p tui multi_cargo test -q -p tui workspace_panelcargo check -qcargo fmt --checkgit diff --checkcargo run -q -p yoi -- ticket doctornix build .#yoi
Cleanup completed:
- Stopped coder/reviewer Pods and reclaimed scope.
- Removed
.worktree/workspace-panel-nonblocking-transitions. - Deleted branch
workspace-panel-nonblocking-transitions.
Residual risk:
- Behavior is validated with focused/unit tests rather than E2E terminal timing tests, consistent with the current project E2E gap.