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