0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-14 22:45:31 +01:00
gitea/web_src/js/features/comp
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
..
ComboMarkdownEditor.js Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
ConfirmModal.js Fix and clean up ConfirmModal (#31283) 2024-06-07 13:42:31 +00:00
EasyMDEToolbarActions.js
LabelEdit.js replace jquery-minicolors with coloris (#30055) 2024-03-29 04:00:07 +01:00
Paste.js Make pasted "img" tag has the same behavior as markdown image (#31235) 2024-06-04 12:19:41 +00:00
QuickSubmit.js Fix issue/PR title edit (#30858) 2024-05-05 13:09:41 +00:00
ReactionSelector.js Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) 2024-04-14 18:44:11 +08:00
SearchUserBox.js
TextExpander.js
WebHookEditor.js