status-desktop/ui/onboarding
Pascal Precht 840a6189eb fix: don't show backup message when mnemonic was imported
As reported in #1584 the message that asks users to backup their seed phrase
is shown even when the seed phrase was imported in the first place, implying that
the mnemonic is already backed (it has to come from somewhere, right?).

This commit introduces a new `appSettings` property that is temporarily set to
determine whether or not the backup message should be shown.

It's set only temporarily because we actualy determine whether we want to show the
backup message, by checking if the account's mnemonic is still stored in the settings.
When a backup is done, Status removes the mnemonic from the profile settings.

So in order to get the right behaviour we need to make sure to remove the mnemonic
from the profile settings after the account has logged-in and originated from
an imported seed phrase. This is done by setting the mentioned property.

Closes #1584
2021-01-15 13:51:20 -05:00
..
Login fix: fix generate keys identicons being all the same 2020-12-21 14:19:34 -05:00
img fix other blurry images on hdpi screens 2020-06-25 16:13:17 -04:00
CreatePasswordModal.qml fix: fix PopupModal to not show a footer at all if there is no children 2021-01-13 14:32:35 -05:00
EnterSeedPhraseModal.qml uiux(Onboarding): some UI improvements to align app with designs 2021-01-11 13:59:08 -05:00
ExistingKey.qml fix: don't show backup message when mnemonic was imported 2021-01-15 13:51:20 -05:00
GenKey.qml fix: fix onboarding to go back to the right screen on close 2020-07-02 11:45:31 -04:00
GenKeyModal.qml fix: Update StatusRoundButton colours 2020-10-02 12:31:55 -04:00
Intro.qml update intro and keys screen to use dark theme setttings correctly 2020-12-11 12:22:23 -05:00
InvalidSeedPhraseModal.qml chore: run transform script to change qstr to qstrid 2020-07-08 12:37:41 -04:00
KeysMain.qml uiux(Onboarding): some UI improvements to align app with designs 2021-01-11 13:59:08 -05:00
Login.qml feat: add profile pic support 2020-12-17 16:44:25 -05:00
MnemonicRecoverySuccessModal.qml fix: fix PopupModal to not show a footer at all if there is no children 2021-01-13 14:32:35 -05:00
Slide.qml feat: change Theme to Style to enable changing Theme 2020-07-03 09:59:14 -04:00
qmldir fix: Update StatusRoundButton colours 2020-10-02 12:31:55 -04:00