Change the query history popup layout to nvim style split layout from the stacked layout - #334
Open
amankhandelia wants to merge 3 commits into
Open
Change the query history popup layout to nvim style split layout from the stacked layout#334amankhandelia wants to merge 3 commits into
amankhandelia wants to merge 3 commits into
Conversation
Tab pane switching: Added a priority tab binding (action_toggle_pane) that jumps focus between the list and preview panes. The footer now advertises Pane <tab>. works during search Pane-aware j/k navigation: j/k now navigate the active pane — moving the OptionList highlight in the list pane and scrolling the preview VerticalScroll line-by-line in the preview pane Filter editing bound to the list pane. / switches panes before opening the filter
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.
Hi @Maxteabag
I am proposing this change to improve the ui/ux of historical search, which in my experience improves navigating large queries (I am been using this for the past week since I have added this code to repo in my dev flow), specially with keyboard-only workflow, I have attached the video and screenshots my new ui, let me know your feedback on this how do you feel about it.
Proposed Change:
Evidence:

before
after
for long queries

here is a video demo (key press can be seen at the bottom)
https://github.com/user-attachments/assets/ee87b07e-d2ba-459a-a627-e20dedd677e6
Caveats: