]> source.dussan.org Git - gitea.git/commit
Attach a tooltip to the action status icon (#24614)
authorYarden Shoham <git@yardenshoham.com>
Tue, 9 May 2023 19:39:16 +0000 (22:39 +0300)
committerGitHub <noreply@github.com>
Tue, 9 May 2023 19:39:16 +0000 (21:39 +0200)
commit9a0652f0b2e1d56e1187a9442e7f053dad453703
tree87b6b016419e4022c59078ef29dac5c87ee7135b
parent4f1065030fb43f72478b068d08ad747b00300168
Attach a tooltip to the action status icon (#24614)

To clearly communicate the current state of the action

![image](https://github.com/go-gitea/gitea/assets/20454870/5d6de6b9-f34f-417d-b08e-fcd1b99b3079)
![image](https://github.com/go-gitea/gitea/assets/20454870/b976676a-4525-43e7-866f-8933be1a5dfd)
![image](https://github.com/go-gitea/gitea/assets/20454870/2e0a55fe-658f-4242-83de-b857a8b55f31)
![image](https://github.com/go-gitea/gitea/assets/20454870/6b42bcd1-c499-41ac-8419-1c4e60085d47)
![image](https://github.com/go-gitea/gitea/assets/20454870/363fcff8-fe61-4363-a04b-2db93cfc4fa3)
![image](https://github.com/go-gitea/gitea/assets/20454870/f8f59b68-93de-4f31-b9b0-24d94990d1d0)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
templates/repo/actions/runs_list.tmpl
templates/repo/actions/status.tmpl
templates/repo/actions/view.tmpl
web_src/js/components/ActionRunStatus.vue
web_src/js/components/RepoActionView.vue