You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/web_src/js/components
yp05327 5987f00523
Add rerun workflow button and refactor to use SVG octicons (#24350)
Changes:
- Add rerun workflow button. Then users can rerun the whole workflow by
only one-click.
- Refactor to use SVG octicons in RepoActionView.vue

![image](https://user-images.githubusercontent.com/18380374/234736083-dea9b333-ec11-4095-a113-763f3716fba7.png)

![image](https://user-images.githubusercontent.com/18380374/234736107-d657d19c-f70a-42f4-985f-156a8c7efb7a.png)

![image](https://user-images.githubusercontent.com/18380374/234736160-9ad372df-7089-4d18-9bab-48bca3f01878.png)

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
1 year ago
..
.eslintrc.yaml Update eslints for Vue 3 (#23935) 1 year ago
ActionRunStatus.vue Use same action status svg icons on actions list as on action page (#24178) 1 year ago
ActivityHeatmap.vue Localize activity heatmap (except tooltip) (#24131) 1 year ago
ContextPopup.vue Improve `<SvgIcon>` to make it output `svg` node and optimize performance (#23570) 1 year ago
DashboardRepoList.vue Automatically select the org when click create repo from org dashboard (#24325) 1 year ago
DiffFileList.vue Use data-tooltip-content for tippy tooltip (#23649) 1 year ago
DiffFileTree.vue Update the value of the `diffEnd` when click `Show More` btn in the DiffFileTree (#24069) 1 year ago
DiffFileTreeItem.vue Use reactive store to share data between components (#23996) 1 year ago
PullRequestMergeForm.vue Refactor branch/tag selector to Vue SFC (#23421) 1 year ago
RepoActionView.test.js Improve action log display with control chars (#23820) 1 year ago
RepoActionView.vue Add rerun workflow button and refactor to use SVG octicons (#24350) 1 year ago
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC (#23405) 1 year ago
RepoBranchTagSelector.vue Improve RSS (#24335) 1 year ago