gitpoint/git-point

Browser redirect inside app

Open

#741 aberto em 26 de fev. de 2018

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (837 forks)batch import
good for beginnershelp wanted

Métricas do repositório

Stars
 (4.684 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

When I click on a different Github link from an issue comment, isn't it supposed to redirect me to the actual issue inside that repository instead of opening my default browser and redirecting to the url from there?

I think a solution to this would be if you detected whether or not a comment includes a Github link, then add an onClick property to the link and prevent the default action, so that instead of actually opening the browser, it instead executes an action which redirects the user to the repository inside the app.

Guia do colaborador