Skip to content

fix(ui): align activity commit hashes - #38701

Draft
Nameless-Monster-Nerd wants to merge 1 commit into
go-gitea:mainfrom
Nameless-Monster-Nerd:codex/fix-activity-commit-alignment
Draft

fix(ui): align activity commit hashes#38701
Nameless-Monster-Nerd wants to merge 1 commit into
go-gitea:mainfrom
Nameless-Monster-Nerd:codex/fix-activity-commit-alignment

Conversation

@Nameless-Monster-Nerd

Copy link
Copy Markdown

Commit activity rows previously placed the hash immediately after the avatar stack, so commits with different co-author counts produced an uneven hash column.

This moves the truncated commit message into the flexible middle position and keeps the hash as a non-shrinking trailing item. Hashes now align at the right edge regardless of avatar-stack width, following the layout suggested in the issue.

Before:

Uneven commit hashes

After screenshot will be added before marking this draft ready for review.

Validation:

  • make lint-templates (569 templates, 0 errors)
  • make fmt
  • git diff --check

AI assistance: Codex assisted with code analysis and drafting. I reviewed the template change and validation results.

Fixes #38646.

Assisted-by: Codex:GPT-5
@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The commit ID column in the commit records of the public activity page is not aligned.

2 participants