feat(ui): split / side-by-side page view#52
Open
advancedresearcharray wants to merge 6 commits into
Open
Conversation
Add resizable dual-pane reading with tree and wiki-link entry points, Mod+\ toggle, history version compare, sessionStorage persistence, and regression tests for split state and keybindings. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Make secondary pane close fully exit split view, wire history and file actions to the correct pane path, and enable split layout when opening from the tree with no active page. Closes kiwifs#426 Co-authored-by: Cursor <cursoragent@cursor.com>
Guards the Mod+\ split-view shortcut in backend defaults alongside the existing UI regression tests for issue kiwifs#426. Co-authored-by: Cursor <cursoragent@cursor.com>
Unify key alias normalization in Go/TS, sync split view state when navigation clears the primary page, and expand toggle_split_view tests. Co-authored-by: Cursor <cursoragent@cursor.com>
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
Mod+\toggle, and history "Compare with current"sessionStorage; disabled on mobile viewports (<768px) with a noticeTest plan
cd ui && npm test -- src/lib/splitView.test.ts src/lib/kiwiKeybindings.test.ts— 17 passedcd ui && npm test— 198 passedgo test ./internal/keybindings/... -count=1— okCtrl+\/Cmd+\toggles split viewUpstream: kiwifs#426
Made with Cursor