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
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
..
css Remove max-width and add hide text overflow (#27359) 9 months ago
fomantic Remove fomantic `text` module (#26777) 10 months ago
js Replace ajax with fetch, improve image diff (#27267) 9 months ago
svg Use inline SVG for built-in OAuth providers (#25171) 1 year ago