status-desktop/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents
Pascal Precht 90dfa94805 refactor: move getProfileImage API to appMain
Prior to this commit, the function was expected on a `chatView` QML object.
This has worked out so far because the places where the API is used were always
living inside `ChatLayout`.

With the new timeline however, this is no longer the case so we have to make sure
that the API is available to other views as well.
2020-12-21 14:15:08 -05:00
..
TransactionComponents refactor: chats view 2020-12-08 17:01:14 -05:00
AudioPlayer.qml feat: play audio messages 2020-07-30 13:49:50 -04:00
ChannelIdentifier.qml feat: add profile pic support 2020-12-17 16:44:25 -05:00
ChatImage.qml fix: fix chat height being too high in compact mode 2020-10-02 12:48:02 -04:00
ChatReply.qml feat: whitelist gifs (no url extension needed) 2020-12-21 14:14:32 -05:00
ChatText.qml refactor: move getProfileImage API to appMain 2020-12-21 14:15:08 -05:00
ChatTime.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
CompactMessage.qml feat: whitelist gifs (no url extension needed) 2020-12-21 14:14:32 -05:00
DateGroup.qml fix: date 2020-07-23 16:00:14 -04:00
EmojiReactions.qml refactor: chats view 2020-12-08 17:01:14 -05:00
ImageLoader.qml feat: whitelist gifs (no url extension needed) 2020-12-21 14:14:32 -05:00
LinksMessage.qml feat: whitelist gifs (no url extension needed) 2020-12-21 14:14:32 -05:00
MessageBorder.qml feat: whitelist gifs (no url extension needed) 2020-12-21 14:14:32 -05:00
MessageMouseArea.qml feat: enable animated gifs but stop them on click and out of focus 2020-11-19 16:55:41 -05:00
NormalMessage.qml feat: whitelist gifs (no url extension needed) 2020-12-21 14:14:32 -05:00
RectangleCorner.qml feat: make RectangleCorner a component and show images in compact 2020-07-16 11:49:13 -04:00
Retry.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
SentMessage.qml fix: ensure `sending` message state isn't shown when message is expired 2020-11-17 10:01:13 -05:00
StatusUpdate.qml fix(StatusUpdate): ensure hover effect is working properly 2020-12-21 14:14:48 -05:00
Sticker.qml fix: fix scroll going back down when hitting images 2020-12-18 15:39:16 -05:00
TransactionBubble.qml fix: from/to account not showing correctly 2020-10-28 11:07:22 +01:00
UserImage.qml feat: add profile pic support 2020-12-17 16:44:25 -05:00
UsernameLabel.qml fix: missing username 2020-12-11 13:47:51 -05:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00