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