status-desktop/ui/app/AppLayouts/Chat/ChatColumn/ChatComponents
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
..
ChatCommandButton.qml feat: add chat command bubbles for received txs 2020-09-09 15:03:45 -04:00
ChatCommandModal.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
ChatInputButton.qml fix: fix layout of input buttons when some are hidden 2020-08-19 15:25:13 -04:00
SignTransactionModal.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00