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 9f8d59858a
Refactor system setting (#27000)
This PR reduces the complexity of the system setting system.

It only needs one line to introduce a new option, and the option can be
used anywhere out-of-box.

It is still high-performant (and more performant) because the config
values are cached in the config system.
1 year ago
..
components Fix review UI (#27322) 1 year ago
features Refactor system setting (#27000) 1 year ago
markup Fix task list checkbox toggle to work with YAML front matter (#25184) 2 years ago
modules Use vitest globals (#27102) 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 Use vitest globals (#27102) 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 Add "dir=auto" for input/textarea elements by default (#26735) 1 year ago
jquery.js Upgrade jQuery to 3.5.0, remove jQuery-Migrate, fix deprecations (#11055) 5 years ago
svg.js Add commits dropdown in PR files view and allow commit by commit review (#25528) 2 years ago
svg.test.js Use vitest globals (#27102) 1 year ago
utils.js Remove joinPaths function (#26833) 1 year ago
utils.test.js Use vitest globals (#27102) 1 year ago