You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the GitHub module I would like to be able to select my PR's with the arrow keys/j or k to then open that PR in a browser when hitting the return key.
The text was updated successfully, but these errors were encountered:
Joel-Valentine
changed the title
Select a GitHub PR and open in browser
Select a GitHub PR to be opened in a browser
Aug 28, 2019
First off, I'm new to Go. Thinking about working on a PR for this, looking through the existing examples of highlighting from hackernews it looks like ScrollableWidget is a good way to do this. However I have noticed that TextWidget is able to highlight regions.
So I could either retrofit highlighting into the GitHub module or do a bit of a refactor into a ScrollableWidget. What would you guys do? Any advice/suggestions would be greatly appreciated.
What should it do?
When using the GitHub module I would like to be able to select my PR's with the arrow keys/j or k to then open that PR in a browser when hitting the return key.
The text was updated successfully, but these errors were encountered: