gitea/web_src/js/modules/fomantic
Giteabot 58d71cdd6f
Move some JS code from `fomantic.js` to standalone files (#27994) (#28001)
Backport #27994 by @wxiaoguang

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.

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2023-11-12 11:29:56 +01:00
..
api.js Move some JS code from `fomantic.js` to standalone files (#27994) (#28001) 2023-11-12 11:29:56 +01:00
aria.md Move some JS code from `fomantic.js` to standalone files (#27994) (#28001) 2023-11-12 11:29:56 +01:00
base.js Move some JS code from `fomantic.js` to standalone files (#27994) (#28001) 2023-11-12 11:29:56 +01:00
checkbox.js Move some JS code from `fomantic.js` to standalone files (#27994) (#28001) 2023-11-12 11:29:56 +01:00
dropdown.js Move some JS code from `fomantic.js` to standalone files (#27994) (#28001) 2023-11-12 11:29:56 +01:00
modal.js Move some JS code from `fomantic.js` to standalone files (#27994) (#28001) 2023-11-12 11:29:56 +01:00
transition.js Move some JS code from `fomantic.js` to standalone files (#27994) (#28001) 2023-11-12 11:29:56 +01:00