gitea/web_src
wxiaoguang 27bf63ad20
Refactor global init code and add more comments (#33755)
Follow up #33748

Now there are 3 "global" functions:

* registerGlobalSelectorFunc: for all elements matching the selector, eg: `.ui.dropdown`
* registerGlobalInitFunc: for `data-global-init="initInputAutoFocusEnd"`
* registerGlobalEventFunc: for `data-global-click="onCommentReactionButtonClick"`


And introduce `initGlobalInput` to replace old `initAutoFocusEnd` and
`attachDirAuto`, use `data-global-init` to replace fragile
`.js-autofocus-end` selector.

Another benefit is that by the new approach, no matter how many times
`registerGlobalInitFunc` is called, we only need to do one
"querySelectorAll" in the last step, it could slightly improve the
performance.
2025-03-03 10:57:28 +08:00
..
css Fix dynamic content loading init problem (#33748) 2025-03-01 02:02:10 +00:00
fomantic Regenerate fomantic package-lock.json (#32650) 2024-11-27 04:04:12 +00:00
js Refactor global init code and add more comments (#33755) 2025-03-03 10:57:28 +08:00
svg Update feishu icon (#33470) 2025-02-01 14:08:32 +00:00