1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-09-30 19:22:08 +00:00
forgejo/web_src/js/features/comp
Gusted fe5f16205f
feat: make text expander aware of custom emojis
The old MDE editor is aware of custom emojis and shows them as
suggestions, but the new text expander is not aware of them and seems to
re-implement some logic.

Simplify it by using what `emoji.js` already provides.

Custom emojis require a bit more work to get shown correctly (HTML and
adding a `gap` to fake a space).
2025-08-10 23:11:41 +02:00
..
ComboMarkdownEditor.js feat: remove fomantic's tab module (#8587) 2025-07-21 22:33:17 +02:00
ConfirmModal.js
EasyMDEToolbarActions.js
LabelEdit.js chore: enable no-jquery/no-trigger 2025-04-01 04:43:06 +02:00
Paste.js fix(ui): Add pasted images to dropzone 2025-06-30 12:42:22 +02:00
QuickSubmit.js
ReactionSelector.js
SearchUserBox.js
TextExpander.js feat: make text expander aware of custom emojis 2025-08-10 23:11:41 +02:00
WebHookEditor.js