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

Update send flow snap #3167

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

Update send flow snap #3167

wants to merge 20 commits into from

Conversation

hmalik88
Copy link
Contributor

Updated the send flow example snap to use the new AddressInput component.

Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.94%. Comparing base (c557f07) to head (51508ca).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3167   +/-   ##
=======================================
  Coverage   94.93%   94.94%           
=======================================
  Files         507      508    +1     
  Lines       11184    11196   +12     
  Branches     1722     1726    +4     
=======================================
+ Hits        10618    10630   +12     
  Misses        566      566           

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

eriknson

This comment was marked as outdated.

placeholder="Enter receiving address"
value={flushToAddress ? '' : undefined}
/>
{displayClearIcon && (
Copy link
Member

Choose a reason for hiding this comment

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

Why did you remove this?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The AddressInput component has a clear icon built-in.

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