Actions: Match workflow navigation and run listings - #42
Open
whereareiam wants to merge 1 commit into
Open
Conversation
whereareiam
force-pushed
the
change/github-actions-list
branch
from
September 5, 2026 21:40
769e5e6 to
6c77ba2
Compare
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.
The Actions tab now opens with GitHub-style workflow navigation, a page heading, compact filters, and run rows with status, branch, timing, and an options button. The layout adapts to mobile, and workflow dispatch remains Forgejo’s native form.
Workflow, actor, and status filtering use Forgejo’s server routes. The text filter is explicitly scoped to runs on the current page and persists through native list polling. Workflow creation and prioritization controls retain their native routes and permissions.
Refined hover/focus/open states, replaced the misplaced divider with a real separator, and made the workflow filter a searchable native dropdown. Filter menus stay inside the mobile viewport and close with Escape or an outside click.
Validation:
bun commitand all 351 tests pass. Chrome checks covered desktop/mobile layout, actor/status menu rendering, status filtering, workflow selection, dispatch open/close, empty text-filter results, and correct summary links. No workflow was dispatched or rerun. Page styles are checked for build output and template references and included in release archives.