Skip to content

Commit

Permalink
Merge pull request #2684 from CityOfZion/CU-86dt26t7k
Browse files Browse the repository at this point in the history
CU-86dt26t7k - NEON2 - Login Screen - MIGRATE to NEON3
  • Loading branch information
melanke authored Apr 1, 2024
2 parents 7362db4 + c609667 commit ee6a0b6
Show file tree
Hide file tree
Showing 42 changed files with 1,457 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ exports[`NetworkConfigurationTooltip renders without crashing 1`] = `
"authLedgerSecondStep": "Navigate to the NEO app on your device",
"authLogin": "Login",
"authLoginButton": "Login",
"authMigrateWallets": "Migrate Wallets",
"authPrivate": "PRIVATE",
"authPrivateKeyPlaceholder": "Enter your private key here",
"authSaved": "SAVED",
Expand Down Expand Up @@ -161,6 +162,28 @@ exports[`NetworkConfigurationTooltip renders without crashing 1`] = `
"manageWalletsEditWalletSave": "Save Changes",
"manageWalletsImport": "Import",
"manageWalletsLabel": "Manage Wallets",
"migrateWalletNeon3Button": "Migrate Now!",
"migrateWalletNeon3Description": "Migrating your wallet will give you access to a broader range of supported assets, and a sleeker, improved user experience that will make the management of your assets a breeze!",
"migrateWalletNeon3Title": "Do you want to migrate your NEON 2 wallet to NEON 3?",
"migrateWalletsNeon3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3InputLabel": "Where would you like to save your migration file?",
"migrateWalletsNeon3Step1ButtonLabel": "Next",
"migrateWalletsNeon3Step1Description": "Start by downloading the latest NEON build and create your first wallet:",
"migrateWalletsNeon3Step1DownloadButton": "Download NEON 3",
"migrateWalletsNeon3Step1NextStep": "Once NEON 3 is installed on your device, move to the next step.",
"migrateWalletsNeon3Step1Title": "Get NEON 3",
"migrateWalletsNeon3Step2BrowseButton": "Browse...",
"migrateWalletsNeon3Step2ButtonLabel": "Next",
"migrateWalletsNeon3Step2Description": "Export the NEON 2 migration file to your computer. You’ll use this file to migrate your wallet into NEON 3.",
"migrateWalletsNeon3Step2NextStep": "When you’ve defined a location to save your migration file, move to the next step.",
"migrateWalletsNeon3Step2Title": "Export your NEON 2 accounts",
"migrateWalletsNeon3Step3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3Step3Description": "You’re almost there!",
"migrateWalletsNeon3Step3Description2": "In order to complete the migration process, open NEON 3 and follow the instructions.",
"migrateWalletsNeon3Step3Title": "Open NEON 3",
"migrateWalletsNeon3Steps1": "Get NEON 3",
"migrateWalletsNeon3Steps2": "Export your NEON 2 accounts",
"migrateWalletsNeon3Steps3": "Open NEON 3",
"modalActionCancel": "Cancel",
"modalActionConfirm": "Confirm",
"modifyDetails": "Modify Details",
Expand Down Expand Up @@ -724,6 +747,7 @@ exports[`NetworkConfigurationTooltip renders without crashing 1`] = `
"authLedgerSecondStep": "Navigate to the NEO app on your device",
"authLogin": "Login",
"authLoginButton": "Login",
"authMigrateWallets": "Migrate Wallets",
"authPrivate": "PRIVATE",
"authPrivateKeyPlaceholder": "Enter your private key here",
"authSaved": "SAVED",
Expand Down Expand Up @@ -825,6 +849,28 @@ exports[`NetworkConfigurationTooltip renders without crashing 1`] = `
"manageWalletsEditWalletSave": "Save Changes",
"manageWalletsImport": "Import",
"manageWalletsLabel": "Manage Wallets",
"migrateWalletNeon3Button": "Migrate Now!",
"migrateWalletNeon3Description": "Migrating your wallet will give you access to a broader range of supported assets, and a sleeker, improved user experience that will make the management of your assets a breeze!",
"migrateWalletNeon3Title": "Do you want to migrate your NEON 2 wallet to NEON 3?",
"migrateWalletsNeon3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3InputLabel": "Where would you like to save your migration file?",
"migrateWalletsNeon3Step1ButtonLabel": "Next",
"migrateWalletsNeon3Step1Description": "Start by downloading the latest NEON build and create your first wallet:",
"migrateWalletsNeon3Step1DownloadButton": "Download NEON 3",
"migrateWalletsNeon3Step1NextStep": "Once NEON 3 is installed on your device, move to the next step.",
"migrateWalletsNeon3Step1Title": "Get NEON 3",
"migrateWalletsNeon3Step2BrowseButton": "Browse...",
"migrateWalletsNeon3Step2ButtonLabel": "Next",
"migrateWalletsNeon3Step2Description": "Export the NEON 2 migration file to your computer. You’ll use this file to migrate your wallet into NEON 3.",
"migrateWalletsNeon3Step2NextStep": "When you’ve defined a location to save your migration file, move to the next step.",
"migrateWalletsNeon3Step2Title": "Export your NEON 2 accounts",
"migrateWalletsNeon3Step3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3Step3Description": "You’re almost there!",
"migrateWalletsNeon3Step3Description2": "In order to complete the migration process, open NEON 3 and follow the instructions.",
"migrateWalletsNeon3Step3Title": "Open NEON 3",
"migrateWalletsNeon3Steps1": "Get NEON 3",
"migrateWalletsNeon3Steps2": "Export your NEON 2 accounts",
"migrateWalletsNeon3Steps3": "Open NEON 3",
"modalActionCancel": "Cancel",
"modalActionConfirm": "Confirm",
"modifyDetails": "Modify Details",
Expand Down Expand Up @@ -1240,6 +1286,7 @@ exports[`renderNode with a node that has fallen out of top 21 renders warningico
"authLedgerSecondStep": "Navigate to the NEO app on your device",
"authLogin": "Login",
"authLoginButton": "Login",
"authMigrateWallets": "Migrate Wallets",
"authPrivate": "PRIVATE",
"authPrivateKeyPlaceholder": "Enter your private key here",
"authSaved": "SAVED",
Expand Down Expand Up @@ -1341,6 +1388,28 @@ exports[`renderNode with a node that has fallen out of top 21 renders warningico
"manageWalletsEditWalletSave": "Save Changes",
"manageWalletsImport": "Import",
"manageWalletsLabel": "Manage Wallets",
"migrateWalletNeon3Button": "Migrate Now!",
"migrateWalletNeon3Description": "Migrating your wallet will give you access to a broader range of supported assets, and a sleeker, improved user experience that will make the management of your assets a breeze!",
"migrateWalletNeon3Title": "Do you want to migrate your NEON 2 wallet to NEON 3?",
"migrateWalletsNeon3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3InputLabel": "Where would you like to save your migration file?",
"migrateWalletsNeon3Step1ButtonLabel": "Next",
"migrateWalletsNeon3Step1Description": "Start by downloading the latest NEON build and create your first wallet:",
"migrateWalletsNeon3Step1DownloadButton": "Download NEON 3",
"migrateWalletsNeon3Step1NextStep": "Once NEON 3 is installed on your device, move to the next step.",
"migrateWalletsNeon3Step1Title": "Get NEON 3",
"migrateWalletsNeon3Step2BrowseButton": "Browse...",
"migrateWalletsNeon3Step2ButtonLabel": "Next",
"migrateWalletsNeon3Step2Description": "Export the NEON 2 migration file to your computer. You’ll use this file to migrate your wallet into NEON 3.",
"migrateWalletsNeon3Step2NextStep": "When you’ve defined a location to save your migration file, move to the next step.",
"migrateWalletsNeon3Step2Title": "Export your NEON 2 accounts",
"migrateWalletsNeon3Step3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3Step3Description": "You’re almost there!",
"migrateWalletsNeon3Step3Description2": "In order to complete the migration process, open NEON 3 and follow the instructions.",
"migrateWalletsNeon3Step3Title": "Open NEON 3",
"migrateWalletsNeon3Steps1": "Get NEON 3",
"migrateWalletsNeon3Steps2": "Export your NEON 2 accounts",
"migrateWalletsNeon3Steps3": "Open NEON 3",
"modalActionCancel": "Cancel",
"modalActionConfirm": "Confirm",
"modifyDetails": "Modify Details",
Expand Down Expand Up @@ -1611,6 +1680,7 @@ exports[`renderNode with a vote renders warningicon with no vote 1`] = `
"authLedgerSecondStep": "Navigate to the NEO app on your device",
"authLogin": "Login",
"authLoginButton": "Login",
"authMigrateWallets": "Migrate Wallets",
"authPrivate": "PRIVATE",
"authPrivateKeyPlaceholder": "Enter your private key here",
"authSaved": "SAVED",
Expand Down Expand Up @@ -1712,6 +1782,28 @@ exports[`renderNode with a vote renders warningicon with no vote 1`] = `
"manageWalletsEditWalletSave": "Save Changes",
"manageWalletsImport": "Import",
"manageWalletsLabel": "Manage Wallets",
"migrateWalletNeon3Button": "Migrate Now!",
"migrateWalletNeon3Description": "Migrating your wallet will give you access to a broader range of supported assets, and a sleeker, improved user experience that will make the management of your assets a breeze!",
"migrateWalletNeon3Title": "Do you want to migrate your NEON 2 wallet to NEON 3?",
"migrateWalletsNeon3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3InputLabel": "Where would you like to save your migration file?",
"migrateWalletsNeon3Step1ButtonLabel": "Next",
"migrateWalletsNeon3Step1Description": "Start by downloading the latest NEON build and create your first wallet:",
"migrateWalletsNeon3Step1DownloadButton": "Download NEON 3",
"migrateWalletsNeon3Step1NextStep": "Once NEON 3 is installed on your device, move to the next step.",
"migrateWalletsNeon3Step1Title": "Get NEON 3",
"migrateWalletsNeon3Step2BrowseButton": "Browse...",
"migrateWalletsNeon3Step2ButtonLabel": "Next",
"migrateWalletsNeon3Step2Description": "Export the NEON 2 migration file to your computer. You’ll use this file to migrate your wallet into NEON 3.",
"migrateWalletsNeon3Step2NextStep": "When you’ve defined a location to save your migration file, move to the next step.",
"migrateWalletsNeon3Step2Title": "Export your NEON 2 accounts",
"migrateWalletsNeon3Step3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3Step3Description": "You’re almost there!",
"migrateWalletsNeon3Step3Description2": "In order to complete the migration process, open NEON 3 and follow the instructions.",
"migrateWalletsNeon3Step3Title": "Open NEON 3",
"migrateWalletsNeon3Steps1": "Get NEON 3",
"migrateWalletsNeon3Steps2": "Export your NEON 2 accounts",
"migrateWalletsNeon3Steps3": "Open NEON 3",
"modalActionCancel": "Cancel",
"modalActionConfirm": "Confirm",
"modifyDetails": "Modify Details",
Expand Down Expand Up @@ -1976,6 +2068,7 @@ exports[`renderNode with no vote renders warningicon with no vote 1`] = `
"authLedgerSecondStep": "Navigate to the NEO app on your device",
"authLogin": "Login",
"authLoginButton": "Login",
"authMigrateWallets": "Migrate Wallets",
"authPrivate": "PRIVATE",
"authPrivateKeyPlaceholder": "Enter your private key here",
"authSaved": "SAVED",
Expand Down Expand Up @@ -2077,6 +2170,28 @@ exports[`renderNode with no vote renders warningicon with no vote 1`] = `
"manageWalletsEditWalletSave": "Save Changes",
"manageWalletsImport": "Import",
"manageWalletsLabel": "Manage Wallets",
"migrateWalletNeon3Button": "Migrate Now!",
"migrateWalletNeon3Description": "Migrating your wallet will give you access to a broader range of supported assets, and a sleeker, improved user experience that will make the management of your assets a breeze!",
"migrateWalletNeon3Title": "Do you want to migrate your NEON 2 wallet to NEON 3?",
"migrateWalletsNeon3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3InputLabel": "Where would you like to save your migration file?",
"migrateWalletsNeon3Step1ButtonLabel": "Next",
"migrateWalletsNeon3Step1Description": "Start by downloading the latest NEON build and create your first wallet:",
"migrateWalletsNeon3Step1DownloadButton": "Download NEON 3",
"migrateWalletsNeon3Step1NextStep": "Once NEON 3 is installed on your device, move to the next step.",
"migrateWalletsNeon3Step1Title": "Get NEON 3",
"migrateWalletsNeon3Step2BrowseButton": "Browse...",
"migrateWalletsNeon3Step2ButtonLabel": "Next",
"migrateWalletsNeon3Step2Description": "Export the NEON 2 migration file to your computer. You’ll use this file to migrate your wallet into NEON 3.",
"migrateWalletsNeon3Step2NextStep": "When you’ve defined a location to save your migration file, move to the next step.",
"migrateWalletsNeon3Step2Title": "Export your NEON 2 accounts",
"migrateWalletsNeon3Step3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3Step3Description": "You’re almost there!",
"migrateWalletsNeon3Step3Description2": "In order to complete the migration process, open NEON 3 and follow the instructions.",
"migrateWalletsNeon3Step3Title": "Open NEON 3",
"migrateWalletsNeon3Steps1": "Get NEON 3",
"migrateWalletsNeon3Steps2": "Export your NEON 2 accounts",
"migrateWalletsNeon3Steps3": "Open NEON 3",
"modalActionCancel": "Cancel",
"modalActionConfirm": "Confirm",
"modifyDetails": "Modify Details",
Expand Down
23 changes: 23 additions & 0 deletions __tests__/components/__snapshots__/NetworkSwitch.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ exports[`NetworkSwitch renders without crashing 1`] = `
"authLedgerSecondStep": "Navigate to the NEO app on your device",
"authLogin": "Login",
"authLoginButton": "Login",
"authMigrateWallets": "Migrate Wallets",
"authPrivate": "PRIVATE",
"authPrivateKeyPlaceholder": "Enter your private key here",
"authSaved": "SAVED",
Expand Down Expand Up @@ -136,6 +137,28 @@ exports[`NetworkSwitch renders without crashing 1`] = `
"manageWalletsEditWalletSave": "Save Changes",
"manageWalletsImport": "Import",
"manageWalletsLabel": "Manage Wallets",
"migrateWalletNeon3Button": "Migrate Now!",
"migrateWalletNeon3Description": "Migrating your wallet will give you access to a broader range of supported assets, and a sleeker, improved user experience that will make the management of your assets a breeze!",
"migrateWalletNeon3Title": "Do you want to migrate your NEON 2 wallet to NEON 3?",
"migrateWalletsNeon3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3InputLabel": "Where would you like to save your migration file?",
"migrateWalletsNeon3Step1ButtonLabel": "Next",
"migrateWalletsNeon3Step1Description": "Start by downloading the latest NEON build and create your first wallet:",
"migrateWalletsNeon3Step1DownloadButton": "Download NEON 3",
"migrateWalletsNeon3Step1NextStep": "Once NEON 3 is installed on your device, move to the next step.",
"migrateWalletsNeon3Step1Title": "Get NEON 3",
"migrateWalletsNeon3Step2BrowseButton": "Browse...",
"migrateWalletsNeon3Step2ButtonLabel": "Next",
"migrateWalletsNeon3Step2Description": "Export the NEON 2 migration file to your computer. You’ll use this file to migrate your wallet into NEON 3.",
"migrateWalletsNeon3Step2NextStep": "When you’ve defined a location to save your migration file, move to the next step.",
"migrateWalletsNeon3Step2Title": "Export your NEON 2 accounts",
"migrateWalletsNeon3Step3AltImage": "Migrate Wallets Background Image",
"migrateWalletsNeon3Step3Description": "You’re almost there!",
"migrateWalletsNeon3Step3Description2": "In order to complete the migration process, open NEON 3 and follow the instructions.",
"migrateWalletsNeon3Step3Title": "Open NEON 3",
"migrateWalletsNeon3Steps1": "Get NEON 3",
"migrateWalletsNeon3Steps2": "Export your NEON 2 accounts",
"migrateWalletsNeon3Steps3": "Open NEON 3",
"modalActionCancel": "Cancel",
"modalActionConfirm": "Confirm",
"modifyDetails": "Modify Details",
Expand Down
Loading

0 comments on commit ee6a0b6

Please sign in to comment.