-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Vendure provider #223
Vendure provider #223
Conversation
This pull request is being automatically deployed with Vercel (learn more). commerce – ./🔍 Inspect: https://vercel.com/vercel/commerce/ccR7BeXNQGXvFoVZaUwF9knrvwCk commerce-shopify – ./🔍 Inspect: https://vercel.com/vercel-solutions-vtest314/commerce-shopify/C8RMFU6qF1fY9dEZbHmP8g2x4YWu commerce-bigcommerce – ./🔍 Inspect: https://vercel.com/vercel-solutions-vtest314/commerce-bigcommerce/7u4isie9PXtDZM53B4HSvdAJy4sz commerce-swell – ./🔍 Inspect: https://vercel.com/vercel-solutions-vtest314/commerce-swell/7xCiZxxjt9avkgHQeZmrhvTjbLjU |
@@ -3,9 +3,6 @@ import s from './LoadingDots.module.css' | |||
const LoadingDots: React.FC = () => { | |||
return ( | |||
<span className={s.root}> | |||
<span /> | |||
<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.
?
CHANGELOG.md
Outdated
@@ -0,0 +1,4 @@ | |||
## Changelog | |||
|
|||
- Select Variants Working |
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.
This is old!
Could you rebase with master? :D Thank you Michael! |
c30a7d2
to
817c6a9
Compare
@michaelbromley is attempting to deploy a commit to the Vercel Solutions Team on Vercel. A member of the Team first needs to authorize it. |
Ok, rebased and cleaned up the history! |
The integration of next.js commerce with vendure is still in development or this is the final version? |
817c6a9
to
c607c05
Compare
c607c05
to
a6cfea0
Compare
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.4. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](axios/axios@v0.21.1...v0.21.4) --- updated-dependencies: - dependency-name: axios dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Minimal list/detail views working with Vendure * Implement useCart/useAddItem * Implement useUpdateItem & useRemoveItem * Implement useSearch * Add operations codegen, tidy up * Dummy checkout page * Implement auth/customer hooks * Use env var for Shop API url * Add some documentation * Improve error handling * Optimize preview image size * Fix accidental change * Update Vendure provider to latest changes * Vendure provider: split out gql operations, remove unused files * Update Vendure provider readme * Add local next.config to Vendure provider, update docs * Update to use demo server * Fix build errors * Use proxy for vendure api * Simplify instructions in Vendure readme * Refactor Vendure checkout api handler * Improve image quality
Hi!
Here's an updated PR for a Vendure provider. Docs for testing it out are in the readme. Sorry about the messy branch history!