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.
gitea/web_src/js/components
silverwind 6d96f0b0d1
Add fetch wrappers, ignore network errors in actions view (#26985)
1. Introduce lightweight `fetch` wrapper functions that automatically
sets csfr token, content-type and use it in `RepoActionView.vue`.
2. Fix a specific issue on `RepoActionView.vue` where a fetch network
error is shortly visible during page reload sometimes. It can be
reproduced by F5-in in quick succession on the actions view page and was
also producing a red error box on the page.

Once approved, we can replace all current `fetch` uses in UI with this
in another PR.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
.eslintrc.yaml
ActionRunStatus.vue Reorder blocks in vue SFCs (#26874) 1 year ago
ActivityHeatmap.vue Reorder blocks in vue SFCs (#26874) 1 year ago
ContextPopup.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DashboardRepoList.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DiffCommitSelector.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DiffFileList.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DiffFileTree.vue Reorder blocks in vue SFCs (#26874) 1 year ago
DiffFileTreeItem.vue Reorder blocks in vue SFCs (#26874) 1 year ago
PullRequestMergeForm.vue Reorder blocks in vue SFCs (#26874) 1 year ago
RepoActionView.vue Add fetch wrappers, ignore network errors in actions view (#26985) 1 year ago
RepoActivityTopAuthors.vue Reorder blocks in vue SFCs (#26874) 1 year ago
RepoBranchTagSelector.vue Reorder blocks in vue SFCs (#26874) 1 year ago
ScopedAccessTokenSelector.vue Reorder blocks in vue SFCs (#26874) 1 year ago