1010 Commits

Author SHA1 Message Date
okbel
c8536ff720 Merge branch 'agnostic' of github.com:vercel/commerce into agnostic 2021-02-18 11:45:57 -03:00
Luis Alvarez
c02d7fec62 Added initial version of useAddItem 2021-02-16 21:14:11 -05:00
Luis Alvarez
75d485d35a Moved the fetcher to its own file 2021-02-15 18:50:52 -05:00
Luis Alvarez
c4870a05e8 Moved the handlers to each hook 2021-02-15 18:48:47 -05:00
Luis Alvarez
fe7d6df04f Added a MutationHandler 2021-02-15 12:02:31 -05:00
Luis Alvarez
bb0b8d2771 Fixed remaining issues with types 2021-02-15 12:02:24 -05:00
Luis Alvarez
499516e967 Updated type 2021-02-15 10:41:57 -05:00
Luis Alvarez
c621874250 Fixed another product type 2021-02-15 10:25:35 -05:00
Luis Alvarez
62ed50a646 Fixed product types 2021-02-15 10:15:20 -05:00
Luis Alvarez
c636fcbc4b Fixed more types 2021-02-15 00:09:57 -05:00
Luis Alvarez
d9243880a3 Fixed some types 2021-02-14 18:40:48 -05:00
okbel
de64b6d991 New changes and initial Features API 2021-02-12 17:10:17 -03:00
Luis Alvarez
2f903cc66c Merge branch 'master' of https://github.com/vercel/commerce into agnostic 2021-02-12 14:56:03 -05:00
okbel
4dd2c3fde0 Wishlist 2021-02-12 16:49:32 -03:00
Luis Alvarez
b116c0cfe1 Removed normalizr 2021-02-12 13:20:17 -05:00
Luis Alvarez
b907c31ef2 Removed generics for result and body 2021-02-12 13:13:08 -05:00
Luis Alvarez
505d3fe04b Removed old use-data lib 2021-02-12 13:01:13 -05:00
Luis Alvarez
1549368c88 Moved useSearch to the new hook 2021-02-12 12:17:36 -05:00
Luis Alvarez
883fbcbcb9 Added a default fetcher 2021-02-11 13:35:17 -05:00
Luis Alvarez
d8de84bed1 Move useCustomer to the new hook 2021-02-11 13:26:09 -05: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
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
Luis Alvarez
2c9b8b100d MOving stuff around and adding temporal new files 2021-02-05 17:44:10 -05:00
B
b121078151
Updates (#192)
* userAvatar

* Avatar background

* Changes

* Removing unused dependencies

* Count Bag small and for bigger numbers

* decresed bundle size
2021-02-04 15:03:44 -05:00
Luis Alvarez
1898f094bc Minor change 2021-02-03 17:14:19 -05: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
56ff15c91d Minor life improvement 2021-02-02 20:18:31 -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
Jamie Isaksen
7c70f645cc
Improve import statements (#191)
Co-authored-by: B <curciobelen@gmail.com>
2021-02-01 20:32:57 -03:00
Marcelo Fortunato
8b70794036
chore: Remove import never used (#189) 2021-02-01 20:32:28 -03: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
b7fbdc4e90
Update README.md 2021-01-29 12:01:56 -03:00
B
ec54b79d7a
Update README.md 2021-01-29 12:01:03 -03: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
2ffe1ab71b Removed import 2021-01-28 19:00:26 -05:00