status-desktop/ui/imports
Alex Jbanca d32af78bc0 feat: Generate link previews in StatusChatInput - Adding hyperlink formatting to StatusChatInput
Introducing TextEditHyperlinksFormatter.qml. This component is attached to a text edit and will provide the hyperlinks formatting based on the urls detected in the text. The URL detection is implemented in the backend and this component will receive the urls as a model. The formatting is done using regular expressions and the hyperlinks are inserted automatically in the TextEdit component. The purpose of this component is to insert the hyperlinks, remove the hyperlinks and update the hyperlinks style when a specific hyperlink needs to be highlighted.

+ integrate in StatusChatInput
2023-10-12 14:08:28 +03:00
..
Themes fix(StatusChatInput): improve code highlighting in code snippet/blocks 2023-01-10 15:21:45 +01:00
assets feat: Generate link previews in StatusChatInput - introduce LinkPreviewMiniCard 2023-10-12 14:08:28 +03:00
shared feat: Generate link previews in StatusChatInput - Adding hyperlink formatting to StatusChatInput 2023-10-12 14:08:28 +03:00
utils feat: Add URL trust options when the user clicks on a link 2023-10-12 10:57:15 +02:00