forgejo/web_src/js
Yarden Shoham 8a25361d9a
Remove jQuery AJAX from the archive download links (#29380)
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo archive download links dropdown functionality and it
works as before

# Demo using `fetch` instead of jQuery AJAX

![action](https://github.com/go-gitea/gitea/assets/20454870/db791249-bca1-4d22-ac5e-623f68023e15)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
(cherry picked from commit ed3892d8430652c2bc8e2af21844d14769825e8a)
2024-02-26 22:30:27 +01:00
..
components Make actions animation rotate counterclockwisely (#29378) 2024-02-26 22:30:27 +01:00
features Remove jQuery AJAX from the archive download links (#29380) 2024-02-26 22:30:27 +01:00
markup
modules
render
standalone [FRONTEND] fix javascript linting errors 2024-02-25 23:43:58 +01:00
utils Remove jQuery from the Unicode escape button (#29369) 2024-02-26 22:30:27 +01:00
vendor
webcomponents
bootstrap.js Don't show third-party JS errors in production builds (#29303) 2024-02-26 22:30:26 +01:00
bootstrap.test.js
htmx.js
index.js Implement recent commits graph (#29210) 2024-02-26 22:30:26 +01:00
jquery.js
svg.js Artifact deletion in actions ui (#27172) 2024-02-23 09:06:14 +01:00
svg.test.js
utils.js enforce maxlength in frontend (#29389) 2024-02-26 22:30:27 +01:00
utils.test.js
vitest.setup.js