Add single-row vertical split groups and animated drag docking - #283
Open
cristicretu wants to merge 4 commits into
Open
cristicretu wants to merge 4 commits into
cristicretu wants to merge 4 commits into
Conversation
Deploying diri with
|
| Latest commit: |
36d835a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ffc57441.diri-53j.pages.dev |
| Branch Preview URL: | https://feat-drag-tab-groups.diri-53j.pages.dev |
cristicretu
marked this pull request as ready for review
September 13, 2026 12:06
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.
Dragging one vertical sidebar session onto another now creates a split represented by one ordinary sidebar row, with combined titles and a pane count. Selecting that row restores every pane and its last focused session; adding a third or later pane keeps the same single row.
Dragging a session, a whole group, or a pane header into the terminal shows animated docking targets on all four edges. The lifted preview reflects the pane arrangement, hovered targets expand and follow the pointer, and interrupted motion continues from its current position. Whole-group moves preserve nested ratios; Escape and center drops cancel without changing layouts. Reduced Motion skips target travel and the lift fade.
Inactive panes use a subtle 4% dim. Pane clicks update focus and selection during pointer capture, before terminal mouse reporting can consume the event, so active styling no longer waits for asynchronous store invalidation. Existing terminal entities remain mounted, and fixed panes avoid repeating the selection side effects in their body handler.
This PR starts from
mainand carries forward the durable split foundation from closed PR #180, including independent pane focus, resizing, persistence, keyboard commands, and notification navigation. Sidebar insertion bands retain reordering; Option/Alt retains the existing session handoff gesture. Layout mutations are atomic and bounded to eight panes.Validation:
cargo build --workspace --releasepassed.