gitea/web_src/js
Yarden Shoham b616f666b8
Remove jQuery AJAX from the repo commit graph ()
- 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/7e2f166e-9941-4f26-9666-d00cdf3d9f60)

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: Giteabot <teabot@gitea.io>
..
components Remove jQuery from the issue reference context popup ()
features Remove jQuery AJAX from the repo commit graph ()
markup Remove jQuery from the comment task list ()
modules Refactor request function ()
render Use vitest globals ()
standalone Add toasts to UI ()
utils Remove jQuery from the Unicode escape button ()
vendor Vendor `jquery.are-you-sure` with strict mode fixes ()
webcomponents Fix gitea-origin-url with default ports ()
bootstrap.js Don't show third-party JS errors in production builds ()
bootstrap.test.js Avoid duplicate JS error messages on UI ()
htmx.js Auto-update the system status in admin dashboard ()
index.js Implement recent commits graph ()
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations ()
svg.js Artifact deletion in actions ui ()
svg.test.js Use vitest globals ()
utils.js Implement code frequency graph ()
utils.test.js Use vitest globals ()
vitest.setup.js Move vitest setup file to root ()