gitea/web_src/js
silverwind 291a00dc57
Fix and clean up ConfirmModal (#31283)
Bug: orange button color was removed in
https://github.com/go-gitea/gitea/pull/30475, replaced with red
Bug: translation text was not html-escaped
Refactor: Replaced as much jQuery as possible, added useful
`createElementFromHTML`
Refactor: Remove colors checks that don't exist on `.link-action`

<img width="381" alt="image"
src="https://github.com/go-gitea/gitea/assets/115237/5900bf6a-8a86-4a86-b368-0559cbfea66e">

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: delvh <dev.lh@web.de>
2024-06-07 13:42:31 +00:00
..
components Fix Activity Page Contributors dropdown (#31264) 2024-06-06 10:28:33 +08:00
features Fix and clean up ConfirmModal (#31283) 2024-06-07 13:42:31 +00:00
markup Prevent simultaneous editing of comments and issues (#31053) 2024-05-27 15:34:18 +00:00
modules Fix body margin shifting with modals, fix error on project column edit (#30831) 2024-05-03 01:48:24 +00:00
render
standalone
utils Fix and clean up ConfirmModal (#31283) 2024-06-07 13:42:31 +00:00
vendor
webcomponents Rework and fix stopwatch (#30732) 2024-04-30 14:52:46 +00:00
bootstrap.js Check if reverse proxy is correctly configured (#30890) 2024-05-10 20:07:01 +08:00
bootstrap.test.js
htmx.js
index.js Check if reverse proxy is correctly configured (#30890) 2024-05-10 20:07:01 +08:00
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js