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: do not clear AddressInput when disabled #4597

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

schmanu
Copy link
Member

@schmanu schmanu commented Dec 3, 2024

What it solves

Resolves #4378

How this PR fixes it

Does not clear AddressInput on click when disabled.

How to test it

  • Rename a Safe in the Sidebar that has a Name in the current chain's addresbook.
  • Click on the Address field
  • Nothing should happen

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

@schmanu schmanu requested a review from iamacook December 3, 2024 13:29
Copy link

Copy link

github-actions bot commented Dec 3, 2024

📦 Next.js Bundle Analysis for safe-wallet-web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 1005.99 KB (🟡 +5 B)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Copy link

github-actions bot commented Dec 3, 2024

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements
73.66% (-0.01% 🔻)
14337/19464
🔴 Branches
51.82% (+0.01% 🔼)
3517/6787
🔴 Functions 57.08% 2081/3646
🟡 Lines
75.25% (-0.01% 🔻)
13027/17311
Show files with reduced coverage 🔻
St.
File Statements Branches Functions Lines
🟢
... / index.ts
92.16% (-0.15% 🔻)
80.56% 95.45%
93% (-0.14% 🔻)
🟢
... / useTxPendingStatuses.ts
77.5% (-0.83% 🔻)
64.06% (-1.56% 🔻)
68.18%
86.41% (-0.97% 🔻)

Test suite run success

1663 tests passing in 226 suites.

Report generated by 🧪jest coverage report action from b049082

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.

Possible to clean address field during renaming group/safe
2 participants