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
charles 252047ed2e
Fix counter display number incorrectly displayed on the page (#29448)
issue : #28239

The counter number script uses the 'checkbox' attribute to determine
whether an item is selected or not.

However, the input event only increments the counter value, and when
more items are displayed, it does not update all previously loaded
items.

As a result, the display becomes incorrect because it triggers the
update counter script, but checkboxes that are selected without the
'checked' attribute are not counted
11 months ago
..
admin Remove jQuery AJAX from the notice selection deletion button (#29381) 11 months ago
comp Remove jQuery AJAX from the markdown editor preview (#29384) 12 months ago
captcha.js Add new captcha: cloudflare turnstile (#22369) 2 years ago
citation.js Don't show unnecessary citation JS error on UI (#28433) 1 year ago
clipboard.js Refactor `copy` button event handler (#29379) 12 months ago
code-frequency.js Implement code frequency graph (#29191) 12 months ago
codeeditor.js Preserve BOM in web editor (#28935) 1 year ago
colorpicker.js JS refactors (#22227) 2 years ago
common-global.js Add attachment support for code review comments (#29220) 12 months ago
common-issue-list.js Make submit event code work with both jQuery event and native event (#29223) 12 months ago
common-issue-list.test.js Use vitest globals (#27102) 1 year ago
common-organization.js Fix `initCompLabelEdit` not being called (#29198) 12 months ago
contextpopup.js Remove jQuery from issue reference context popup attach (#29216) 12 months ago
contributors.js Implement contributors graph (#27882) 12 months ago
copycontent.js Use fetch helpers instead of fetch (#27026) 1 year ago
dropzone.js JS refactors (#22227) 2 years ago
emoji.js Update JS and PY dependencies (#27501) 1 year ago
eventsource.sharedworker.js Fix the JS error "EventSource is not defined" caused by some non-standard browsers (#20584) 3 years ago
file-fold.js Update JS dependencies (#27922) 1 year ago
heatmap.js Remove fomantic loader module (#26670) 1 year ago
imagediff.js Replace ajax with fetch, improve image diff (#27267) 1 year ago
install.js Remove jQuery from the installation page (#29284) 12 months ago
notification.js Fix notification list bugs (#25781) 2 years ago
org-team.js Update JS dependencies (#27922) 1 year ago
pull-view-file.js Fix counter display number incorrectly displayed on the page (#29448) 11 months ago
recent-commits.js Implement recent commits graph (#29210) 12 months ago
repo-branch.js Display warning when user try to rename default branch (#24512) 2 years ago
repo-code.js Remove jQuery from the code diff expansion buttons (#29385) 12 months ago
repo-code.test.js Use vitest globals (#27102) 1 year ago
repo-commit.js Remove jQuery from the repo commit functions (#29230) 12 months ago
repo-common.js Remove jQuery AJAX from the archive download links (#29380) 11 months ago
repo-diff-commit.js Use fetch helpers instead of fetch (#27026) 1 year ago
repo-diff-commitselect.js Add commits dropdown in PR files view and allow commit by commit review (#25528) 2 years ago
repo-diff-filetree.js JS refactors (#22227) 2 years ago
repo-diff.js Remove jQuery from repo wiki creation page (#29271) 12 months ago
repo-editor.js Update JS dependencies (#27922) 1 year ago
repo-findfile.js Remove jQuery from the "find file" page (#29456) 11 months ago
repo-findfile.test.js Use vitest globals (#27102) 1 year ago
repo-graph.js Remove jQuery AJAX from the repo commit graph (#29373) 12 months ago
repo-home.js Fix edit topic UI (#27925) 1 year ago
repo-issue-content.js Improve issue history dialog and make poster can delete their own history (#27323) 1 year ago
repo-issue-list.js Add `eslint-plugin-github` and fix issues (#29201) 12 months ago
repo-issue-pr-form.js JS refactors (#22227) 2 years ago
repo-issue-pr-status.js Fix the overflow style for "Hide all checks" (#27932) 1 year ago
repo-issue.js Add attachment support for code review comments (#29220) 12 months ago
repo-legacy.js Remove jQuery .map() and enable eslint rules for it (#29272) 12 months ago
repo-migrate.js Remove jQuery from repo migrate page (#29219) 12 months ago
repo-migration.js Remove jQuery from the repo migration form (#29229) 12 months ago
repo-projects.js Fix duplicate project board when hitting `enter` key (#27746) 1 year ago
repo-release.js Remove jQuery from the repo release form (#29225) 12 months ago
repo-settings.js Remove jQuery AJAX from repo collaborator mode dropdown (#29371) 12 months ago
repo-template.js Add status indicator on main home screen for each repo (#24638) 2 years ago
repo-unicode-escape.js Remove jQuery from the Unicode escape button (#29369) 12 months ago
repo-wiki.js Remove jQuery from repo wiki creation page (#29271) 12 months ago
sshkey-helper.js Remove jQuery from SSH key form parser (#29193) 12 months ago
stopwatch.js Remove jQuery from the stopwatch (#29351) 12 months ago
tablesort.js JS refactors (#22227) 2 years ago
tribute.js Avoiding accessing undefined mentionValues (#26461) 2 years ago
user-auth-webauthn.js Use fetch helpers instead of fetch (#27026) 1 year ago
user-auth.js Revert "Support SAML authentication (#25165)" (#29358) 12 months ago
user-settings.js Remove jQuery from username change prompt and fix its detection (#29197) 12 months ago