status-desktop/ui/app/AppLayouts/Browser
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
..
BrowserConnectionModal.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
BrowserDialog.qml feat: add tabs at the top of the url bar 2020-10-20 14:42:36 -04:00
BrowserHeader.qml feat: show browser settings in the profile section 2020-10-21 12:06:50 -04:00
BrowserLayout.qml fix: transaction dialog not showing up due to missing slot 2020-11-26 10:50:47 -04:00
BrowserSettingsMenu.qml fix: stop any loading webpage before changing the user agent 2020-10-21 13:04:36 -04:00
BrowserTabStyle.qml feat: implement start page tab behaviour 2020-10-22 12:19:18 -04:00
BrowserWalletMenu.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
DownloadBar.qml feat: style download full view 2020-10-27 15:27:58 -04:00
DownloadElement.qml touchup 2020-10-27 15:27:58 -04:00
DownloadView.qml feat: style download full view 2020-10-27 15:27:58 -04:00
FaviconImage.qml feat: add browser permission modal 2020-10-20 14:42:36 -04:00
FindBar.qml feat: add styled browser settings menu 2020-10-21 12:06:50 -04:00
SignMessageModal.qml refactor: replace transaction modal `reset` functionality 2020-11-26 11:17:24 -05:00
provider.js fix: networkId should be a string 2020-10-20 14:42:36 -04:00