cribeiro84 / azure-devops-pull-request-hub

Azure DevOps Pull Request Manager Hub
MIT License
59 stars 35 forks source link

Allow middle click on pull request names #288

Open bsivanov opened 5 days ago

bsivanov commented 5 days ago

Is your feature request related to a problem? Please describe. Middle-click on a hyperlink is a standard way for opening pages in a new tab. This would be convenient on the pull request names in the list. Currently (probably after #262) a workaround is to use CTRL + Left Click, but middle-clicking is probably even a more popular pattern.

Describe the solution you'd like Allow middle-click on the PR name to open the pull request in a new tab in the browser.

Describe alternatives you've considered CTRL + Left Click on PR name currently does open the pull request in a new tab.

Additional context Related to #258, which was only partially covered by #262.