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.15k stars 16 forks source link

Selecting a branch doesn't filter it's graph #4

Open carun opened 1 year ago

carun commented 1 year ago

image

NirmalScaria commented 1 year ago

This is a known missing feature. Only the UI was implemented and was published incompletely. I am not sure how should be the priority of this issue.

carun commented 1 year ago

It's a minor one for now, not a priority.

ben-hirsh-igb commented 1 year ago

Still no luck on enabling the 'Show Selected Branches' button?

gbakeman commented 11 months ago

Commenting to say that this is a fantastic addon to have in my browser, and I'd also like to see this feature completed. I would find it useful for removing feature branches from my view so I can get a picture of what my repository history looks like with only important bug fix and main/dev branches.

NirmalScaria commented 11 months ago

I have started working on this feature. Most of the work is done. Progress can be tracked at https://github.com/NirmalScaria/le-git-graph/tree/filter-branches . Sorry about the long delay.

gbakeman commented 11 months ago

Thank you @NirmalScaria !

NirmalScaria commented 11 months ago

The feature has been completed and submitted to both chrome web store and firefox.

Keeping this issue open for a few days to check for possible bugs related to this feature.