0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-25 08:11:19 +01:00
gitea/web_src/js
Yarden Shoham 15d071f4f8
Remove jQuery AJAX from repo collaborator mode dropdown (#29371)
- Removed all jQuery AJAX calls and replaced with our fetch wrapper
- Tested the repo collaborator mode dropdown functionality and it works
as before

# Demo using `fetch` instead of jQuery AJAX

![action](https://github.com/go-gitea/gitea/assets/20454870/04466629-19b2-4469-9231-38820ee13c36)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: delvh <dev.lh@web.de>
Co-authored-by: Giteabot <teabot@gitea.io>
2024-02-25 00:08:51 +01:00
..
components Remove jQuery from the issue reference context popup (#29367) 2024-02-24 13:03:53 +01:00
features Remove jQuery AJAX from repo collaborator mode dropdown (#29371) 2024-02-25 00:08:51 +01:00
markup
modules
render
standalone
utils Remove jQuery from the Unicode escape button (#29369) 2024-02-24 20:11:51 +01:00
vendor
webcomponents
bootstrap.js
bootstrap.test.js
htmx.js
index.js Implement recent commits graph (#29210) 2024-02-24 10:22:51 +00:00
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js