NirmalScaria / le-git-graph

Browser extension to add git graph to GitHub website.
https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff
MIT License
3.13k stars 16 forks source link

Use the builtin commit history and pr history buttons. #43

Open MarkDaoust opened 1 year ago

MarkDaoust commented 1 year ago

This project is great. It should be the default way of showing commits.

Is your feature request related to a problem? Please describe.

With the chrome extension installed the main repo page now has two ways to see the commits:


history


One takes me to the le-git-graph, and the other takes me to the sad default view.

On PRs, there's no way to view the le-git-graph:


pr commits


Describe the solution you'd like

It would be great if these other places that show commits also showed the le-git-graph format.

Additional context

Thanks!