-
Notifications
You must be signed in to change notification settings - Fork 159
feat(tokenselector): 10 - implement SelectTokenWidget with enhanced chain … #6535
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
base: feat/token-selector-9
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
93c129c to
dd238e8
Compare
|
Note: this branch has still props drilling and some of the feedback mentioned in earlier branches. Consider this an intermediate step branch. All of the feedback around this has been addressed in #6663 |
alfetopito
left a comment
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.
alfetopito
left a comment
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.
👏
| const tradeTypeInfo = useTradeTypeInfo() | ||
| const accountType = useAccountType() | ||
| const setIsBridgingEnabled = useSetIsBridgingEnabled() | ||
| const { isBridgingEnabled: isBridgingEnabledFlag } = useFeatureFlags() |
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.
Due to sync with develop, this is effectively adding the feature flag back to the code, no?
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.
Yeah, not sure what happened but thought I had removed it. Addressed in c3be32a

Summary
This PR layers the UX pieces on top of the controller refactor from PR‑9:
All state wiring/tests were already covered by the controller extraction; this branch is UI-only.
Testing