gitea/web_src/js/features/comp
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
..
ComboMarkdownEditor.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
ConfirmModal.ts Fix file editor & preview (#32706) 2024-12-04 09:26:54 +00:00
Cropper.ts Add cropping support when modifying the user/org/repo avatar (#33498) 2025-02-06 21:07:44 +08:00
EasyMDEToolbarActions.ts Fix remaining typescript issues, enable `tsc` (#32840) 2024-12-16 05:02:32 +08:00
EditorMarkdown.test.ts Fix editor markdown not incrementing in a numbered list (#33187) 2025-01-10 07:28:38 +00:00
EditorMarkdown.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
EditorUpload.test.ts Convert frontend code to typescript (#31559) 2024-07-07 15:32:30 +00:00
EditorUpload.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
LabelEdit.ts Refactor LabelEdit (#32752) 2024-12-08 02:35:28 +00:00
QuickSubmit.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
ReactionSelector.ts Fix dynamic content loading init problem (#33748) 2025-03-01 02:02:10 +00:00
SearchUserBox.ts Enable Typescript `noImplicitAny` (#33322) 2025-01-22 15:11:51 +08:00
TextExpander.ts Update `@github/text-expander-element`, adapt type imports (#33449) 2025-01-31 02:50:18 +00:00
WebHookEditor.ts Enable Typescript `noImplicitThis` (#33250) 2025-01-16 04:26:17 +08:00