Add background and run count to actions list page#36707
Merged
silverwind merged 3 commits intogo-gitea:mainfrom Mar 2, 2026
Merged
Add background and run count to actions list page#36707silverwind merged 3 commits intogo-gitea:mainfrom
silverwind merged 3 commits intogo-gitea:mainfrom
Conversation
Use flex-container layout and wrap the actions runs list with `ui top attached header` and `ui attached segment` to add a background. Display the total workflow run count in the header. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository Actions runs list page layout to use the shared flex-container sidebar/main pattern, adds a header+segment wrapper to give the runs list a distinct background, and shows the total workflow run count in the header.
Changes:
- Replace the old grid layout with
flex-container/flex-container-nav/flex-container-main. - Add a “top attached header” + “attached segment” wrapper around the runs list.
- Introduce a new i18n string to render the workflow run count in the header.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| templates/repo/actions/list.tmpl | Switches to flex layout; adds header/segment wrappers and run-count display above filters. |
| options/locale/locale_en-US.json | Adds the new actions.runs.workflow_run_count localization string. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Use TrN with singular/plural locale keys for correct grammar - Make workflow dispatch message attached with z-index fix for colored border visibility - Use opaque hover colors for buttons inside colored messages Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
lunny
approved these changes
Feb 22, 2026
Member
|
Cool! |
zjjhot
added a commit
to zjjhot/gitea
that referenced
this pull request
Mar 4, 2026
* giteaofficial/main:
[skip ci] Updated translations via Crowdin
fix: /repos/{owner}/{repo}/actions/{runs,jobs} requiring owner permissions (go-gitea#36818)
Fix CRAN package version validation to allow more than 4 version components (go-gitea#36813)
Fix API not persisting pull request unit config when has_pull_requests is not set (go-gitea#36718)
feat: Add Actions API rerun endpoints for runs and jobs (go-gitea#36768)
Fix bug when pushing mirror with wiki (go-gitea#36795)
Pull Request Pusher should be the author of the merge (go-gitea#36581)
Delete non-exist branch should return 404 (go-gitea#36694)
Remove API registration-token (go-gitea#36801)
Add background and run count to actions list page (go-gitea#36707)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Use flex-container layout and wrap the actions runs list with
ui top attached headerandui attached segmentto add a background. Display the total workflow run count in the header.TrNwith singular/plural locale keys for correct grammar (e.g. "1 workflow run" vs "2 workflow runs")attachedclass withtw-relative tw-z-10to maintain continuous attached styling and keep the colored border-bottom visible (pre-existing fomantic issue with negative margins)Before:
After:
With workflow_dispatch (button hover tweaked):