status-desktop/ui/app/AppLayouts/Chat/ChatColumn/MessageComponents
emizzle e0e1487643 refactor: replace transaction modal `reset` functionality
The transaction component's `reset` functionality was meant ot reset a form when the modal was closed. It was difficult to manage and added extra overhead for each additional transaction modal created.

Instead of using reset functions, we can use Loaders to load and destroy the modal's as they are opened and closed. We do not need to keep them in memory and then also reset their functions. It creates a smaller memory footprint to destroy the object and reload on open.

feat: load gas prediction prices asynchronously
2020-11-26 11:17:24 -05:00
..
TransactionComponents refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
AudioPlayer.qml feat: play audio messages 2020-07-30 13:49:50 -04:00
ChannelIdentifier.qml fix: channel description and reaction colors in dark mode 2020-09-22 11:30:30 -04:00
ChatImage.qml fix: fix chat height being too high in compact mode 2020-10-02 12:48:02 -04:00
ChatReply.qml fix: fix chat height being too high in compact mode 2020-10-02 12:48:02 -04:00
ChatText.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
ChatTime.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
CompactMessage.qml feat: enable animated gifs but stop them on click and out of focus 2020-11-19 16:55:41 -05:00
DateGroup.qml fix: date 2020-07-23 16:00:14 -04:00
EmojiReactions.qml fix: fix reaction direction in compact mode for current user 2020-09-22 11:31:19 -04:00
ImageLoader.qml feat: enable animated gifs but stop them on click and out of focus 2020-11-19 16:55:41 -05:00
ImageMessage.qml feat: enable animated gifs but stop them on click and out of focus 2020-11-19 16:55:41 -05:00
LinksMessage.qml feat: implement design for the URL unfurling 2020-11-05 11:25:22 -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: make the message box scale according to the parent's width 2020-11-19 16:57:58 -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
Sticker.qml fix: add timeout to scroll bottom at all times to make sure we do scroll 2020-10-20 13:52:13 -04:00
TransactionBubble.qml fix: from/to account not showing correctly 2020-10-28 11:07:22 +01:00
UserImage.qml fix: fix chat height being too high in compact mode 2020-10-02 12:48:02 -04:00
UsernameLabel.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00