Forgejo/web_src/js/modules
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
..
aria Improve dropdown's behavior when there is a search input in menu (#27526) 2023-10-09 06:48:51 +00:00
dirauto.js Check newly added node type before "attachDirAuto" (#26972) 2023-09-08 18:17:08 +08:00
fetch.js Replace ajax with fetch, improve image diff (#27267) 2023-10-11 12:34:21 +00:00
fetch.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00
fomantic.js Improve dropdown's behavior when there is a search input in menu (#27526) 2023-10-09 06:48:51 +00:00
sortable.js Import sortablejs only once (#25936) 2023-07-17 18:06:37 +00:00
stores.js Refactor diffFileInfo / DiffTreeStore (#24998) 2023-05-30 18:53:15 +08:00
tippy.js Batch delete issue and improve tippy opts (#25253) 2023-06-19 15:46:50 +08:00
toast.js Refactor toast module (#26677) 2023-08-23 07:25:13 +00:00
toast.test.js Use vitest globals (#27102) 2023-09-27 04:37:13 +00:00