This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 386
feat(queryRules): add QueryRuleCustomData widget [part 2] #2212
Merged
francoischalifour
merged 5 commits into
feat/mqr-connectQueryRules
from
feat/mqr-queryRuleCustomData
Apr 8, 2019
Merged
feat(queryRules): add QueryRuleCustomData widget [part 2] #2212
francoischalifour
merged 5 commits into
feat/mqr-connectQueryRules
from
feat/mqr-queryRuleCustomData
Apr 8, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
francoischalifour
force-pushed
the
feat/mqr-queryRuleCustomData
branch
from
March 21, 2019 17:59
ade2c95
to
c143145
Compare
Deploy preview for react-instantsearch ready! Built with commit e83ca8e https://deploy-preview-2212--react-instantsearch.netlify.com |
samouss
approved these changes
Mar 22, 2019
packages/react-instantsearch-dom/src/components/QueryRuleCustomData.tsx
Outdated
Show resolved
Hide resolved
packages/react-instantsearch-dom/src/widgets/QueryRuleCustomData.tsx
Outdated
Show resolved
Hide resolved
Haroenv
reviewed
Mar 22, 2019
packages/react-instantsearch-dom/src/components/QueryRuleCustomData.tsx
Outdated
Show resolved
Hide resolved
francoischalifour
force-pushed
the
feat/mqr-queryRuleCustomData
branch
from
April 2, 2019 11:42
8ba3e7c
to
495d577
Compare
francoischalifour
changed the title
feat(queryRules): add QueryRuleCustomData widget
feat(queryRules): add QueryRuleCustomData widget [part 2]
Apr 3, 2019
samouss
suggested changes
Apr 4, 2019
samouss
approved these changes
Apr 4, 2019
* feat(queryRules): add context features to connector [part 3] * feat(queryRules): add QueryRuleContext widget [part 4] (#2259)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the 2nd PR in the series "Merchandized Query Rules".
Summary
This creates the
QueryRuleCustomData
widget, responsible for showing custom data (userData
) coming from Query Rules.Motivation
Read RFC →
Usage
Basic
With default banner
Stories
See stories →
Related
connectQueryRules
connectQueryRules
queryRuleCustomData
queryRuleContext