1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-16 00:05:47 +00:00
gitea/web_src/js/components
silverwind ae8e8f055e
Use fetch helpers instead of fetch (#27026)
WIP because:

- [x] Some calls set a `content-type` but send no body, can likely
remove the header
- [x] Need to check whether `charset=utf-8` has any significance on the
webauthn calls, I assume not as it is the default for json content.
- [x] Maybe `no-restricted-globals` is better for eslint, but will
require a lot of duplication in the yaml or moving eslint config to a
`.js` extension.
- [x] Maybe export `request` as `fetch`, shadowing the global.
2023-09-19 00:50:30 +00:00
..
.eslintrc.yaml Add eslint-plugin-vue-scoped-css (#26720) 2023-08-25 13:47:27 +00:00
ActionRunStatus.vue Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00
ActivityHeatmap.vue Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00
ContextPopup.vue Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00
DashboardRepoList.vue Use fetch helpers instead of fetch (#27026) 2023-09-19 00:50:30 +00:00
DiffCommitSelector.vue Use fetch helpers instead of fetch (#27026) 2023-09-19 00:50:30 +00:00
DiffFileList.vue Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00
DiffFileTree.vue Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00
DiffFileTreeItem.vue Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00
PullRequestMergeForm.vue Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
RepoActionView.vue Add fetch wrappers, ignore network errors in actions view (#26985) 2023-09-11 10:25:10 +02:00
RepoActivityTopAuthors.vue Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00
RepoBranchTagSelector.vue Use fetch helpers instead of fetch (#27026) 2023-09-19 00:50:30 +00:00
ScopedAccessTokenSelector.vue Reorder blocks in vue SFCs (#26874) 2023-09-02 14:59:07 +00:00