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/modules/fomantic
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
..
api.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
aria.md Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
base.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
checkbox.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
dropdown.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
modal.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago
transition.js Move some JS code from `fomantic.js` to standalone files (#27994) 1 year ago