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
wxiaoguang f860fe31d9
Move some JS code from `fomantic.js` to standalone files (#27994)
To improve maintainability, this PR: 

1. Rename `web_src/js/modules/aria` to `web_src/js/modules/fomantic`
(the code there are all for aria of fomantic)
2. Move api/transition related code to
`web_src/js/modules/fomantic/api.js` and
`web_src/js/modules/fomantic/transition.js`

No logic is changed.
1 year ago
..
components Update JS dependencies (#27922) 1 year ago
features Show error toast when file size exceeds the limits (#27985) 1 year ago
markup Change katex limits (#27823) 1 year ago
modules Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
render Use vitest globals (#27102) 1 year 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) 1 year ago
utils Replace ajax with fetch, improve image diff (#27267) 1 year ago
vendor Vendor `jquery.are-you-sure` with strict mode fixes (#26901) 1 year ago
webcomponents Add minimum polyfill to support "relative-time-element" in PaleMoon (#26575) 1 year ago
bootstrap.js Remove joinPaths function (#26833) 1 year 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) 1 year ago
utils.js Replace ajax with fetch, improve image diff (#27267) 1 year ago
utils.test.js Use vitest globals (#27102) 1 year ago