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.
gitea/web_src/js/modules
Giteabot 7ec7c733c7
Replace ajax with fetch, improve image diff (#27267) (#27583)
Backport #27267 by @silverwind

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: silverwind <me@silverwind.io>
1 year ago
..
aria Improve dropdown's behavior when there is a search input in menu (#27526) (#27534) 1 year ago
dirauto.js Check newly added node type before "attachDirAuto" (#26972) 1 year ago
fetch.js Replace ajax with fetch, improve image diff (#27267) (#27583) 1 year ago
fetch.test.js Use vitest globals (#27102) (#27311) 1 year ago
fomantic.js Improve dropdown's behavior when there is a search input in menu (#27526) (#27534) 1 year ago
sortable.js Import `sortablejs` only once (#25936) 2 years ago
stores.js Refactor diffFileInfo / DiffTreeStore (#24998) 2 years ago
tippy.js Batch delete issue and improve tippy opts (#25253) 2 years ago
toast.js Refactor toast module (#26677) 2 years ago
toast.test.js Use vitest globals (#27102) (#27311) 1 year ago