status-desktop/ui/imports/shared/views/chat
Alex Jbanca f9f860a215 fix(LinksMessageView): Refactor LinksMessageView to remove business logic from qml
LinksMessageView component will receive the urls from nim as string and it will only forward the string to getLinkPreviewData slot implemented in nim together with some settings (supported img extensions and unfurling preferences)
On nim side the urls will be parsed and validated using the settings received from qml.
Images are now validated before sending them to the UI using the HEAD request.
2023-02-14 08:55:24 +02:00
..
AcceptTransactionView.qml chore(translations): transform `qsTrId` to `qsTr` 2022-07-06 19:09:50 +02:00
ChannelIdentifierView.qml fix(@desktop/chat): adjust chat name placement 2022-09-26 12:54:41 +03:00
InvitationBubbleView.qml fix(InvitationBubbleView): Community invite box cta bleeds out of box 2022-12-01 16:47:40 +01:00
LinksMessageView.qml fix(LinksMessageView): Refactor LinksMessageView to remove business logic from qml 2023-02-14 08:55:24 +02:00
MessageContextMenuView.qml chore: consolidate & refactor popup handling 2023-02-09 15:01:57 +01:00
MessageView.qml fix(LinksMessageView): Refactor LinksMessageView to remove business logic from qml 2023-02-14 08:55:24 +02:00
NewMessagesMarker.qml chore: Consolidate date/time formatting 2023-01-17 16:42:34 +01:00
SimplifiedMessageView.qml perf(chatScroll): Optimise timestamps 2023-01-19 19:24:18 +02:00
TransactionBubbleView.qml chore: Consolidate date/time formatting 2023-01-17 16:42:34 +01:00
qmldir feat(Profile): Add SimplifiedMessageView for AC and verifiaction popups 2023-01-17 12:21:25 +04:00