1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages
Mark Stacey a6cc2d3d7c
Track whether seed phrase has been backed up (#9830)
The `seedPhraseBackedUp` now tracks whether or not the seed phrase has
been backed up. Previously this defaulted to `true`, which left no way
to distinguish whether it had been backed up or not during onboarding.

The default is now `null`, and the UI logic has been updated to account
for this, so that "existing users" (i.e. users that have a backup that
is years old) aren't mistakenly considered to have not backed up their
seed phrase. This value is already set explicitly to `true` or `false`
during onboarding, in both the create and import flow.

This change was made primarily to make it easier to fix the onboarding
library integration, which will be done in a subsequent PR.
2020-11-10 12:34:20 -03:30
..
add-token Create custom addHexPrefix function (#9306) 2020-11-06 13:18:00 -08:00
asset [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-add-suggested-token [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-add-token [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-approve expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
confirm-decrypt-message [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-deploy-contract [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-encryption-public-key [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-send-ether [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-send-token [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-token-transaction-base [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
confirm-transaction expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
confirm-transaction-base expand transaction constants coverage (#9790) 2020-11-07 01:38:12 -06:00
confirm-transaction-switch add shared transaction constants (#9459) 2020-11-03 16:57:51 -06:00
connected-accounts [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
connected-sites [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
create-account Add custom hd path option (#9367) 2020-11-06 16:17:16 -08:00
error [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
first-time-flow Revert "Remove unnecessary lock page (#9793)" (#9825) 2020-11-09 10:20:24 -03:30
home Track whether seed phrase has been backed up (#9830) 2020-11-10 12:34:20 -03:30
keychains Autofocus input, improve accessibility of restore page (#9748) 2020-11-03 12:40:12 -06:00
lock Revert "Remove unnecessary lock page (#9793)" (#9825) 2020-11-09 10:20:24 -03:30
mobile-sync [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
permissions-connect [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
routes Revert "Remove unnecessary lock page (#9793)" (#9825) 2020-11-09 10:20:24 -03:30
send Make QR code button focusable (#9822) 2020-11-09 09:52:06 -06:00
settings Never disable save button if props chain ID is invalid (#9808) 2020-11-05 14:57:11 -08:00
swaps track sensitiveProperties in a duplicate event. (#9807) 2020-11-10 09:49:01 -06:00
unlock-page Make the login screen's Restore and Import links accessible (#9746) 2020-11-03 13:42:47 -06:00
index.js [RFC] add prettier to eslint (#8595) 2020-11-02 17:41:28 -06:00
pages.scss Add MetaMask Swaps (#9482) 2020-10-06 15:58:38 -02:30