go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.2k stars 5.42k forks source link

Commit view on Dashboard UI improvement suggestion #6425

Open theAkito opened 5 years ago

theAkito commented 5 years ago

Description

Not a big issue, but it is bothering me since version 1.5. When you look at commits on your Dashboard then there is no distinction between the commit's title and the commit's description.

The biggest problem with that is that it is causing confusion. I want to see a title telling me what is done. When I want to read the description, I should be able to specifically request it.

Sometimes I commit like:

Title: Updated File
Message: Updated file and added another, to introduce new feature.

Now what I see on Dashboard:

i34745oj    Updated File Updated file, ...

Which is annoying.

Screenshots

This is Pretty!

2019-03-25 04_14_11-Gitea_1

Also good.

2019-03-25 04_17_30-Gitea_2

Absolutely awful.

2019-03-25 04_18_34-Gitea_3

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.