Skip to content
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

Merged
merged 22 commits into from
May 27, 2021
Merged

Vendure provider #223

merged 22 commits into from
May 27, 2021

Conversation

michaelbromley
Copy link
Contributor

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!

@@ -3,9 +3,6 @@ import s from './LoadingDots.module.css'
const LoadingDots: React.FC = () => {
return (
<span className={s.root}>
<span />
<span />
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is old!

@okbel
Copy link
Contributor

okbel commented Mar 19, 2021

Could you rebase with master? :D Thank you Michael!

@vercel
Copy link

vercel bot commented Mar 19, 2021

@michaelbromley is attempting to deploy a commit to the Vercel Solutions Team on Vercel.

A member of the Team first needs to authorize it.

@michaelbromley
Copy link
Contributor Author

Ok, rebased and cleaned up the history!

@zohra-alt
Copy link

The integration of next.js commerce with vendure is still in development or this is the final version?

@okbel okbel merged commit da43710 into vercel:master May 27, 2021
persi123 pushed a commit to persi123/commerce that referenced this pull request Oct 21, 2021
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>
loan-laux pushed a commit to TrellisCommerce/next-commerce-bigcommerce that referenced this pull request May 11, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants