#1101·octotree

[Feature Request] - View / Search Branches On Repo

Author: SayvaiCreated Nov 11, 2021Updated Nov 12, 2021

Description

Could we have a feature where we can see a list of branches (maybe sorted by most active first) on the side-panel, a dedicated section similar to that of View Pull Requests section?

On top of that, you could implement a fuzzy search facility, which will allow the user to enter the name of the branch, and while the user types the results will be dynamically re-rendered, maybe with a sensible text input debounce rate, surfacing and narrowing the results of branches on the main list within the side-panel.

The list of branches themselves would also be linked, whereby when clicked, the main page will navigate to the commits list of the target branch.

Thoughts?