-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat: add search feature #25170
feat: add search feature #25170
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
475e919
to
2c0bfae
Compare
2c0bfae
to
fc0081f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #25170 +/- ##
===========================================
+ Coverage 65.61% 65.63% +0.01%
===========================================
Files 1373 1374 +1
Lines 54523 54538 +15
Branches 14282 14281 -1
===========================================
+ Hits 35774 35792 +18
+ Misses 18749 18746 -3 ☔ View full report in Codecov by Sentry. |
Builds ready [fc0081f]
Page Load Metrics (135 ± 183 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
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.
I'm still seeing scrolling:
Screen.Recording.2024-06-10.at.6.22.26.PM.mov
ui/components/multichain/network-list-menu/network-list-search/network-list-search.tsx
Outdated
Show resolved
Hide resolved
ui/components/multichain/network-list-menu/network-list-search/network-list-search.tsx
Outdated
Show resolved
Hide resolved
dcf526b
to
2a850e0
Compare
fc0081f
to
3e00485
Compare
Builds ready [3e00485]
Page Load Metrics (863 ± 755 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
6f35f63
to
3c4cb01
Compare
Builds ready [3c4cb01]
Page Load Metrics (147 ± 201 ms)
Bundle size diffs [🚨 Warning! Bundle size has increased!]
|
I see 1 weird behavior. When I fully backspace my search query, the focus is lost from the search box so I cannot type again. Focus seems to jump to the current network. Screen.Recording.2024-06-11.at.9.50.01.AM.mov |
Good point Brian! I do think we should include test networks in search |
Testing with prod version the cursor stays in place, so I think this is an undesired bug with this PR |
592fc2d
to
66bf6e3
Compare
@bergeron Fixed ✅ |
Test network are now included |
66bf6e3
to
de40a51
Compare
de40a51
to
b71e51e
Compare
Builds ready [b71e51e]
Page Load Metrics (42 ± 1 ms)
Bundle size diffs
|
Description
Add filter search for popular network list
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
before-search.mov
before-search.mov
After
after-search.mov
after-search.mov
Pre-merge author checklist
Pre-merge reviewer checklist