gitea/web_src/js
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
..
components Restore warning commit status (#27504) 2023-10-08 22:16:06 +00:00
features Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
markup Fix mermaid flowchart margin issue (#27503) 2023-10-08 03:20:12 +00:00
modules Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
render Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00
standalone
test Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 2023-09-14 02:59:53 +00:00
utils Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
vendor
webcomponents
bootstrap.js
index.js
jquery.js
svg.js Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
svg.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00
utils.js Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
utils.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00