569 Commits

Author SHA1 Message Date
okbel
ddd5497ac5 Adding shopify progress 2021-02-24 19:27:11 -03:00
okbel
bcd1d46e30 updates 2021-02-24 14:37:25 -03:00
Luis Alvarez
412f268148 More changes for wishlist config 2021-02-23 13:21:25 -05:00
Luis Alvarez
67d05ea165 Moved the features to be environment variable only 2021-02-23 11:32:54 -05:00
Luis Alvarez
a8607f24cd Updates to wishlist feature 2021-02-22 19:06:03 -05:00
Luis Alvarez
aa227e3de2 Moved wishlist use-remove-item to provider 2021-02-19 17:04:58 -05:00
Luis Alvarez
7005e45b09 Merge branch 'agnostic' of https://github.com/vercel/commerce into agnostic 2021-02-18 23:50:11 -05:00
okbel
05501c6f99 Adding tyni typing 2021-02-18 13:26:47 -03:00
okbel
19db5a7e1d Removing bug with touchstart 2021-02-18 13:24:46 -03:00
okbel
cbc354e0b6 Implementing FeaturesAPI with Wishlist 2021-02-18 13:21:43 -03:00
okbel
4cfa0418dd Adding wishlist api 2021-02-18 13:11:57 -03:00
okbel
c620355448 Adding Features APO 2021-02-18 12:59:18 -03:00
okbel
d093c9cf9c Changes 2021-02-18 12:05:25 -03:00
okbel
c8536ff720 Merge branch 'agnostic' of github.com:vercel/commerce into agnostic 2021-02-18 11:45:57 -03:00
Luis Alvarez
74da22d5f4 Added better mutation types, and moved some hooks 2021-02-18 01:10:38 -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
85f429c115 Merge branch 'agnostic' of github.com:vercel/commerce into agnostic 2021-02-11 16:59:26 -03: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
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
okbel
3f30344619 userAvatar 2021-02-04 12:29:20 -03:00
okbel
6cacfec8c7 Merge branch 'agnostic' of github.com:vercel/commerce into agnostic 2021-02-04 11:05:06 -03: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
okbel
b037cc0596 Merge branch 'agnostic' of github.com:vercel/commerce into agnostic 2021-02-02 11:40:29 -03:00
Marcelo Fortunato
8b70794036
chore: Remove import never used (#189) 2021-02-01 20:32:28 -03: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
okbel
b8a0bb5a21 Progress 2021-01-29 11:22:41 -03:00
Luis Alvarez
59a4535f0e More corrections for useCart 2021-01-28 18:34:44 -05:00
Luis Alvarez
3e27b80658 Added new normalizer for the cart to the UI 2021-01-28 15:54:17 -05:00
Leah Wagner
08a6b2efcf
Issue/79 fallback image (#179)
* Filter products from the homepage grid display when they do not have and image. Provide a fallback/placeholder image for the ProductCard for when a product does not have an image.

* Avoid repeating placeholder image reference and move to a variable

* Remove filter to avoid additional computations as per https://github.com/vercel/commerce/pull/80#discussion_r531142893. Placeholder images will display as fallback.

* Filter products from the homepage grid display when they do not have and image. Provide a fallback/placeholder image for the ProductCard for when a product does not have an image.

* Avoid repeating placeholder image reference and move to a variable

* Remove filter to avoid additional computations as per https://github.com/vercel/commerce/pull/80#discussion_r531142893. Placeholder images will display as fallback.

* Remove comment about filter. Code removed so no longer needed.

Co-authored-by: B <curciobelen@gmail.com>
2021-01-28 12:09:28 -05:00
Luis Alvarez
7cf1ace9fb Updated normalizer for useData 2021-01-27 15:41:04 -05:00
Luis Alvarez
8784e05183 Ran prettier fix 2021-01-22 12:17:39 -05:00
Luis Alvarez
2613a5cec7 Improve navbar performance 2021-01-21 10:44:59 -05:00
Luis Alvarez
1db974dabd Changed the way isEmpty works 2021-01-20 15:29:02 -05:00
okbel
48b484011d More updates 2021-01-19 12:33:50 -03:00
okbel
a8ae360cd4 Merge branch 'agnostic' of github.com:vercel/commerce into agnostic 2021-01-19 11:07:44 -03:00
okbel
017218c155 Progress 2021-01-19 11:07:40 -03:00
Bel Curcio
49b9efa395 changes 2021-01-18 20:17:10 -03:00
okbel
d03df631ce Cart Normalized 2021-01-18 16:24:22 -03:00
Belen Curcio
de0ba8cee8 changes breaking 2021-01-17 12:53:34 -03:00
Belen Curcio
7f70cfd868 Changes 2021-01-14 12:58:41 -03:00
Belen Curcio
fc34856e50 Normalizing Cart Responses 2021-01-12 16:59:07 -03:00