-
Notifications
You must be signed in to change notification settings - Fork 638
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
Swaps: token list and search improvements #5834
Merged
christianbaroni
merged 18 commits into
develop
from
@christian/swaps-list-and-search-improvements
Jun 12, 2024
Merged
Swaps: token list and search improvements #5834
christianbaroni
merged 18 commits into
develop
from
@christian/swaps-list-and-search-improvements
Jun 12, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
christianbaroni
requested review from
brunobar79,
jinchung,
greg-schrammel,
walmat and
benisgold
June 11, 2024 19:14
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
src/__swaps__/screens/Swap/components/TokenList/TokenToBuyList.tsx
Outdated
Show resolved
Hide resolved
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
reviewed
Jun 11, 2024
walmat
approved these changes
Jun 11, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mostly just nitpicks. otherwise lgtm! Nice work on the caching search query results btw
walmat
reviewed
Jun 11, 2024
…ist-and-search-improvements
…y if no input asset
christianbaroni
deleted the
@christian/swaps-list-and-search-improvements
branch
June 12, 2024 03:44
BrodyHughes
added a commit
that referenced
this pull request
Jun 13, 2024
…bow into brody/lint-on-pre-commit * 'brody/lint-on-pre-commit' of github.com:rainbow-me/rainbow: Math related fixes (#5837) Hide Flashbots outside of mainnet (#5842) fix getProviderForNetwork type (#5843) Fix isSwapping not being reset (#5840) Swaps: fix crashes, logic and UI fixes (#5839) default to fast suggestion if custom is not set (#5841) guard each entry point into swaps to prevent readonly wallets from accessing it (#5835) Swaps: token list and search improvements (#5834) Add analytics (#5805)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes APP-1354
Fixes APP-1528
Fixes APP-1529
Fixes APP-1551
Fixes APP-1554
Fixes APP-1558
Fixes APP-1563
What changed (plus any additional context for devs)
isNativeAsset
checksswapInfo
derived value to the context, which for now containsareBothAssetsSelected
andisBridging
uniqueId
discrepancies and ensures alladdress
andmainnet_address
fields are populated correctly based on the assetnetworks
dataCoinRow
componentScreen recordings / screenshots
RPReplay_Final1718059962.mp4
What to test