status-desktop/ui/app/AppLayouts/Wallet
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
..
components refactor: get rid off `AddButton` and make use of `StatusRoundButton` instead 2020-11-19 16:52:32 -05:00
data implement text-id based translations for currencies 2020-09-10 13:39:53 -04:00
AccountSettingsModal.qml feat: Send transaction component -- Account selector 2020-08-05 16:38:49 +10:00
AddCustomTokenModal.qml fix: token verification condition 2020-11-06 16:21:57 -05:00
AssetsTab.qml feat: add assets and history in wallet popup 2020-10-20 14:42:36 -04:00
CollectiblesTab.qml feat: add stickers to collectibles 2020-08-28 11:05:19 -04:00
HistoryTab.qml fix: fix a couple of QML warnings 2020-10-27 10:23:40 -04:00
LeftTab.qml uiux(Wallet): improve readability of high value balances 2020-09-17 15:16:16 -04:00
ReceiveModal.qml feat(tx-comps): Send transaction modal 2020-09-03 15:32:55 -04:00
SendModal.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
SetCurrencyModal.qml chore: run qstrConverter script 2020-08-27 17:09:37 -04:00
TokenSettingsModal.qml fix: code review 2020-11-05 10:55:39 -05:00
WalletHeader.qml feat: open sendModal when click the send button in wallet popup 2020-10-20 14:42:36 -04:00
WalletLayout.qml refactor: use profileSettingsFile QtProperty instead of profile directly 2020-09-16 16:58:55 -04:00
qmldir feat: add files for the wallet tabs 2020-05-28 13:59:56 -04:00