1342 Commits

Author SHA1 Message Date
DuvCharles
4b357bdf2f feat: call one time getCartToken 2023-03-24 17:59:11 +01:00
DuvCharles
9bc876e02e feat: add read-me 2023-03-24 17:59:11 +01:00
DuvCharles
c355725fa9 feat: add discounts and remove console.log 2023-03-24 17:59:11 +01:00
DuvCharles
7ab1d9a50d feat: add type in hook 2023-03-24 17:59:11 +01:00
DuvCharles
af565bb2a4 add remove item hook 2023-03-24 17:59:11 +01:00
DuvCharles
42007d89cd update product serialization 2023-03-24 17:59:11 +01:00
DuvCharles
ff41cf0e8f add update-item hook 2023-03-24 17:59:11 +01:00
DuvCharles
59d191cc8c add add-item hook 2023-03-24 17:59:11 +01:00
DuvCharles
8adaa98c8d create use-cart hook 2023-03-24 17:59:11 +01:00
DuvCharles
daba93efbe type: add type to MutationHook 2023-03-24 17:53:23 +01:00
DuvCharles
5d1341d012 update url for customer hook 2023-03-24 17:53:23 +01:00
DuvCharles
daabb58fed add sign up hook 2023-03-24 17:53:23 +01:00
DuvCharles
5b29bf8c78 add logout hook 2023-03-24 17:34:52 +01:00
DuvCharles
8a0395050f type: fix type for hook and input 2023-03-24 17:30:25 +01:00
DuvCharles
3abb486452 add null return to login 2023-03-24 17:30:25 +01:00
DuvCharles
7a8d65b045 change base url 2023-03-24 17:30:25 +01:00
DuvCharles
fea72c36f5 create hooks 2023-03-24 17:30:25 +01:00
DuvCharles
f92d823d1e normalize customer 2023-03-24 17:30:25 +01:00
DuvCharles
456568e942 add token in fetcher header 2023-03-24 17:30:25 +01:00
DuvCharles
ad634950a8 add customer token and id to localstorage 2023-03-24 17:30:25 +01:00
DuvCharles
b01b327357 enable login 2023-03-24 17:30:25 +01:00
DuvCharles
62501db571 use-search 2022-12-02 21:12:18 +01:00
DuvCharles
61592ee3e9 remove graphQL fetcher 2022-11-29 15:58:55 +01:00
DuvCharles
96a8c54e21 fix site-info 2022-11-18 17:29:03 +01:00
DuvCharles
b4a81e7d9a get-all-product-path operation 2022-11-18 17:28:33 +01:00
DuvCharles
7bf6e07cec add path to product 2022-11-18 16:48:06 +01:00
DuvCharles
64315a74ca create get-site-info operation 2022-11-18 14:23:39 +01:00
DuvCharles
ad12c23ab2 create get-product operation 2022-11-15 17:43:13 +01:00
DuvCharles
5e9300af5f normalize option and variant 2022-11-15 17:42:55 +01:00
DuvCharles
e4dad2f8f4 update product types 2022-11-15 17:41:55 +01:00
DuvCharles
1ad05673a2 Call api route to get all products 2022-11-10 11:18:35 +01:00
DuvCharles
8b2c415e1a Refacto config name 2022-11-10 11:18:09 +01:00
DuvCharles
b4c088f4ca convert sylius product to commerce product 2022-11-10 11:17:45 +01:00
DuvCharles
b414f4f708 create sylius products type 2022-11-10 11:16:57 +01:00
DuvCharles
f5282b332f Update config and create rest api fetcher 2022-11-10 11:16:22 +01:00
DuvCharles
2e30281e69 feat: mock api routes 2022-11-10 11:12:47 +01:00
DuvCharles
8c6f2754dd feat: mock hooks 2022-09-30 13:41:57 +02:00
DuvCharles
0e08cd8f6a feat: add sylius to config 2022-09-30 13:41:06 +02:00
Loïc Carbonne
f6821004ee Init Sylius provider package 2022-09-13 17:18:53 +02:00
Catalin Pinte
87134e2990
Fix mobile side menu (#783)
Co-authored-by: cond0r <1243434+cond0r@users.noreply.github.com>
2022-07-12 19:13:19 +03:00
Lukas Schüth
2c8d46ce90
Fix navigation between cart and menu on mobile (#709)
* Fix navigation between cart and menu on mobile

On mobile when the Sidebar menu is open and you want to switch to cart, it would toggle the sidebar and close it instead of switching view.

* Adds missing openSidebar to useUI hook

* Sets correct Sidebar view when adding a product

If the last selected view on mobile was the menu, it was shown instead of the cart when adding a product.

Co-authored-by: Bel <curciobelen@gmail.com>
2022-06-13 15:11:01 -04:00
Marin Heđeš
0c5597fb93
fix: put issue templates inside .github folder (#761) 2022-06-13 14:59:00 -04:00
Gaspar Garcia Jr
9f88a14c96
Update turbo version (#764) 2022-06-02 17:43:20 -05:00
Eduardo Fortuna
f059d4e6c4
Update Shopify Storefront API Version (#736) 2022-05-16 16:02:19 +02:00
pfcodes
cf8ff6ccf2
docs: README.md spelling fix (#747) 2022-05-04 16:29:27 +01:00
Dom Sip
4bb8fcb06d
docs(sfcc): demo link (#744) 2022-04-28 12:54:14 -05:00
Dom Sip
a40cefc528
issue templates (#733) 2022-04-20 12:40:39 -05:00
Dom Sip
66e3269b0e
SFCC provider (#727)
* new SFCC provider

* add search

* normalization + search

* categories as search results

* adress PR feedback

* Update README.md

* get all paths for SSG

* product variants and options

* Apply suggestions from code review

Co-authored-by: Luis Alvarez D. <luis@vercel.com>

* remove console log

* prettier

* clean console log

* ran prettier

* Updated readme

* remove static data and revert config changes

* set default site

Co-authored-by: Luis Alvarez D. <luis@vercel.com>
2022-04-20 12:08:26 -05:00
Dom Sip
a46057c5ef
docs(core): how to run locally (#716) 2022-04-19 15:19:41 -03:00
Dom Sip
95d09f7ef3
chore: add prettier vscode settings (#735)
* chore: add prettier vscode settings

* simplify
2022-04-19 12:49:30 -05:00