0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-05 03:38:27 +01:00
gitea/web_src/js
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>
2024-06-10 22:49:33 +02:00
..
components Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
features Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
markup Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02: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 Use querySelector over alternative DOM methods (#31280) 2024-06-10 22:49:33 +02:00
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 Remove jQuery .text() (#30506) 2024-06-10 18:12:31 +08:00
jquery.js
svg.js
svg.test.js
utils.js
utils.test.js
vitest.setup.js