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.
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
..
blob_excerpt.tmpl Fix more "locale" usages (#27259) 9 months ago
box.tmpl Replace ajax with fetch, improve image diff (#27267) 9 months ago
comment_form.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago
comment_form_datahandler.tmpl Make sure fmt catches all templates (#20979) 2 years ago
comments.tmpl Fix more "locale" usages (#27259) 9 months ago
compare.tmpl Penultimate round of `db.DefaultContext` refactor (#27414) 9 months ago
conversation.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago
csv_diff.tmpl Fix CSV diff for added/deleted files (#21189) 2 years ago
escape_title.tmpl cleanup locale function usage (#27227) 9 months ago
image_diff.tmpl Replace ajax with fetch, improve image diff (#27267) 9 months ago
new_comment.tmpl Do not reload page after adding comments in Pull Request reviews (#13877) 4 years ago
new_review.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago
options_dropdown.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago
section_code.tmpl Add template linting via djlint (#25212) 1 year ago
section_split.tmpl Fix more "locale" usages (#27259) 9 months ago
section_unified.tmpl Fix more "locale" usages (#27259) 9 months ago
stats.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 9 months ago
whitespace_dropdown.tmpl Fix more "locale" usages (#27259) 9 months ago