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
silverwind 94512ee062
Fix Citation modal responsiveness and clipboard copy (#29799)
The modal was broken in two ways:

- On small screens, the input box was partially hanging outside the
modal. Fixed with flexbox and increased modal width.
- The clipboard copy was not working because the modal had both
`data-clipboard-text` and `data-clipboard-target`, while we only support
one of those. Made a small tweak in clipboard as well so that it will
still fall back to target if text is empty.
11 months ago
..
admin Remove jQuery AJAX from the notice selection deletion button (#29381) 11 months ago
comp Fix WebHookEditor regression from jQuery removal (#29692) 11 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 Fix Citation modal responsiveness and clipboard copy (#29799) 11 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 Don't show AbortErrors on logout (#29639) 11 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 incorrect subpath in links (#29535) 11 months 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) 11 months ago
repo-code.test.js Use vitest globals (#27102) 1 year ago
repo-commit.js Fix elipsis button not working if the last commit loading is deferred (#29544) 11 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 AJAX from the diff functions (#29743) 11 months ago
repo-editor.js Remove jQuery AJAX from the repo editor (#29636) 11 months 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) 11 months ago
repo-home.js Remove jQuery AJAX from the repo tag edit form (#29526) 11 months ago
repo-issue-content.js Remove jQuery AJAX from the comment edit history (#29703) 11 months 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 Remove jQuery AJAX from the `repo-issue.js` file (#29776) 11 months ago
repo-legacy.js Remove jQuery AJAX from the issue branch reference selection (#29722) 11 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 Fix a bug returning 404 when display a single tag with no release (#29466) 11 months ago
repo-search.js Filter Repositories by type (#29231) 11 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 Fix incorrect subpath in links (#29535) 11 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 Replace more `gt-` with `tw-`, update frontend docs (#29595) 11 months ago
user-settings.js Remove jQuery from username change prompt and fix its detection (#29197) 12 months ago