status-desktop/ui/imports/shared
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
..
controls feat: Generate link previews in StatusChatInput - introduce ChatInputLinksPreviewArea 2023-10-12 14:08:28 +03:00
img refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
panels feat(@desktop/wallet): implement collectibles error states and retry 2023-09-27 17:21:19 -03:00
popups feat: Add URL trust options when the user clicks on a link 2023-10-12 10:57:15 +02:00
status feat: Generate link previews in StatusChatInput - Adding hyperlink formatting to StatusChatInput 2023-10-12 14:08:28 +03:00
stores feat(wallet): Fixed balance history chart to use new balance history data based on transfers 2023-10-06 15:53:30 +02:00
views feat: Add URL trust options when the user clicks on a link 2023-10-12 10:57:15 +02:00
DelegateModelGeneralized.qml refactor(desktop) Made shared a QML module 2021-10-27 18:05:45 -04:00
LoadingAnimation.qml bug(@status-desktop): only run animations when they are visible to avoid cpu issues 2022-06-28 11:23:38 -04:00
MacTrafficLights.qml refactor: removed dynamic scoping from shared module 2022-02-01 11:46:39 +01:00
qmldir chore: drop NumberPolyfill 2023-06-26 17:17:59 +02:00