-
-
Notifications
You must be signed in to change notification settings - Fork 773
Buidl UI for search feature #5835
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
Conversation
Codecov Report
@@ Coverage Diff @@
## kevin/search #5835 +/- ##
================================================
+ Coverage 17.06% 26.02% +8.95%
================================================
Files 254 253 -1
Lines 23725 22082 -1643
Branches 3696 3209 -487
================================================
+ Hits 4049 5746 +1697
+ Misses 19617 16191 -3426
- Partials 59 145 +86
Continue to review full report at Codecov.
|
|
i've run create_search_results on my local.. and i still cant' get this functionality to work. it never makes any HTTP request to make search queries or shows any results.. |
|
What error do you get? |
|
no error, just nothing shows up or changes in the search bar |
i'll take a look now |
|
cc @owocki |
|
@iamonuwa is that a Search Result from create_search_results? r u able to generate lots of search results? |
|
oh wait i got the profile to work !!! by searching my handle name :) does it work for all tabs for u? |
|
@iamonuwa any idea when the API returns 100s of results.. why does it not show in the UI https://bits.owocki.com/4guxpA94 |
|
two other things that are messed up on this PR (beyond just not being able to load results)
|
|
@owocki, I'll make this responsive more. But I'm only using your backend update. I did not make changes to it. |
|
ok well my PR doesnt break the /explorer page, and the results load in all scenarios on my PR... those issues will need to be fixed |
|
@iamonuwa let us know when these are fixed and we can get it reviewed + merged |
octavioamu
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.
I left some comments, as gitcoin is a big site and "search" word is very common let's use a prefix for this classes naming the parent gc-search and then write css in a component way .gc-search .child-class to avoid collisions
|
@iamonuwa any update on this? |
|
I'm on it |
what do you mean by break explorer page? |
|
Made changes, sending PR this night |
|
@iamonuwa any updates? |
|
@iamonuwa ^ could you give us an update ? Else this PR will end up getting stale |
|
I've resolved all the issues raised. See my last commit |
|
@thelostone-mc @danlipert @octavioamu @owocki fixed all changes. |
| @@ -0,0 +1,62 @@ | |||
| # Generated by Django 2.2.4 on 2020-01-18 15:31 | |||
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.
Where did this file come from?
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.
Weird, let me take a look at that
Description
Build UI according to figma design
Refers/Fixes
Fixes #5796
Testing
Click the search on navbar.