I use Phabricator with a repository that has a lot of branches and tags, and a fairly rapid rate of branch and tag creation. As a result, most commits are contained in a large number of branches and tags. For example, one fairly representative commit is currently in 1,700 branches, and probably at least that many tags.
Unfortunately, this means that the list of branches and tags at the top of a commit detail page in Diffusion can grow to be quite large, which pushes the actual content of the commit far down the page. For the commit in 1,700 branches, for example, the list of changes doesn't appear until approximately halfway down the page.
It would be awesome if I could configure Diffusion to not show branches and tags by default for commits—at least for this repository—so that the list wouldn't take up so much space and push the change list so far down the page.