go-gitea/gitea

Handle Commit Status name/description better

Opened this issue · 2 comments

Feature Description

This is more of an improvement request rather than feature request, but I think this issue type is the best fit.

The UI box for Commit Statuses seems to be a fixed size, and therefore it does not handle long names/descriptions very well.

I think it would be good for the box to change size, depending on the name/description of the Commit Status or have the ability to show multiline descriptions.

Or am I being silly, and there is a way to view a Commit Status without a limit for the text that can be viewed on the name/description.
Please see screenshots for an example.

I am creating Commit Statuses using HTTP requests against the API. Thought that was worth mentioning in case that changes behaviour.

Screenshots

Image

It might be a good idea to add a title within that div.

@Mo0rBy @lunny Can I take up this issue under Hacktober?