forgejo/web_src/js/components
Mathieu Fenniak a53aa04f5d [v14.0/forgejo] fix: in-progress job icon doesn't rotate on repo's action list (#10656) (#10663)
**Backport:** #10656

(cherry picked from commit 0af52cdca2)

In-progress jobs don't have a rotating status icon on `/org/repo/actions`.  Likely a regression from #9444 as the rotation style was in `RepoActionView` which won't be loaded on the action list page.

Manually tested and confirmed that the styling is effective on both `/org/repo/actions` and in the action log page (`.../runs/#/jobs/#/attempt/#`).

Reported-by: limiting-factor
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10656
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net>
Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/10663
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
2026-01-05 15:02:08 +01:00
..
ActionJobStep.test.js refactor: extract ActionJobStep from RepoActionView (#10366) 2025-12-08 15:58:49 +01:00
ActionJobStep.vue refactor: extract ActionJobStep from RepoActionView (#10366) 2025-12-08 15:58:49 +01:00
ActionRunStatus.vue feat: ability to view previous logs for Actions runs that have been retried (#9017) 2025-09-04 22:46:22 +02:00
ActivityHeatmap.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-26 19:04:27 +01:00
ContextPopup.test.js ui: update pull request icons 2024-08-22 17:06:10 +02:00
ContextPopup.vue ui: update pull request icons (#4455) 2024-07-16 14:38:46 +00:00
DashboardRepoList.vue feat(ui): lazy-load all Vue components (#9444) 2025-09-28 05:40:40 +02:00
DiffCommitSelector.vue chore: remove not working PREFERRED_TIMESTAMP_TENSE setting (#9490) 2025-10-01 15:16:01 +02:00
DiffFileTree.vue Migrate margin and padding helpers to tailwind (#30043) 2024-03-30 07:17:29 +01:00
DiffFileTreeItem.vue Enforce trailing comma in JS on multiline (#30002) 2024-03-26 19:04:27 +01:00
PullRequestMergeForm.test.js fix: Don't double escape delete branch text 2024-10-19 22:05:35 +02:00
PullRequestMergeForm.vue [v14.0/forgejo] fix(ui): pull request merge menu item clipping the auto merge tip (#10685) 2026-01-05 12:14:35 +01:00
RepoActionView.test.js refactor: extract ActionJobStep from RepoActionView (#10366) 2025-12-08 15:58:49 +01:00
RepoActionView.vue [v14.0/forgejo] fix: in-progress job icon doesn't rotate on repo's action list (#10656) (#10663) 2026-01-05 15:02:08 +01:00
RepoActivityTopAuthors.test.js [v14.0/forgejo] fix(ui): don't stretch activity top author image (#10628) 2025-12-29 22:13:14 +01:00
RepoActivityTopAuthors.vue [v14.0/forgejo] fix(ui): don't stretch activity top author image (#10628) 2025-12-29 22:13:14 +01:00
RepoBranchTagSelector.vue feat: replace cross origin protection (#9830) 2025-10-29 22:43:22 +01:00
RepoCodeFrequency.vue Have time.js use UTC-related getters/setters (#30857) 2024-05-12 20:03:09 +02:00
RepoContributors.test.js fix: compare week as numbers and not as strings (#8882) 2025-08-13 22:28:12 +02:00
RepoContributors.vue fix: compare week as numbers and not as strings (#8882) 2025-08-13 22:28:12 +02:00
RepoRecentCommits.vue Have time.js use UTC-related getters/setters (#30857) 2024-05-12 20:03:09 +02:00
ScopedAccessTokenSelector.vue fix(ui): make "Token name"-input a real required-field (#8877) 2025-10-01 12:07:30 +02:00