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/templates
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
..
admin Remove unnecessary desc for openssh key cron task (#27515) 10 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 10 months ago
code Fix more "locale" usages (#27259) 10 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Fix more "locale" usages (#27259) 10 months ago
explore Fix more "locale" usages (#27259) 10 months ago
mail Update team invitation email link (#26550) 11 months ago
org Use flex-container for repo and org settings (#27418) 10 months ago
package Cargo package - Fix missing domain in cargo sparse url (#27370) 10 months ago
projects More `db.DefaultContext` refactor (#27265) 10 months ago
repo Replace ajax with fetch, improve image diff (#27267) 9 months ago
shared Penultimate round of `db.DefaultContext` refactor (#27414) 10 months ago
status Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 10 months ago
swagger api: GetPullRequestCommits: return file list (#27483) 10 months ago
user Penultimate round of `db.DefaultContext` refactor (#27414) 10 months ago
webhook Extract common code to new template (#26933) 11 months ago
home.tmpl Fix more "locale" usages (#27259) 10 months ago
install.tmpl Fix more "locale" usages (#27259) 10 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 10 months ago