Actions: Add run summaries and align job logs - #43
Open
whereareiam wants to merge 1 commit into
Open
Conversation
whereareiam
force-pushed
the
change/github-actions-run
branch
from
September 5, 2026 21:40
8aaa98c to
9cf7556
Compare
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.
Add a GitHub-style run summary with status, trigger identity, commit/branch links, and job cards. Align run headings, job navigation, step rows, and log panels, including Forgejo’s detached fullscreen mode. Summary navigation uses a URL fragment that survives Forgejo’s native run/attempt redirects.
The native Vue run component remains mounted, preserving polling, job selection, attempts, artifacts, rerun/cancel/delete controls, log expansion, timestamps, and downloads. Search filters loaded log lines and is labeled accordingly. Job cards do not draw dependency edges because the view data does not provide a dependency graph.
Refined navigation and job-card hover/focus states, added Summary/workflow icons and a Run details heading, and preserved modified-link clicks. Repeated Summary selection no longer adds duplicate history entries; hash navigation updates the visible panel.
Validation:
bun commitand all 351 tests pass. Chrome verified successful/failed summaries, job navigation, loaded log expansion/search, fullscreen enter/exit, light/dark colors, and mobile containment. Preview logs are short replay fixtures; no production workflow was dispatched, rerun, canceled, or deleted. Confirmed both Actions stylesheets and scripts are packaged at their installation paths.Stacked on the workflow-list PR; merge that first.