0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-18 16:03:11 +01:00
gitea/web_src/js
Yarden Shoham 0768842ef5
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>
2024-02-16 15:52:50 +00:00
..
components Implement contributors graph (#27882) 2024-02-15 23:21:13 +01:00
features Remove jQuery from username change prompt and fix its detection (#29197) 2024-02-16 15:52:50 +00:00
markup
modules Refactor request function (#29187) 2024-02-16 13:27:00 +00:00
render
standalone
utils Implement contributors graph (#27882) 2024-02-15 23:21:13 +01:00
vendor
webcomponents
bootstrap.js
bootstrap.test.js
htmx.js Auto-update the system status in admin dashboard (#29163) 2024-02-16 02:52:25 +00:00
index.js Implement contributors graph (#27882) 2024-02-15 23:21:13 +01:00
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js