status-desktop/ui/app/AppLayouts/Chat/ChatColumn
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
..
ChatComponents refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
MessageComponents refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
samples feat: Un/install free sticker packs in sticker market 2020-07-15 15:53:48 -04:00
ChatMessages.qml feat(Notifications): allow users to turn of notifications for non-contacts 2020-11-24 11:16:02 +01:00
EmptyChat.qml fix: fix emptyChat text not being translated or translatable 2020-10-27 10:23:26 -04:00
Message.qml feat: allow users to change font size for chat messages 2020-11-25 14:41:29 +01:00
SuggestionBox.qml fix: make sure the mention and emoji pickers close when pressing escape 2020-11-19 13:54:17 -05:00
SuggestionFilter.qml fix: display emojis on input textarea 2020-08-04 10:14:57 -04:00
TopBar.qml feat: add styled browser settings menu 2020-10-21 12:06:50 -04:00
qmldir feat: refactor Message and add Compact message type 2020-07-16 10:29:29 -04:00