This repository has been archived by the owner on Jun 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
feat(store-api): Use cart from store-api #36
Merged
Merged
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
✔️ Deploy Preview for basestore ready! 🔨 Explore the source changes: a3b197c 🔍 Inspect the deploy log: https://app.netlify.com/sites/basestore/deploys/615b63d3f0f5fa00070a503a 😎 Browse the preview: https://deploy-preview-36--basestore.netlify.app |
Gatsby Cloud Build Reportbasestore 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 3m PerformanceLighthouse report
|
0c8b056
to
8ad42af
Compare
4d06d7a
to
db10e28
Compare
Preview is readyThis pull request generated a Preview👀 Preview: https://preview-36--base.preview.vtex.app |
81e48f2
to
8123d0f
Compare
Gatsby Cloud Build Reportbase.store-master 🎉 Your build was successful! See the Deploy preview here. Build Details🕐 Build time: 2m PerformanceLighthouse report
|
892ed27
to
33c6dd7
Compare
33c6dd7
to
a3b197c
Compare
igorbrasileiro
approved these changes
Oct 4, 2021
<span data-testid="price" data-value={offer!.spotPrice!}> | ||
{price} | ||
</span> | ||
<span style={styles.listPrice}>{useFormattedPrice(listPrice)}</span> |
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.
Should we have styles on the base store?
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.
What's the purpose of this pull request?
This PR adds cart from store-ui. More info at: vtex/faststore#963