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/utils
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>
9 months ago
..
color.js Always pass 6-digit hex color to monaco (#25780) 12 months ago
color.test.js Use vitest globals (#27102) 9 months ago
dom.js Replace ajax with fetch, improve image diff (#27267) 9 months ago
match.js Avoiding accessing undefined mentionValues (#26461) 11 months ago
match.test.js Use vitest globals (#27102) 9 months ago
url.js Refactor branch/tag selector to Vue SFC (#23421) 1 year ago
url.test.js Use vitest globals (#27102) 9 months ago