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

fix(connect-popup): update text in selectAccount #12340

Merged
merged 1 commit into from
May 13, 2024

Conversation

martykan
Copy link
Member

@martykan martykan commented May 10, 2024

Description

Rename account types to be the same as in Suite:

  • Accounts -> Default accounts (SegWit)
  • SegWit accounts -> Legacy SegWit accounts

Removed warning about support in Trezor Wallet

Screenshots

Screenshot 2024-05-10 at 17 17 03

@@ -670,16 +670,12 @@ <h3></h3>
<div class="select-account p2wpkh">
<div>
<div class="tabs">
<div data-tab="p2wpkh" class="tab-selection p2wpkh">Accounts</div>
<div data-tab="p2wpkh" class="tab-selection p2wpkh">Default accounts</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

maybe something like

Segwit accounts (default)

?

or whatever, lets wait for @Hannsek

Copy link
Contributor

Choose a reason for hiding this comment

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

"Default accounts (SegWit)" seems fine. 👍🏻

Don't know from the top of my head how we handle SegWit/Segwit in Suite. Please use whatever is in Suite.

Copy link
Member Author

Choose a reason for hiding this comment

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

I'm using the same label as in Suite which doesn't say SegWit, but maybe it's better to mention it

Copy link
Contributor

Choose a reason for hiding this comment

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

Here is a different environment for the users, so let's mention it.

Copy link
Contributor

Choose a reason for hiding this comment

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

However I was talking about whether we use SegWit (big "W") or Segwit (small "w").

Copy link
Member Author

Choose a reason for hiding this comment

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

I think big W is standard

@martykan martykan force-pushed the fix/connect-popup-selectaccount-update branch 2 times, most recently from d4f35b1 to fcbb434 Compare May 10, 2024 18:55
@martykan martykan marked this pull request as ready for review May 13, 2024 07:59
@martykan martykan requested a review from szymonlesisz as a code owner May 13, 2024 07:59
@martykan martykan force-pushed the fix/connect-popup-selectaccount-update branch from 11e7c34 to 5b36bae Compare May 13, 2024 13:42
@martykan martykan force-pushed the fix/connect-popup-selectaccount-update branch from 5b36bae to 030fe8b Compare May 13, 2024 13:42
@martykan martykan merged commit 21f4382 into develop May 13, 2024
32 checks passed
@martykan martykan deleted the fix/connect-popup-selectaccount-update branch May 13, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants