gitea/web_src/js/features
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
..
admin Fix admin notice view-detail (#30450) 2024-04-13 15:46:02 +08:00
comp Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) 2024-04-14 18:44:11 +08:00
autofocus-end.js When the title in the issue has a value, set the text cursor at the end of the text. (#30090) 2024-03-27 15:20:10 +08:00
captcha.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
citation.js Remove jQuery from the citation modal (except fomantic) (#30008) 2024-03-23 00:17:28 +01:00
clipboard.js Fix Citation modal responsiveness and clipboard copy (#29799) 2024-03-15 02:38:13 +00:00
code-frequency.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
codeeditor.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
colorpicker.js Replace coloris with vanilla-colorful (#30201) 2024-04-03 09:15:06 +00:00
common-global.js Remove fomantic input module (#30194) 2024-03-31 16:06:06 +00:00
common-issue-list.js Remove jQuery from the issue "go to" button (#30028) 2024-03-23 18:18:45 +00:00
common-issue-list.test.js
common-organization.js
contextpopup.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
contributors.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
copycontent.js Remove fomantic input module (#30194) 2024-03-31 16:06:06 +00:00
dropzone.js
emoji.js
eventsource.sharedworker.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
file-fold.js
heatmap.js
imagediff.js Remove jQuery class from the image diff (#30140) 2024-03-29 12:40:17 +00:00
install.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
notification.js Remove jQuery class from the notification count (#30172) 2024-03-29 17:17:21 +00:00
org-team.js Remove jQuery calls that have no effect on showElem and hideElem (#30110) 2024-03-26 19:38:37 +00:00
pull-view-file.js
recent-commits.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
repo-branch.js Remove jQuery from the create/rename branch modals (except Fomantic) (#30109) 2024-03-27 11:40:21 +01:00
repo-code.js Remove jQuery class from the code range selection (#30173) 2024-03-29 18:08:54 +01:00
repo-code.test.js
repo-commit.js Fix elipsis button not working if the last commit loading is deferred (#29544) 2024-03-02 19:31:59 +00:00
repo-common.js Fix download buttons on branches page (#30147) 2024-03-27 21:05:49 +01:00
repo-diff-commit.js Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
repo-diff-commitselect.js
repo-diff-filetree.js
repo-diff.js Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) 2024-04-14 18:44:11 +08:00
repo-editor.js Remove jQuery class from the commit button (#30178) 2024-03-29 20:24:17 +01:00
repo-findfile.js Refactor all .length === 0 patterns in JS (#30045) 2024-03-25 18:37:55 +00:00
repo-findfile.test.js
repo-graph.js Remove jQuery from the commit graph (except Fomantic) (#30395) 2024-04-12 12:34:12 +02:00
repo-home.js Remove most jQuery function calls from the repository topic box (#30191) 2024-03-31 15:39:50 +00:00
repo-issue-content.js Remove jQuery class from the comment edit history (#30186) 2024-03-30 23:09:46 +01:00
repo-issue-edit.js Split issue edit code from repo-legacy.js into its own file (#30419) 2024-04-12 02:22:59 +08:00
repo-issue-list.js Make a distinction between active and selected in the issue author dropdown (#30207) 2024-03-31 11:27:39 +00:00
repo-issue-pr-form.js
repo-issue-pr-status.js
repo-issue.js Fix JS error when opening to expanded code comment (#30463) 2024-04-14 15:16:03 +08:00
repo-legacy.js Rewrite and restyle reaction selector and enable no-sizzle eslint rule (#30453) 2024-04-14 18:44:11 +08:00
repo-migrate.js
repo-migration.js
repo-projects.js Fix and rewrite contrast color calculation, fix project-related bugs (#30237) 2024-04-07 16:19:25 +00:00
repo-release.js Fix a bug returning 404 when display a single tag with no release (#29466) 2024-03-02 14:03:39 +00:00
repo-search.js Filter Repositories by type (#29231) 2024-03-03 10:18:34 +00:00
repo-settings.js Remove jQuery class from the repository branch settings (#30184) 2024-03-30 22:30:00 +01:00
repo-template.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
repo-unicode-escape.js
repo-wiki.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
sshkey-helper.js
stopwatch.js Fix incorrect subpath in links (#29535) 2024-03-02 12:02:34 +00:00
tablesort.js
tribute.js Migrate margin and padding helpers to tailwind (#30043) 2024-03-24 17:42:49 +01:00
user-auth-webauthn.js Enforce trailing comma in JS on multiline (#30002) 2024-03-22 14:06:53 +00:00
user-auth.js Replace more gt- with tw-, update frontend docs (#29595) 2024-03-05 05:29:32 +00:00
user-settings.js Refactor all .length === 0 patterns in JS (#30045) 2024-03-25 18:37:55 +00:00