Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ux): Initial focus plumbing for the pane #2466

Merged
merged 9 commits into from
Sep 18, 2020

Conversation

bryphe
Copy link
Member

@bryphe bryphe commented Sep 17, 2020

This wires up the Pane so that it is recognized as a keyboard-focusable area - a pre-req to setting up vim-style navigation for the diagnostics / quickfix view.

@bryphe bryphe merged commit 68f8144 into master Sep 18, 2020
@bryphe bryphe deleted the feat/pane/initial-pane-focus branch September 18, 2020 23:51
bryphe added a commit that referenced this pull request Sep 19, 2020
This is another step towards #528 - this creates a vim-navigable list component to be reused across portions of our UI.

In this PR, it's hooked up to search:
![2020-09-18 14 23 00](https://user-images.githubusercontent.com/13532591/93646232-aecb1700-f9ba-11ea-8fce-dfa7dd04cef2.gif)

__TODO - Blocking check-in:__ 
- [x] Fix diagnostics pane (requires #2466, #2478 )
- [x] Remove 'LocationList', which is replaced by the vim-navigable list + `LocationListItem`

Next steps:
- Hook up the vim-navigable-list to SCM
- Hook up the vim-navigable-list to Extensions
- Hook up the vim-navigable-list to Notifications (requires #2466)
- Create a vim-navigable-tree, to be used with the file explorer - and can address #528 
- Hook up search `/` / `?`
- Improve the UX of the search pane, so that the results are more visible - it's not very useful in the current form.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant