ux: Add config option to show containing refs directly in the commit detail view#2365
Open
floriandammeyer wants to merge 5 commits into
Open
Conversation
…detail view Adds a new config option to show the containing refs directly in the commit detail view. When enabled, the tooltip "commit is contained by" is hidden and instead a new row "CONTAINED BY" is shown above the "REFS" in the commit detail view. The containing refs are loaded asynchronously to not block the app.
Collaborator
The behavior of showing the containing refs in a separate row in the commit detail view instead of a tooltip can be configured on a per-repository basis. Default expansion/collapsed state can also be set globally and on a repository basis.
…kes immediate effect
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.







Adds a new config option to show the containing refs directly in the commit detail view. The default is
falseso that the current behavior of the app stays the default.When enabled, the tooltip "commit is contained by" is hidden and instead a new row "CONTAINED BY" is shown above the "REFS" in the commit detail view.
The containing refs are loaded asynchronously to not block the app.
New option in the app settings (red border is only to highlight what changed, not part of the app):

Updated commit details view:
