-
Notifications
You must be signed in to change notification settings - Fork 619
Add SelectWithSearch + Improved Single Network Selector component #4957
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
Add SelectWithSearch + Improved Single Network Selector component #4957
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @MananTank and the rest of your teammates on |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4957 +/- ##
=======================================
Coverage 47.60% 47.60%
=======================================
Files 1058 1058
Lines 57299 57299
Branches 3929 3929
=======================================
Hits 27276 27276
Misses 29334 29334
Partials 689 689
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
955a6ac to
44792af
Compare
Merge activity
|
44792af to
c148d1a
Compare
)  <!-- start pr-codex --> --- ## PR-Codex overview This PR refactors the network selection components by replacing `NetworkDropdown` with `SingleNetworkSelector` across multiple files, enhancing the network selection UI and functionality. ### Detailed summary - Removed `NetworkDropdown` from various components. - Introduced `SingleNetworkSelector` to replace `NetworkDropdown`. - Updated props for `SingleNetworkSelector` to improve chain selection. - Refactored related imports to point to the new component location. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
c148d1a to
74cd019
Compare

PR-Codex overview
This PR focuses on refactoring the network selection components in the application. It replaces the
NetworkDropdowncomponent with a newSingleNetworkSelectorcomponent across various files, enhancing the network selection functionality.Detailed summary
NetworkDropdownimports and usages.SingleNetworkSelectorin multiple components.CustomFactorycomponent.SelectWithSearchcomponent for improved search functionality.