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>
2023-10-11 12:34:21 +00:00
..
aria Improve dropdown's behavior when there is a search input in menu (#27526) 2023-10-09 06:48:51 +00:00
dirauto.js
fetch.js Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
fetch.test.js
fomantic.js Improve dropdown's behavior when there is a search input in menu (#27526) 2023-10-09 06:48:51 +00:00
sortable.js
stores.js
tippy.js
toast.js
toast.test.js