forgejo/web_src/js
Yarden Shoham 6a4b83fb9d
Remove jQuery from username change prompt and fix its detection (#29197)
- Switched to plain JavaScript
- Tested the user rename prompt toggling functionality and it works as
before
- Fixed bug that allowed pasting with the mouse to avoid the prompt

# Before

![before](https://github.com/go-gitea/gitea/assets/20454870/aa300ad7-612b-461e-bbb2-3f74b3b83ede)

# After

![after](https://github.com/go-gitea/gitea/assets/20454870/f2b5a51b-7b39-43c7-8a4a-62f1f77acae4)

---------

Signed-off-by: Yarden Shoham <git@yardenshoham.com>
Co-authored-by: silverwind <me@silverwind.io>
(cherry picked from commit 0768842ef56758b3290406656c5ebbd605358f6e)
2024-02-17 23:24:31 +01:00
..
components Implement contributors graph (#27882) 2024-02-17 23:24:31 +01:00
features Remove jQuery from username change prompt and fix its detection (#29197) 2024-02-17 23:24:31 +01:00
markup
modules Refactor request function (#29187) 2024-02-17 23:24:31 +01:00
render
standalone
utils Implement contributors graph (#27882) 2024-02-17 23:24:31 +01:00
vendor
webcomponents
bootstrap.js
bootstrap.test.js
htmx.js Auto-update the system status in admin dashboard (#29163) 2024-02-17 23:24:31 +01:00
index.js Implement contributors graph (#27882) 2024-02-17 23:24:31 +01:00
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js