This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/web_src/js/components
Jason Song 7d3c4c3e8a
Fix rerun button of Actions (#22798)
When clicking the return button, the page should be refreshed. However,
the browser may cancel the previous fetch request, and it fails to rerun
the job. It's easier to reproduce the bug in Safari or Firefox than
Chrome for some reason.

<img width="384" alt="image"
src="https://user-images.githubusercontent.com/9418365/217142792-a783f9a1-7089-44db-b7d8-46c46c72d284.png">


<img width="752" alt="image"
src="https://user-images.githubusercontent.com/9418365/217132406-b8381b63-b323-474e-935b-2596b1b5c046.png">
2023-02-08 15:55:57 +08:00
..
.eslintrc.yaml
ActivityHeatmap.vue JS refactors (#22227) 2022-12-24 00:03:11 +08:00
ContextPopup.vue JS refactors (#22227) 2022-12-24 00:03:11 +08:00
DashboardRepoList.js
DiffFileList.vue JS refactors (#22227) 2022-12-24 00:03:11 +08:00
DiffFileTree.vue Restore function to "Show more" buttons (#22399) 2023-01-13 13:50:32 +08:00
DiffFileTreeItem.vue JS refactors (#22227) 2022-12-24 00:03:11 +08:00
PullRequestMergeForm.vue JS refactors (#22227) 2022-12-24 00:03:11 +08:00
RepoActionView.vue Fix rerun button of Actions (#22798) 2023-02-08 15:55:57 +08:00
RepoActivityTopAuthors.vue
RepoBranchTagDropdown.js
VueComponentLoader.js