feat(ui): SPEC-V0-3-0-PANE-WIRE-001 MS-1 — pane action handlers wire (ClosePane / FocusNext/Prev carry from Sprint 1)#108
Merged
Conversation
…(ClosePane / FocusNext/Prev carry from Sprint 1) (AC-PW-1~8) - ClosePane / FocusNextPane / FocusPrevPane on_action stubs → real helper calls - close_focused_pane: calls PaneTree::close_pane + updates last_focused_pane to root_pane_id - focus_next_pane / focus_prev_pane: in-order leaf rotation with wrap-around - cx-free helpers: next_focus_in_leaves / prev_focus_in_leaves / route_pane_command_to_kind - PaneCommand enum for dispatch routing (AC-PW-6) - dispatch_command pane.* branch: 3 wired + 2 split passthrough + unknown → false - palette/registry.rs: pane.close already present (no change) - 8 new unit tests (T-PW block): 1355 → 1363 total, regression 0 - 3-gate: cargo fmt / clippy -D warnings / test all PASS 🗿 MoAI <email@mo.ai.kr>
74c4310 to
20edf59
Compare
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.
Summary
v0.3.0 Sprint 2 #5 — carry chain 종결. Sprint 1 의 MENU-WIRE-001 #100 이 5 stub 을 follow-up 으로 carry 한 뒤 #107 (Surface×3) 가 처리했고, 본 PR 이 마지막 묶음 인 Pane×3 (ClosePane / FocusNextPane / FocusPrevPane) 을 functional 로 변환한다.
Testing
SPEC
Related
Test plan
🗿 MoAI email@mo.ai.kr