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
Nanguan Lin 51d1dc22ff
Fix duplicate project board when hitting `enter` key (#27746)
When hitting the `enter` key to create a new project column, the request
is sent twice because the `submit` event and `key up` event are both
triggered.
Probably a better solution is to rewrite these parts of the code to
avoid using native jQuery but reuse the `form-fetch-action` class. But
it's beyond my ability.
1 year ago
..
components Improve diff tree spacing (#27714) 1 year ago
features Fix duplicate project board when hitting `enter` key (#27746) 1 year ago
markup Fix mermaid flowchart margin issue (#27503) 1 year ago
modules Enable followCursor for language stats bar (#27713) 1 year ago
render Use vitest globals (#27102) 2 years ago
standalone Add toasts to UI (#25449) 2 years ago
test Replace 'userxx' with 'orgxx' in all test files when the user type is org (#27052) 2 years ago
utils Replace ajax with fetch, improve image diff (#27267) 1 year ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 2 years ago
webcomponents Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575) 2 years ago
bootstrap.js Remove joinPaths function (#26833) 2 years ago
index.js Hide archived labels by default from the suggestions when assigning labels for an issue (#27451) 1 year ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
svg.js Replace ajax with fetch, improve image diff (#27267) 1 year ago
svg.test.js Use vitest globals (#27102) 2 years ago
utils.js Replace ajax with fetch, improve image diff (#27267) 1 year ago
utils.test.js Use vitest globals (#27102) 2 years ago