-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Elastic User Directory / sharable searches v0. #7712
Conversation
…ion set to searches
…hange, and allow you to share your user searches
…itcoinco/web into feature/user-directory-elastic-updates
@@ -1010,6 +1010,75 @@ function shuffleArray(array) { | |||
return array; | |||
} | |||
|
|||
|
|||
const getAllUrlParams = () => { |
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.
maybe this function can be a lot more simple with https://developer.mozilla.org/pt-BR/docs/Web/API/URLSearchParams
Codecov Report
@@ Coverage Diff @@
## master #7712 +/- ##
=======================================
Coverage 25.42% 25.42%
=======================================
Files 328 328
Lines 33044 33044
Branches 4918 4919 +1
=======================================
Hits 8401 8401
+ Misses 24356 24351 -5
- Partials 287 292 +5
Continue to review full report at Codecov.
|
Description
Updates for Sharing Searches.
Refers/Fixes
Testing