-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added Hex seed to profile manager #3765
base: development
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when i try to copy the hex seed, it copies the twin id instead
https://www.loom.com/share/fb7ab0efdbb1477692f7c4c3cd05dee0?sid=9dd49c30-c317-4088-be73-2142cc2fc92f
readonly | ||
v-model="profileManager.profile.mnemonic" | ||
v-bind="props" | ||
:disabled="activating || creatingAccount || activatingAccount" | ||
/> | ||
</PasswordInputWrapper> | ||
<CopyInputWrapper :data="profileManager.profile.hexSeed" #="{ props }"> | ||
<input-tooltip | ||
tooltip="Please use your hex seed to import your wallet in the Threefold mobile application." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tooltip="Please use your hex seed to import your wallet in the Threefold mobile application." | |
tooltip="Please use this hex seed to import your wallet in <a href="https://www.manual.grid.tf/documentation/threefold_token/storing_tft/tf_connect_app.html" > Threefold Connect.</a>" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the link in the tooltip isn't clickable
The tooltip itself is clickable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Test scenarios:
- use the Hex seed to import the wallet in tf connect app.
- Test with account has 24 word mnemonics not only 12 words and test also vise versa from the app to dash board and from the dashboard to the app.
Description
Added Hex seed to profile manager
Related Issues
Tested Scenarios
To consider
Preliminary Checks:
UI Checks:
Code Quality Checks:
Testing Checklist
General Checklist