1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-07 10:35:48 +00:00
gitea/web_src/js/features/comp
silverwind 4b1063f3db
Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453)
Enable `no-sizzle` lint rule, there was only one use in `initCompReactionSelector` and:

- Remove all jQuery except the necessary fomantic dropdown init
- Remove the recursion, instead bind event listeners to common parent container nodes

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
2024-04-14 18:44:11 +08:00
..
ComboMarkdownEditor.js Migrate font-family to tailwind (#30118) 2024-03-28 08:31:07 +00:00
ConfirmModal.js Change green buttons to primary color (#27099) 2023-09-18 22:05:31 +00:00
EasyMDEToolbarActions.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
LabelEdit.js replace jquery-minicolors with coloris (#30055) 2024-03-29 04:00:07 +01:00
Paste.js Support pasting URLs over markdown text (#29566) 2024-03-08 15:15:58 +00:00
QuickSubmit.js Remove jQuery from the "quick submit" handler (#29200) 2024-02-16 21:03:50 +01: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 Refactor all .length === 0 patterns in JS (#30045) 2024-03-25 18:37:55 +00:00
TextExpander.js Update JS dependencies, remove space after emoji completion (#25266) 2023-06-18 08:38:47 +00:00
WebHookEditor.js Fix various loading states, remove .loading class (#29920) 2024-03-21 16:31:15 +00:00