-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Marketplace shop switcher #2412
Conversation
* Modifies Shops publication to return all shops with matching domain by removing limit * Rewrite of shop selector dropdown * Use Shops publication instead of SellerShops publication in dropdown * Remove requirement for marketplace ownership to see shop selector * Change Reaction.ShopId when shop selector is changed * TODO: Convert shop selector to React
* Eliminates console warnings
@mikemurray You helped write a lot of this React code, but can you double check the stuff that I did on my own in toolbar.js and toolbarContainer.js? @aaronjudd Review for what you were thinking with Shop Selector? |
@spencern I think we should cherry pick the popover/dropdown changes we made and push them to development. Too good of an upgrade to those components to leave in this branch alone. |
@mikemurray I can do that cherry pick and add a PR to dev |
@mikemurray can you give a thumbs up on this review if my other React code was up to par? |
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.
Looks good
Reaction.shopId
Reaction.shopId
into a ReactiveVar.Reaction.shopId
closeOnClick
option toDropDownMenu
component