gitea/web_src/js/components
Giteabot a3458c669a
The status icon of the Action step is consistent with GitHub (#35618) (#35621)
Backport #35618 by @lutinglt

#35616
Before:
running:
<img width="45" height="34" alt="image"
src="https://github.com/user-attachments/assets/e2508f98-2f1f-4b7e-a80c-30b406f42531"
/>
waiting:
<img width="44" height="33" alt="image"
src="https://github.com/user-attachments/assets/e7c8164e-fdc3-4546-b088-31166544edb0"
/>

---
After:
running:
<img width="49" height="43" alt="image"
src="https://github.com/user-attachments/assets/b5a9b245-a995-458a-af23-d1723daa3692"
/>
waiting:
<img width="42" height="44" alt="image"
src="https://github.com/user-attachments/assets/ff72551e-cfb5-4665-af52-938ef0cf8f1c"
/>

`gitea-running.svg` is not an icon from the @ primer/octicon library,
extracted from the Github page. Github did not assign a clear class name
to this icon

Signed-off-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com>
Co-authored-by: 鲁汀 <131967983+lutinglt@users.noreply.github.com>
Co-authored-by: lutinglt <lutinglt@users.noreply.github.com>
2025-10-10 12:12:21 -07:00
..
ActionRunStatus.vue The status icon of the Action step is consistent with GitHub (#35618) (#35621) 2025-10-10 12:12:21 -07:00
ActivityHeatmap.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
ContextPopup.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
DashboardRepoList.vue Fix some log and UI problems (#34863) 2025-06-26 00:32:50 +08:00
DiffCommitSelector.vue Fix bug when review pull request commits (#35192) 2025-08-03 10:23:10 -07:00
DiffFileTree.vue Add repo file tree item link behavior (#34730) 2025-06-20 02:28:19 +08:00
DiffFileTreeItem.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
PullRequestMergeForm.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
RepoActionView.vue fix: auto-expand and auto-scroll for actions logs (#35583) (#35586) 2025-10-05 12:06:41 +08:00
RepoActivityTopAuthors.vue Update JS and PY deps (#35191) 2025-08-01 07:24:26 +00:00
RepoBranchTagSelector.vue Update eslint to v9 (#35485) 2025-09-14 19:15:06 +03:00
RepoCodeFrequency.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
RepoContributors.vue Clean up npm dependencies (#35484) 2025-09-15 16:34:54 +02:00
RepoRecentCommits.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
ViewFileTree.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
ViewFileTreeItem.vue Use `shallowRef` instead of `ref` in `.vue` files where possible (#34813) 2025-06-22 21:37:03 +08:00
ViewFileTreeStore.ts Update eslint to v9 (#35485) 2025-09-14 19:15:06 +03:00