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/modules
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.
1 year ago
..
aria Make "cancel" buttons have proper type in modal forms (#25618) 2 years ago
dirauto.js Check newly added node type before "attachDirAuto" (#26972) 1 year ago
fetch.js Use fetch helpers instead of fetch (#27026) 1 year ago
fetch.test.js Add fetch wrappers, ignore network errors in actions view (#26985) 1 year ago
fomantic.js Remove fomantic transition module (#26469) 1 year ago
sortable.js Import `sortablejs` only once (#25936) 2 years ago
stores.js Refactor diffFileInfo / DiffTreeStore (#24998) 2 years ago
tippy.js Batch delete issue and improve tippy opts (#25253) 2 years ago
toast.js Refactor toast module (#26677) 1 year ago
toast.test.js Refactor toast module (#26677) 1 year ago