You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 weeks ago
..
ComboMarkdownEditor.ts Enable Typescript `noImplicitAny` (#33322) 2 months ago
ConfirmModal.ts Fix file editor & preview (#32706) 4 months ago
Cropper.ts Add cropping support when modifying the user/org/repo avatar (#33498) 2 months ago
EasyMDEToolbarActions.ts Fix remaining typescript issues, enable `tsc` (#32840) 3 months ago
EditorMarkdown.test.ts Fix editor markdown not incrementing in a numbered list (#33187) 2 months ago
EditorMarkdown.ts Enable Typescript `noImplicitAny` (#33322) 2 months ago
EditorUpload.test.ts Convert frontend code to typescript (#31559) 9 months ago
EditorUpload.ts Enable Typescript `noImplicitAny` (#33322) 2 months ago
LabelEdit.ts Refactor LabelEdit (#32752) 4 months ago
QuickSubmit.ts Enable Typescript `noImplicitAny` (#33322) 2 months ago
ReactionSelector.ts Fix dynamic content loading init problem (#33748) 3 weeks ago
SearchUserBox.ts Enable Typescript `noImplicitAny` (#33322) 2 months ago
TextExpander.ts Update `@github/text-expander-element`, adapt type imports (#33449) 2 months ago
WebHookEditor.ts Enable Typescript `noImplicitThis` (#33250) 2 months ago