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 73b63d9311
Replace ajax with fetch, improve image diff (#27267)
1. Dropzone attachment removal, pretty simple replacement
2. Image diff: The previous code fetched every image twice, once via
`img[src]` and once via `$.ajax`. Now it's only fetched once and a
second time only when necessary. The image diff code was partially
rewritten.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
aria Improve dropdown's behavior when there is a search input in menu (#27526) 1 year ago
dirauto.js Check newly added node type before "attachDirAuto" (#26972) 1 year ago
fetch.js Replace ajax with fetch, improve image diff (#27267) 1 year ago
fetch.test.js Use vitest globals (#27102) 1 year ago
fomantic.js Improve dropdown's behavior when there is a search input in menu (#27526) 1 year ago
sortable.js Import `sortablejs` only once (#25936) 2 years ago
stores.js
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 Use vitest globals (#27102) 1 year ago