cond0r
8d801ce5d7
query all products for vendors & paths, improve search
2021-02-12 09:56:03 +02:00
cond0r
1450492826
Merge branch 'agnostic' of https://github.com/vercel/commerce into agnostic
2021-02-11 13:47:38 +02:00
Luis Alvarez
8966f0b583
Moved useWishlist to use new handler
2021-02-11 02:43:09 -05:00
Luis Alvarez
271ed01631
Final touches to the hook handler type
2021-02-10 15:10:48 -05:00
Luis Alvarez
0eeb290eb0
Add more options to the hook handler
2021-02-10 10:51:46 -05:00
Luis Alvarez
5aecb0f303
Updated how the hook input is handled
2021-02-09 13:23:48 -05:00
cond0r
93fe44258c
align with upstream changes
2021-02-09 15:02:22 +02:00
cond0r
a934cb51fd
Revert "Revert "Merge branch 'agnostic' of https://github.com/vercel/commerce into agnostic""
...
This reverts commit c9a43f1bce0572d0eff41f3af893be8bdb00bedd.
2021-02-09 14:40:38 +02:00
cond0r
65af7d55d1
change readme
2021-02-09 09:14:42 +02:00
cond0r
c9a43f1bce
Revert "Merge branch 'agnostic' of https://github.com/vercel/commerce into agnostic"
...
This reverts commit 23c8ed7c2d48d30e74ad94216f9910650fadf30c, reversing
changes made to bf50965a39ef0b1b956461ebe62070809fbe1d63.
2021-02-09 09:13:04 +02:00
cond0r
23c8ed7c2d
Merge branch 'agnostic' of https://github.com/vercel/commerce into agnostic
2021-02-09 08:57:33 +02:00
Luis Alvarez
016be86d9a
Added proper type for fetch input
2021-02-08 22:07:26 -05:00
Luis Alvarez
479b30ba5f
Moved provider to its own file
2021-02-08 21:57:39 -05:00
Luis Alvarez
2a5cbadd3a
Removed duplicated fetcher
2021-02-08 19:50:45 -05:00
Luis Alvarez
7f3174bcd0
Moved SwrOptions type
2021-02-08 18:13:29 -05:00
Luis Alvarez
82c5cd4aba
Updated Fetcher type
2021-02-08 18:00:48 -05:00
Luis Alvarez
8bf42c3b50
Simplified useData types
2021-02-08 17:55:23 -05:00
Luis Alvarez
74c55cc50e
Moved types
2021-02-08 17:16:45 -05:00
Luis Alvarez
17b336017c
Improved HookHandler type
2021-02-08 11:16:14 -05:00
Luis Alvarez
25b14007da
Removed old hook
2021-02-08 11:10:35 -05:00
Luis Alvarez
aab2e7f7cc
Replace use-cart with the new hook
2021-02-08 10:52:35 -05:00
cond0r
0dad4ddedb
changes
2021-02-08 09:15:20 +02:00
Luis Alvarez
2c9b8b100d
MOving stuff around and adding temporal new files
2021-02-05 17:44:10 -05:00
cond0r
1384a88440
Update handle-login.ts
2021-02-05 12:48:22 +02:00
cond0r
41b14e55c3
Automatic login after sign-up
2021-02-05 11:06:03 +02:00
cond0r
dde09c5105
Login, Sign Up, Log Out, and checkout & customer association
2021-02-05 10:31:04 +02:00
cond0r
612392aaba
Update config.ts
2021-02-05 00:14:10 +02:00
cond0r
57ebfe42f5
start customer auth & signup
2021-02-05 00:02:39 +02:00
cond0r
1a43a0ab57
changes
2021-02-04 18:09:20 +02:00
cond0r
d35adf9c21
Update normalize.ts
2021-02-04 17:50:32 +02:00
cond0r
553a1fd9d3
Fix: color option
2021-02-04 17:44:17 +02:00
cond0r
029a8372a2
Update get-checkout-id.ts
2021-02-04 17:22:01 +02:00
cond0r
b0d8ae565d
shopify checkout redirect & api handler
2021-02-04 17:18:33 +02:00
cond0r
2acc21164b
fix: cart error on first load
2021-02-04 16:18:01 +02:00
cond0r
9783537ca2
Update normalize.ts
2021-02-04 16:06:37 +02:00
cond0r
32184ecdbd
fixes
2021-02-04 16:03:52 +02:00
cond0r
67ed55d114
Update index.ts
2021-02-04 15:35:53 +02:00
cond0r
2dffcb7bfb
normalizations & missing files
2021-02-04 15:34:22 +02:00
cond0r
3c985278c6
Update README.md
2021-02-04 13:28:41 +02:00
cond0r
f63e2c67a0
Update README.md
2021-02-04 13:27:58 +02:00
cond0r
14c3f961b3
Implement Shopify Provider
2021-02-04 13:23:44 +02:00
Luis Alvarez
c06d9dae3a
Merge branch 'master' of https://github.com/vercel/commerce into agnostic
2021-02-03 17:13:59 -05:00
Luis Alvarez
5cfa8241f6
Updated the useAddItem and useRemoveItem hooks
2021-02-02 20:16:47 -05:00
Luis Alvarez
023058dc0c
Moved and updated cart types
2021-02-02 17:49:05 -05:00
Luis Alvarez
e5f0809070
Improved types for operations
2021-01-29 19:24:10 -05:00
Luis Alvarez
172b413521
Making multiple changes
2021-01-29 16:45:50 -05:00
Luis Alvarez
1de3e76513
Switch away from global types
2021-01-29 11:30:17 -05:00
B
3a7d5e2489
Latest Release ( #187 )
...
* Remove duplicated css rules. (#185 )
* Fix typo in the Marquee component (#176 )
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
* Remove duplicated css rules.
Fix invalid JSX props.
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
* Fix the body scroll when the sidebar is open (#184 )
* Fix typo in the Marquee component (#176 )
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
* Fix the body scroll when the sidebar is open
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
* Remove duplicate class in the I18nWidget comp (#183 )
* Fix typo in the Marquee component (#176 )
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
* Remove duplicate class name in the I18nWidget comp
This PR removes a duplicate class name in the I18nWidget component.
Co-authored-by: Hugo Lopes <hugo.rodrigues.lopes@gmail.com>
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
* add horizontal margin to pages when mobile screen (#180 )
* Add cart item options like color and size (#177 )
Co-authored-by: hlopes <hugo.lopes@present-technologies.com>
* Changes
Co-authored-by: Hugo Lopes <hugo.rodrigues.lopes@gmail.com>
Co-authored-by: Hugo Lopes <hugo.lopes@present-technologies.com>
Co-authored-by: Jamie Isaksen <jamie@jamie.no>
Co-authored-by: Vinicius Zucatti <51221635+vczb@users.noreply.github.com>
2021-01-29 12:00:16 -03:00
Luis Alvarez
f541a545f9
Updated cart update hooks
2021-01-28 18:37:07 -05:00
Luis Alvarez
59a4535f0e
More corrections for useCart
2021-01-28 18:34:44 -05:00