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-02-06 21:07:44 +08:00
2025-03-01 02:02:10 +00:00
2024-11-21 13:57:42 +00:00
2025-02-20 22:53:38 +08:00
2025-01-22 15:11:51 +08:00
2024-12-22 02:59:25 +08:00
2024-07-07 15:32:30 +00:00
2024-12-14 03:10:20 +00:00
2024-12-22 02:59:25 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2024-07-07 15:32:30 +00:00
2024-12-16 05:02:32 +08:00
2025-02-06 21:07:44 +08:00
2025-03-01 02:02:10 +00:00
2025-01-22 15:11:51 +08:00
2024-12-12 19:02:54 +00:00
2025-01-22 15:11:51 +08:00
2025-01-16 04:26:17 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2024-12-22 02:59:25 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2025-01-17 08:55:02 +00:00
2025-01-06 17:38:42 +08:00
2024-12-22 02:59:25 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2024-07-07 15:32:30 +00:00
2025-01-16 04:26:17 +08:00
2024-12-11 09:29:04 +01:00
2025-01-04 10:56:07 +08:00
2025-01-16 04:26:17 +08:00
2025-02-21 17:46:05 +00:00
2025-02-27 18:18:02 +00:00
2024-12-11 09:29:04 +01:00
2024-07-07 15:32:30 +00:00
2025-02-28 00:58:25 +00:00
2025-03-01 02:02:10 +00:00
2025-01-22 15:11:51 +08:00
2024-07-07 15:32:30 +00:00
2025-01-22 15:11:51 +08:00
2025-03-01 02:02:10 +00:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2025-01-25 09:37:25 +08:00
2025-01-22 15:11:51 +08:00
2024-07-07 15:32:30 +00:00
2024-12-11 09:29:04 +01:00
2025-01-22 15:11:51 +08:00
2025-01-30 22:54:50 +00:00
2025-01-06 17:38:42 +08:00
2025-01-31 20:47:31 +08:00
2025-02-28 16:37:16 +08:00
2025-01-22 15:11:51 +08:00
2024-12-11 09:29:04 +01:00
2024-11-05 07:46:40 +00:00
2025-01-22 15:11:51 +08:00
2024-12-19 08:37:12 +00:00
2024-12-22 02:59:25 +08:00
2024-12-22 02:59:25 +08:00
2024-12-19 08:37:12 +00:00
2024-11-28 02:15:59 +00:00
2025-02-06 21:07:44 +08:00
2024-12-12 18:37:44 +00:00
2025-01-22 15:11:51 +08:00
2025-01-16 04:26:17 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2025-01-22 15:11:51 +08:00
2024-10-17 10:28:51 +08:00
2025-02-06 21:07:44 +08:00