-
Notifications
You must be signed in to change notification settings - Fork 83
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
Add global shop selector for multi-shop usage #297
Add global shop selector for multi-shop usage #297
Commits on Jul 9, 2020
-
feat: request adminUIShops as part of viewer query
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c71da80 - Browse repository at this point
Copy the full SHA c71da80View commit details
Commits on Aug 24, 2020
-
Signed-off-by: Ross Hadden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 349f77a - Browse repository at this point
Copy the full SHA 349f77aView commit details -
Fix linting errors, comma-spacing
Signed-off-by: Manuel Del Real <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db21122 - Browse repository at this point
Copy the full SHA db21122View commit details -
chore: updated docker image tag
Signed-off-by: Ross Hadden <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for facc20a - Browse repository at this point
Copy the full SHA facc20aView commit details -
fix: Update defaultParcelSize only when it exists
Signed-off-by: Matias Zuniga <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1728531 - Browse repository at this point
Copy the full SHA 1728531View commit details -
feat: turn ShopLogoWithData into a shop selector + add shopId prefix …
…param to all routes Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 849c84e - Browse repository at this point
Copy the full SHA 849c84eView commit details -
feat: refactor useCurrentShopId to get shopId from URL param
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdbe9ca - Browse repository at this point
Copy the full SHA bdbe9caView commit details -
feat: concatenate shopId in sidebar URLs
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adf1e60 - Browse repository at this point
Copy the full SHA adf1e60View commit details -
fix: concatenate shopId in sidebar URLs
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6e31bb - Browse repository at this point
Copy the full SHA e6e31bbView commit details -
chore: make withOpaqueShopId call useCurrentShopId hook
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f1846b - Browse repository at this point
Copy the full SHA 6f1846bView commit details -
chore: remove withPrimaryShopId from ShopLogoWithData
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f6e3e2 - Browse repository at this point
Copy the full SHA 8f6e3e2View commit details -
fix: use shopId in create product URL
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 529b2c2 - Browse repository at this point
Copy the full SHA 529b2c2View commit details -
chore: remove debugger statements
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d55c0e - Browse repository at this point
Copy the full SHA 3d55c0eView commit details -
Signed-off-by: Michał Staśkiewicz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ed8e43 - Browse repository at this point
Copy the full SHA 7ed8e43View commit details -
Signed-off-by: Erik Kieckhafer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e82fd5 - Browse repository at this point
Copy the full SHA 5e82fd5View commit details -
feat: Enable mock TLS termination on calls to Hydra
Signed-off-by: Sam Kelleher <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7603c2 - Browse repository at this point
Copy the full SHA c7603c2View commit details -
Signed-off-by: Erik Kieckhafer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85e487e - Browse repository at this point
Copy the full SHA 85e487eView commit details -
fix: await resetStore in initApollo
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 234c505 - Browse repository at this point
Copy the full SHA 234c505View commit details -
fix: make getPDPUrl concatenate shopId
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5454a7 - Browse repository at this point
Copy the full SHA e5454a7View commit details -
fix: update getPDPUrl usage for VariantList
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb5eda1 - Browse repository at this point
Copy the full SHA fb5eda1View commit details -
fix: use positional URL param instead of GET param
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 32c7eb3 - Browse repository at this point
Copy the full SHA 32c7eb3View commit details
Commits on Aug 25, 2020
-
fix: include shopId in ProductHeader links
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5687e19 - Browse repository at this point
Copy the full SHA 5687e19View commit details -
chore: remove unused component file
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bacf647 - Browse repository at this point
Copy the full SHA bacf647View commit details -
fix: update route paths in ProductDetail
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 666483f - Browse repository at this point
Copy the full SHA 666483fView commit details
Commits on Aug 26, 2020
-
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2db0a63 - Browse repository at this point
Copy the full SHA 2db0a63View commit details -
chore: redirect to /new-shop for first shop creation
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12dd25d - Browse repository at this point
Copy the full SHA 12dd25dView commit details -
feat: redirect to shop after creation
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7354e5c - Browse repository at this point
Copy the full SHA 7354e5cView commit details
Commits on Aug 27, 2020
-
feat: add createRouteWithPrefix and createRouteWithNoPrefix flags to …
…registerOperatorRoute Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9144db5 - Browse repository at this point
Copy the full SHA 9144db5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f329883 - Browse repository at this point
Copy the full SHA f329883View commit details -
fix: match and replace first segment of URL only with shop ID
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13c6eba - Browse repository at this point
Copy the full SHA 13c6ebaView commit details -
fix: make product editor back button use shopId URL
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddf1b75 - Browse repository at this point
Copy the full SHA ddf1b75View commit details -
fix: use shopId in home page links
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5718c5b - Browse repository at this point
Copy the full SHA 5718c5bView commit details
Commits on Aug 28, 2020
-
fix: remove unused code and use shopId in useProduct URLs
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 09561e7 - Browse repository at this point
Copy the full SHA 09561e7View commit details -
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f026e0 - Browse repository at this point
Copy the full SHA 1f026e0View commit details
Commits on Aug 30, 2020
-
fix: use currentShopId for getTags query
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a70bbc - Browse repository at this point
Copy the full SHA 5a70bbcView commit details -
fix: use shopId in product URL from tag product table
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e2ae9f - Browse repository at this point
Copy the full SHA 2e2ae9fView commit details -
fix: use shopId in settings routes
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b50b682 - Browse repository at this point
Copy the full SHA b50b682View commit details
Commits on Aug 31, 2020
-
fix: make fetchShop re-fetch on shopId change
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ac62c6 - Browse repository at this point
Copy the full SHA 4ac62c6View commit details -
chore: add comment and remove useless fetch policy
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 294c35a - Browse repository at this point
Copy the full SHA 294c35aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e1ba7a - Browse repository at this point
Copy the full SHA 5e1ba7aView commit details -
chore: rename ShopLogoWithData to ShopSelectorWithData
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3540b1e - Browse repository at this point
Copy the full SHA 3540b1eView commit details -
chore: slim down ShopLogoWithData
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61d8c44 - Browse repository at this point
Copy the full SHA 61d8c44View commit details -
feat: use ShopLogoWithData in OperatorLanding
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c14586b - Browse repository at this point
Copy the full SHA c14586bView commit details
Commits on Sep 1, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5cf54e8 - Browse repository at this point
Copy the full SHA 5cf54e8View commit details -
style: finish shop selector styling
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ece619 - Browse repository at this point
Copy the full SHA 0ece619View commit details
Commits on Sep 14, 2020
-
style: make shop selector arrow light grey
Signed-off-by: Loan Laux <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c93ed2d - Browse repository at this point
Copy the full SHA c93ed2dView commit details