Improve split pane behavior and UI polish#585
Open
Finesssee wants to merge 9 commits intoathasdev:masterfrom
Open
Improve split pane behavior and UI polish#585Finesssee wants to merge 9 commits intoathasdev:masterfrom
Finesssee wants to merge 9 commits intoathasdev:masterfrom
Conversation
- Ensure empty panes always render tab bar structure and New Tab '+' button - Add subtle ring and z-index to active pane container for focus clarity - Dim inactive tab bars to opacity-60 for calm visual hierarchy - Refine resize handles from 4px to 1px visual line while keeping generous hit area - Hide non-essential tab bar buttons (back/forward/split/fullscreen) on narrow panes
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
This pulls the split-pane work out into its own PR instead of burying it inside the larger Pi/Harness parity branch.
It does three things:
What changed
Split sizing and recovery
Split semantics
Split PaneSplit UI polish
Verification
Ran on this branch:
bun typecheckbun lintbunx vp test run src/features/panes/stores/pane-store.test.ts src/features/panes/utils/pane-tree.test.tsbunx vp buildgit diff --checkWatched-app verification used the existing local X11/VNC flow and screenshots:
/tmp/athas-split-empty-after-key.png/tmp/athas-empty-split-normal.png/tmp/athas-empty-split-narrow.png/tmp/athas-tab-context-split.pngNotes
The repo's full pre-push gate on this branch still trips over upstream
masterRust issues that are unrelated to this PR:cargo fmt --check --allreports formatting drift incrates/runtimeandcrates/toolingcargo check --workspacefails on Linux insrc-tauri/src/commands/ui/window.rsbecausehidden_title(...)is not available on this targetI left those out of this PR on purpose so the split-pane extraction stays scoped.