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
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.
10 months ago
..
.eslintrc.yaml Add `eslint-plugin-vue-scoped-css` (#26720) 10 months ago
ActionRunStatus.vue Reorder blocks in vue SFCs (#26874) 10 months ago
ActivityHeatmap.vue Reorder blocks in vue SFCs (#26874) 10 months ago
ContextPopup.vue Reorder blocks in vue SFCs (#26874) 10 months ago
DashboardRepoList.vue Use fetch helpers instead of fetch (#27026) 10 months ago
DiffCommitSelector.vue Use fetch helpers instead of fetch (#27026) 10 months ago
DiffFileList.vue Reorder blocks in vue SFCs (#26874) 10 months ago
DiffFileTree.vue Reorder blocks in vue SFCs (#26874) 10 months ago
DiffFileTreeItem.vue Reorder blocks in vue SFCs (#26874) 10 months ago
PullRequestMergeForm.vue Change green buttons to primary color (#27099) 10 months ago
RepoActionView.vue Add fetch wrappers, ignore network errors in actions view (#26985) 10 months ago
RepoActivityTopAuthors.vue Reorder blocks in vue SFCs (#26874) 10 months ago
RepoBranchTagSelector.vue Use fetch helpers instead of fetch (#27026) 10 months ago
ScopedAccessTokenSelector.vue Reorder blocks in vue SFCs (#26874) 10 months ago