status-desktop/ui/app/AppLayouts/Chat
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
..
ChatColumn refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
ContactsColumn fix: ensure html is escaped in the notification window 2020-11-19 16:53:33 -05:00
components fix: component layout 2020-11-18 12:06:13 +01:00
data change status-spanish to status-espanol, it's more guay 2020-09-23 17:19:17 -04:00
ChatColumn.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
ChatLayout.qml refactor: simplify ProfilePopup usage 2020-10-02 12:48:58 -04:00
ContactsColumn.qml cleanup qml 2020-09-23 15:52:27 -04:00
qmldir feat(chat): implement mention auto complete 2020-07-17 12:31:20 -04:00