1
1
mirror of https://github.com/go-gitea/gitea synced 2025-03-10 12:44:28 +00:00
wxiaoguang 698ae7aa5b
Fix dynamic content loading init problem (#33748)
1. Rewrite `dirauto.ts` to `observer.ts`. 
* We have been using MutationObserver for long time, it's proven that it
is quite performant.
    * Now we extend its ability to handle more "init" works.
2. Use `observeAddedElement` to init all non-custom "dropdown".
3. Use `data-global-click` to handle click events from dynamically
loaded elements.
* By this new approach, the old fragile selector-based
(`.comment-reaction-button`) mechanism is removed.
4. By the way, remove unused `.diff-box` selector, it was abused and
never really used.

A lot of FIXMEs in "repo-diff.ts" are completely fixed, newly loaded
contents could work as expected.
2025-03-01 02:02:10 +00:00
..
2025-01-17 08:55:02 +00:00
2025-01-20 15:17:47 +08:00
2025-01-08 23:57:18 +08:00
2025-01-12 03:39:46 +00:00
2025-01-15 11:15:47 +08:00
2025-01-08 23:57:18 +08:00
2025-01-06 12:07:52 +08:00
2025-01-15 11:15:47 +08:00
2024-03-14 23:24:59 +00:00
2024-06-11 21:07:10 +08:00
2023-04-29 15:43:01 -04:00