status-desktop/ui/imports/shared/status
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
..
StatusGifPopup
StatusChatImage.qml
StatusChatImageExtensionValidator.qml
StatusChatImageLoader.qml
StatusChatImageQtyValidator.qml
StatusChatImageSizeValidator.qml
StatusChatImageValidator.qml
StatusChatInput.qml feat: Generate link previews in StatusChatInput - Adding hyperlink formatting to StatusChatInput 2023-10-12 14:08:28 +03:00
StatusChatInputImageArea.qml feat: Generate link previews in StatusChatInput - introduce ChatInputLinksPreviewArea 2023-10-12 14:08:28 +03:00
StatusChatInputReplyArea.qml
StatusChatInputTextFormationAction.qml
StatusEmojiPopup.qml
StatusEmojiSection.qml
StatusEmojiSuggestionPopup.qml
StatusExpandableAddress.qml
StatusGifPopup.qml
StatusImageModal.qml fix(URLUnfurling): Updated image context menu 2023-09-12 00:04:08 +03:00
StatusImageRadioButton.qml
StatusInputListPopup.qml
StatusNotification.qml
StatusSearchListPopup.qml
StatusSectionDescItem.qml
StatusSectionHeadline.qml
StatusSettingsLineButton.qml
StatusSticker.qml
StatusStickerButton.qml
StatusStickerList.qml
StatusStickerMarket.qml chore(@desktop/wallet): SendModal: complete storybook flow 2023-10-02 12:27:15 +02:00
StatusStickerPackClickPopup.qml chore(@desktop/wallet): SendModal: complete storybook flow 2023-10-02 12:27:15 +02:00
StatusStickerPackDetails.qml
StatusStickerPackIconWithIndicator.qml
StatusStickersPopup.qml
StatusTextFormatMenu.qml
TextEditHyperlinksFormatter.qml feat: Generate link previews in StatusChatInput - Adding hyperlink formatting to StatusChatInput 2023-10-12 14:08:28 +03:00
qmldir