0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-23 07:06:29 +01:00
gitea/routers/web
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>
2023-10-11 12:34:21 +00:00
..
admin Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
auth Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
devtest
events
explore Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
feed Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
healthcheck
misc
org Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
repo Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
shared Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
user Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
base.go Fix panic in storageHandler (#27446) 2023-10-06 13:23:14 +00:00
goget.go
home.go Reduce usage of db.DefaultContext (#27073) 2023-09-14 17:09:32 +00:00
metrics.go
nodeinfo.go
swagger_json.go Start using template context function (#26254) 2023-08-08 01:22:47 +00:00
web.go Penultimate round of db.DefaultContext refactor (#27414) 2023-10-11 04:24:07 +00:00
webfinger.go