Open
Description
Feature Description
Currently the gitea branch list view shows the default branch, followed by a paginated list of all other branches sorted alphabetically.
This view is hard to navigate if you have a lot of branches. It would be better to distinguish the active branches from the stale branches, as also done on github. I also think it makes more sense to sort them by descending latest modification date, as users are generally more likely to be looking for those recently updated branches.