gitea/web_src/js/components
yp05327 5987f00523
Add rerun workflow button and refactor to use SVG octicons ()
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>
..
.eslintrc.yaml Update eslints for Vue 3 ()
ActionRunStatus.vue Use same action status svg icons on actions list as on action page ()
ActivityHeatmap.vue Localize activity heatmap (except tooltip) ()
ContextPopup.vue Improve `<SvgIcon>` to make it output `svg` node and optimize performance ()
DashboardRepoList.vue Automatically select the org when click create repo from org dashboard ()
DiffFileList.vue Use data-tooltip-content for tippy tooltip ()
DiffFileTree.vue Update the value of the `diffEnd` when click `Show More` btn in the DiffFileTree ()
DiffFileTreeItem.vue Use reactive store to share data between components ()
PullRequestMergeForm.vue Refactor branch/tag selector to Vue SFC ()
RepoActionView.test.js Improve action log display with control chars ()
RepoActionView.vue Add rerun workflow button and refactor to use SVG octicons ()
RepoActivityTopAuthors.vue Refactor dashboard repo list to Vue SFC ()
RepoBranchTagSelector.vue Improve RSS ()