0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-19 15:04:40 +01:00
gitea/web_src/js/features/comp
wxiaoguang 838653d1df
Fix file editor & preview (#32706)
Fix a regression caused by jQuery removal (`renderPreviewPanelContent`)

And simplify the file editor, it doesn't need to be that complex. And
remove jQuery code.
2024-12-04 09:26:54 +00:00
..
ComboMarkdownEditor.ts Refactor markdown editor and use it for milestone description editor (#32688) 2024-12-04 02:11:34 +00:00
ConfirmModal.ts Fix file editor & preview (#32706) 2024-12-04 09:26:54 +00:00
Cropper.ts Allow cropping an avatar before setting it (#32565) 2024-11-28 02:15:59 +00:00
EasyMDEToolbarActions.ts
EditorMarkdown.test.ts Add some handy markdown editor features (#32400) 2024-11-04 10:14:36 +00:00
EditorMarkdown.ts Add some handy markdown editor features (#32400) 2024-11-04 10:14:36 +00:00
EditorUpload.test.ts
EditorUpload.ts Add some handy markdown editor features (#32400) 2024-11-04 10:14:36 +00:00
LabelEdit.ts
QuickSubmit.ts Correctly query the primary button in a form (#32438) 2024-11-07 04:21:53 +08:00
ReactionSelector.ts Fix JS error when reply comment on Conversation page (#32685) 2024-12-02 00:13:58 +08:00
SearchUserBox.ts Remove jQuery import from some files (#32512) 2024-11-15 02:48:41 +08:00
TextExpander.ts
WebHookEditor.ts