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: name being out of sync in account list #26542

Merged
merged 2 commits into from
Aug 20, 2024
Merged

fix: name being out of sync in account list #26542

merged 2 commits into from
Aug 20, 2024

Conversation

montelaidev
Copy link
Contributor

@montelaidev montelaidev commented Aug 20, 2024

Description

This PR fixes the issue where the account name being created in the connect account flow is out of sync.

Open in GitHub Codespaces

Related issues

Fixes: 25846

Manual testing steps

  1. Create a snap/hw account
  2. Go to test dapp
  3. Click connect
  4. Click on create new account
  5. See that the suggested name is Account 3
  6. Create the new account
  7. See in the list that there is Account 3 in the list

Screenshots/Recordings

Before

Screen.Recording.2024-08-20.at.22.32.22.mov

After

Screen.Recording.2024-08-20.at.22.29.50.mov

Pre-merge author checklist

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

@montelaidev montelaidev self-assigned this Aug 20, 2024
@montelaidev montelaidev requested a review from a team as a code owner August 20, 2024 14:33
Copy link
Contributor

CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes.

Copy link

sonarcloud bot commented Aug 20, 2024

@gantunesr
Copy link
Member

Screen.Recording.2024-08-20.at.10.47.19.AM.mov

@metamaskbot
Copy link
Collaborator

Builds ready [b68c4da]
Page Load Metrics (75 ± 12 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint692561084019
domContentLoaded43161722512
load50161752412
domInteractive105627126
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: -507 Bytes (-0.01%)
  • common: 0 Bytes (0.00%)

Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.02%. Comparing base (dd4c2b4) to head (b68c4da).
Report is 6 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #26542      +/-   ##
===========================================
+ Coverage    69.96%   70.02%   +0.06%     
===========================================
  Files         1405     1405              
  Lines        48996    49006      +10     
  Branches     13697    13703       +6     
===========================================
+ Hits         34280    34316      +36     
+ Misses       14716    14690      -26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@montelaidev montelaidev merged commit 6ed72f0 into develop Aug 20, 2024
78 checks passed
@montelaidev montelaidev deleted the fix/25846 branch August 20, 2024 16:38
@github-actions github-actions bot locked and limited conversation to collaborators Aug 20, 2024
@metamaskbot metamaskbot added the release-12.5.0 Issue or pull request that will be included in release 12.5.0 label Aug 20, 2024
@metamaskbot metamaskbot added release-12.2.0 Issue or pull request that will be included in release 12.2.0 and removed release-12.5.0 Issue or pull request that will be included in release 12.5.0 labels Aug 28, 2024
@metamaskbot
Copy link
Collaborator

Missing release label release-12.2.0 on PR. Adding release label release-12.2.0 on PR and removing other release labels(release-12.5.0), as PR was cherry-picked in branch 12.2.0.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-12.2.0 Issue or pull request that will be included in release 12.2.0 team-accounts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Adding new account through dapp connection- account name inconsistent
4 participants