0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-28 07:54:27 +01:00
gitea/web_src/js/features/comp
silverwind f47744c3f1
Update JS dependencies, remove space after emoji completion (#25266)
- Update all JS dependencies
- Enable stylint
[`media-feature-name-value-no-unknown`](https://stylelint.io/user-guide/rules/media-feature-name-value-no-unknown)
- Make use of new features in webpack and text-expander-element
- Tested Swagger and Mermaid

To explain the `text-expander-element` change: Before this version, the
element added a unavoidable space after emoji completion. Now that
https://github.com/github/text-expander-element/pull/36 is in, we gain
control over this space and I opted to remove it for emoji completion
and retain it for `@` mentions.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
2023-06-18 08:38:47 +00:00
..
ColorPicker.js
ComboMarkdownEditor.js
EasyMDEToolbarActions.js
ImagePaste.js
LabelEdit.js
QuickSubmit.js Change form actions to fetch for submit review box (#25219) 2023-06-14 16:01:37 +08:00
ReactionSelector.js
SearchUserBox.js
TextExpander.js Update JS dependencies, remove space after emoji completion (#25266) 2023-06-18 08:38:47 +00:00
WebHookEditor.js