Remove commit hash from repository table #684

Closed
opened 2025-11-02 03:33:08 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @lafriks on GitHub (May 3, 2017).

I would like to propose to remove commit hash from repository table list and make commit message as link to commit like it is in GitHub and GitLab. It makes UI a lot cleaner.

Before

repo-table-before

After

repo-table-after

Originally created by @lafriks on GitHub (May 3, 2017). I would like to propose to remove commit hash from repository table list and make commit message as link to commit like it is in GitHub and GitLab. It makes UI a lot cleaner. ### Before ![repo-table-before](https://cloud.githubusercontent.com/assets/165205/25669507/65c7f7ee-3032-11e7-9c59-4dbff4f47683.png) ### After ![repo-table-after](https://cloud.githubusercontent.com/assets/165205/25669531/72ba2b70-3032-11e7-8bb3-b7701161f0df.png)
GiteaMirror added the type/proposaltopic/ui labels 2025-11-02 03:33:08 -06:00
Author
Owner

@sapk commented on GitHub (May 3, 2017):

If someone do that, He could you add the GPG check of the last commit like https://github.com/go-gitea/gitea/blob/master/templates/repo/commits_table.tmpl#L49. I was fearing that it will add some overload here, when doing PR, but with one commit to check this could be safe..

@sapk commented on GitHub (May 3, 2017): If someone do that, He could you add the GPG check of the last commit like https://github.com/go-gitea/gitea/blob/master/templates/repo/commits_table.tmpl#L49. I was fearing that it will add some overload here, when doing PR, but with one commit to check this could be safe..
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#684