Skip to content

Smart truncation of branch name on the commit graph view #3499

@nzaytsev

Description

@nzaytsev

image

Currently it's possible to lose some content to the right of the branch view when the branch name is too long. Fast solution is to truncate it using css text-overflow: ellipsis

But full solution should consider the content of the name and highlight the most important parts of the name, such as:

  • branch path
  • issue links

Examples:

  • bugs/3448-sele...
  • bugs/se...3448
  • bugs/..3448..3449

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageNeeds to be looked at

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions