]> source.dussan.org Git - gitea.git/commit
Add ActionRunStatus component (#23259)
authoryp05327 <576951401@qq.com>
Mon, 6 Mar 2023 14:35:24 +0000 (23:35 +0900)
committerGitHub <noreply@github.com>
Mon, 6 Mar 2023 14:35:24 +0000 (22:35 +0800)
commitf0b0f22aeda60c77e377f8869f262217c1895ab8
treeba47c35850dcf9fda2df10f2fa7ff10c6ad55298
parent68d7d772eb24dea258db01fe19d6042e07b223f9
Add ActionRunStatus component (#23259)

Related to:
https://github.com/go-gitea/gitea/pull/23212#discussion_r1122856231

Decrease duplication of SvgIcon when display a run status svg.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
web_src/js/components/ActionRunStatus.vue [new file with mode: 0644]
web_src/js/components/RepoActionView.vue