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/utils
Giteabot 7ec7c733c7
Replace ajax with fetch, improve image diff (#27267) (#27583)
Backport #27267 by @silverwind

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: silverwind <me@silverwind.io>
1 year ago
..
color.js Always pass 6-digit hex color to monaco (#25780) 2 years ago
color.test.js Use vitest globals (#27102) (#27311) 1 year ago
dom.js Replace ajax with fetch, improve image diff (#27267) (#27583) 1 year ago
match.js Avoiding accessing undefined mentionValues (#26461) 2 years ago
match.test.js Use vitest globals (#27102) (#27311) 1 year ago
url.js
url.test.js Use vitest globals (#27102) (#27311) 1 year ago