Skip to content
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

Abw 2598 UI teaks main seed phrase required #918

Merged
merged 5 commits into from
Nov 20, 2023

Conversation

CyonAlexRDX
Copy link
Contributor

@CyonAlexRDX CyonAlexRDX commented Nov 20, 2023

Jira ABW-2598

Before

IMG_0669

After

IMG_BC4F5A515985-1

@CyonAlexRDX CyonAlexRDX marked this pull request as ready for review November 20, 2023 14:19
.textStyle(.sheetTitle)
.padding(.horizontal, -.small2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to see this go


ScrollView(.vertical, showsIndicators: true) {
Text("The Radix Wallet always uses a single main “Babylon” seed phrase to generate new Personas and new Accounts (when not using a Ledger device).\n\nIf you do not have access to your previous main seed phrase, you can skip entering it for now. The Radix Wallet will create a new one, which will be used for new Personas and Accounts.\n\nYour old Accounts and Personas will still be listed, but you will have to enter their original seed phrase to use them. Alternatively, you can hide them if you no longer are interested in using them.")
// we use `.init` to preserve bold attribute of string.
Text(.init(L10n.RecoverSeedPhrase.Header.subtitleNoMainSeedPhrase))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would prefer LocalizedStringKey to .init, and a less cryptic comment but you will probably object on the grounds of CI being slow...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed to LocalizedStringKey in 3 files.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The typechecker and I thank you

@CyonAlexRDX CyonAlexRDX merged commit af11ac1 into main Nov 20, 2023
6 checks passed
@CyonAlexRDX CyonAlexRDX deleted the ABW-2598_ui_teaks_main_seed_phrase_required branch November 20, 2023 16:16
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants