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

Add remove account group #1871

Conversation

OKendigelyan
Copy link
Contributor

@OKendigelyan OKendigelyan commented Sep 11, 2024

Proposed changes

Task link

Types of changes

  • Bugfix
  • New feature
  • Refactor
  • Breaking change
  • UI fix

Steps to reproduce

Screenshots

Add the screenshots of how the app used to look like and how it looks now

Screen.Recording.2024-09-11.at.15.43.02.mov

Checklist

  • Tests that prove my fix is effective or that my feature works have been added
  • Documentation has been added (if appropriate)
  • Screenshots are added (if any UI changes have been made)
  • All TODOs have a corresponding task created (and the link is attached to it)

Copy link

vercel bot commented Sep 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
umami-v2-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 2:34pm
umami-v2-web-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 11, 2024 2:34pm

Copy link
Contributor

@asiia-trilitech asiia-trilitech left a comment

Choose a reason for hiding this comment

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

Thanks @OKendigelyan - looks good, just a couple of nits 🚀

async (_, account) => {
const user = userEvent.setup();
await renderInModal(<AccountSelectorModal />, store);
const accountLabel = getAccountGroupLabel(account);
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: accountLabel -> groupLabel maybe?
Same for other tests here

}
);

it("removes mnemonic accounts when confirmed", async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Why this test is not grouped with ledger & social?

@OKendigelyan OKendigelyan merged commit ce70f0f into add-account-derivation-for-mnemonic-users Sep 12, 2024
6 checks passed
@OKendigelyan OKendigelyan deleted the add-remove-account-group branch September 12, 2024 09:59
OKendigelyan added a commit that referenced this pull request Sep 12, 2024
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.

2 participants