You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/features/comp
silverwind 507fbf4c3c
Use `querySelector` over alternative DOM methods (#31280)
As per
https://github.com/go-gitea/gitea/pull/30115#discussion_r1626060164,
prefer `querySelector` by enabling
[`unicorn/prefer-query-selector`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-query-selector.md)
and autofixing all except 10 issues.

According to
[this](https://old.reddit.com/r/learnjavascript/comments/i0f5o8/performance_of_getelementbyid_vs_queryselector/),
querySelector may be faster as well, so it's a win-win.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: Giteabot <teabot@gitea.io>
10 months ago
..
ComboMarkdownEditor.js Migrate font-family to tailwind (#30118) 1 year ago
ConfirmModal.js Fix and clean up `ConfirmModal` (#31283) 10 months ago
EasyMDEToolbarActions.js Enforce trailing comma in JS on multiline (#30002) 1 year ago
LabelEdit.js replace jquery-minicolors with coloris (#30055) 1 year ago
Paste.js Make pasted "img" tag has the same behavior as markdown image (#31235) 10 months ago
QuickSubmit.js Fix issue/PR title edit (#30858) 11 months ago
ReactionSelector.js Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) 12 months ago
SearchUserBox.js Use `querySelector` over alternative DOM methods (#31280) 10 months ago
TextExpander.js Update JS dependencies, remove space after emoji completion (#25266) 2 years ago
WebHookEditor.js Use `querySelector` over alternative DOM methods (#31280) 10 months ago