[x]):Only the first line of a commit message is shown.
How it looks in gitea:
Commit history -> https://i.imgur.com/oVDhmAP.png
Commit view -> https://i.imgur.com/lXAfOxV.png
The whole commit message (from a discord webhook):
https://i.imgur.com/9BeVaIS.png
What is expected behaviour here?
It would be really strange to show all lines of commit message, it can be really long
I think full message should be shown only when viewing commit diff page
And also collapsed by default and expandable when clicked on
You could also collaps it in the commit list, like github does.
@lafriks , maybe another way is to make tooltip with multiline information over singlelined current behavior. At least, this way affects UI changes less
@davydov-vyacheslav it's also an option. Only disadvantage of that is you can not copy text from it if you need it
I implemented @davydov-vyacheslav's idea, you're welcome to take a look and criticize me if I did anything wrong.
I think something similar to github would be a good idea, because as @lafriks said, it's not possible to copy something. Also, it's not that good to read.
My pull request for this at #2980 is now complete (I hope), if anyone would like to test it I'd greatly appreciate it.
resolved by #2980
Most helpful comment
And also collapsed by default and expandable when clicked on