gitea/web_src/js
Yarden Shoham d73223bfc6
Remove jQuery from the repo release form ()
- Switched to plain JavaScript
- Tested the repo release form functionality and it works as before

# Demo using JavaScript without jQuery

![action](https://github.com/go-gitea/gitea/assets/20454870/ede2072a-823d-418f-9890-a5a7445a1cc6)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
..
components Implement contributors graph ()
features Remove jQuery from the repo release form ()
markup Remove jQuery from the comment task list ()
modules Refactor request function ()
render Use vitest globals ()
standalone Add toasts to UI ()
utils Make submit event code work with both jQuery event and native event ()
vendor Vendor `jquery.are-you-sure` with strict mode fixes ()
webcomponents Fix gitea-origin-url with default ports ()
bootstrap.js Avoid duplicate JS error messages on UI ()
bootstrap.test.js Avoid duplicate JS error messages on UI ()
htmx.js Auto-update the system status in admin dashboard ()
index.js Remove unneccesary `initUserAuthLinkAccountView` from "link account" page ()
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations ()
svg.js Show whether a PR is WIP inside popups ()
svg.test.js Use vitest globals ()
utils.js Replace ajax with fetch, improve image diff ()
utils.test.js Use vitest globals ()
vitest.setup.js Move vitest setup file to root ()