status-desktop/ui/app/AppLayouts/Wallet
Pascal Precht 5ec3ad88d5 fix(SetCurrencyModal): fix callstack size exceeded error
There's a bug in the `SetCurrencyModal` where it runs into a callstack size
exceeded error because we're calling it's `open()` API to open itself.
That function happens to call itself again and again.

The reason that API was introduced in the first place, was to ensure that
the configured default currency is reflected currectly.

This commit fixes that issue by getting rid off the `open()` and `close()`
APIs which cause the mentioned error, and rely on `openPopup`'s parameters
configuration instead.
2021-02-08 17:37:28 -05:00
..
components refactor: replace StyledButton with StatusButton 2021-02-02 10:57:42 +01:00
data implement text-id based translations for currencies 2020-09-10 13:39:53 -04:00
AccountSettingsModal.qml refactor: replace StyledButton with StatusButton 2021-02-02 10:57:42 +01:00
AddCustomTokenModal.qml refactor: replace StyledButton with StatusButton 2021-02-02 10:57:42 +01:00
AssetsTab.qml Various ui fixes on wallet 2020-12-01 13:29:12 -05:00
CollectiblesTab.qml feat: add stickers to collectibles 2020-08-28 11:05:19 -04:00
HistoryTab.qml Various ui fixes on wallet 2020-12-01 13:29:12 -05:00
LeftTab.qml Do initial balance fetch async 2021-02-01 12:02:55 -05:00
ReceiveModal.qml feat(tx-comps): Send transaction modal 2020-09-03 15:32:55 -04:00
SeedPhraseBackupWarning.qml refactor: ProfileView 2020-12-08 17:01:22 -05:00
SendModal.qml fix: fix PopupModal to not show a footer at all if there is no children 2021-01-13 14:32:35 -05:00
SetCurrencyModal.qml fix(SetCurrencyModal): fix callstack size exceeded error 2021-02-08 17:37:28 -05:00
SignPhraseModal.qml fix: fix PopupModal to not show a footer at all if there is no children 2021-01-13 14:32:35 -05:00
TokenSettingsModal.qml uiux(Wallet): improve asset manager usability and UI 2021-01-14 15:43:29 -05:00
WalletHeader.qml fix(SetCurrencyModal): fix callstack size exceeded error 2021-02-08 17:37:28 -05:00
WalletLayout.qml feat: Add warning in wallet to backup seed phrase 2020-12-01 14:37:43 -05:00
qmldir feat: add files for the wallet tabs 2020-05-28 13:59:56 -04:00