567 Commits

Author SHA1 Message Date
Bel Curcio
812d1bee84 Now with Geist Colors 2021-06-07 01:01:02 -03:00
Bel Curcio
677bba308d Search now with Geist Colors 2021-06-07 00:59:52 -03:00
Bel Curcio
f46891991e General UI Improvements 2021-06-07 00:48:44 -03:00
Bel Curcio
fee79b47cf General UI Improvements 2021-06-06 20:46:37 -03:00
Bel Curcio
177a9cb510 Sam backdrop filter 2021-06-06 17:25:44 -03:00
Bel Curcio
4891ffed7f Removing Portal, since it's not needed. We might add it later I'd rather not to. 2021-06-06 17:20:34 -03:00
Bel Curcio
00d1d2ac02 Latest Updates 2021-06-05 16:48:29 -03:00
Bel Curcio
3cab31332a Latest Updates 2021-06-05 16:41:30 -03:00
Bel Curcio
191a401ea6 Latest Updates 2021-06-05 16:20:02 -03:00
Bel Curcio
9b5f72f110 Footer updates and some styles 2021-06-05 16:07:15 -03:00
Bel Curcio
caf1ac04ac Missmatch with RightArrow 2021-06-05 15:35:31 -03:00
Bel Curcio
bc6e2adf86 Fix for slim tags 2021-06-05 15:13:38 -03:00
Bel Curcio
813b1a86fd Styling updates 2021-06-05 14:11:43 -03:00
Bel Curcio
97984c3691 Styling updates 2021-06-05 13:57:51 -03:00
Bel Curcio
aca215cbbb Adding ProductOptions Component and more helpers 2021-06-05 13:16:34 -03:00
Bel Curcio
d3bd52fb6b Changes 2021-06-04 19:07:26 -03:00
Bel Curcio
1699254288 User Select disabled, plus hidding horizontal scroll bars 2021-06-04 17:54:39 -03:00
Bel Curcio
f557274f62 More updates 2021-06-04 17:43:27 -03:00
Bel Curcio
60c9fbca00 Rating Component 2021-06-04 14:56:39 -03:00
Bel Curcio
224d415775 Adding Rating Component 2021-06-04 14:55:26 -03:00
Bel Curcio
f8f8cb3494 Adding Quantity Component 2021-06-04 14:38:26 -03:00
Bel Curcio
fe324696d7 Refactor and Renaming some UI Props 2021-06-04 11:45:13 -03:00
Bel Curcio
bb9cfa0cd1 Changes 2021-06-03 20:21:08 -03:00
Bel Curcio
45554c68d6 New changes 2021-06-03 19:40:46 -03:00
Bel Curcio
75c5d0be87 Styling Fixes 2021-06-03 18:36:54 -03:00
Bel Curcio
0c960884dc Merge branch 'master' of https://github.com/vercel/commerce into custom-checkout 2021-06-03 12:37:47 -03:00
Bel Curcio
1b80b53b82 Latest changes - Normalizing cart 2021-06-02 16:12:58 -03:00
Bel Curcio
c1535cb8a6 Sidebar Styling issues with Mobile 2021-06-01 17:40:39 -03:00
Bel Curcio
3414739913 New tailwind required changes 2021-06-01 17:06:03 -03:00
Bel Curcio
2f17e7eba9 Changes 2021-06-01 16:45:12 -03:00
Bel Curcio
113d186d0b Changes 2021-06-01 15:48:32 -03:00
Bel Curcio
627237ec06 Changes 2021-06-01 15:25:23 -03:00
Bel Curcio
51229a0562 More changes 2021-06-01 14:39:24 -03:00
Bel Curcio
cdb765fdab More changes 2021-06-01 14:17:30 -03:00
Bel Curcio
da2fb44dd4 More changes 2021-06-01 13:47:54 -03:00
Bel Curcio
874c72795b Design Updates 2021-06-01 13:21:45 -03:00
okbel
4438123bb0 Types 2021-06-01 10:02:38 -03:00
okbel
38f91db46e Types 2021-06-01 09:56:43 -03:00
okbel
94894c4a69 More design updates 2021-06-01 09:55:34 -03:00
okbel
a6749a65b5 More design updates 2021-06-01 09:47:18 -03:00
okbel
68e0bfc735 More design updates 2021-06-01 09:46:48 -03:00
okbel
85d00ca305 More design updates 2021-06-01 09:42:45 -03:00
okbel
36fe8937a7 sidebar cart 2021-06-01 09:34:54 -03:00
okbel
3bc8adfe29 More design updates 2021-06-01 09:14:51 -03:00
Luis Alvarez D
a98c95d447
[WIP] Node.js provider for the API (#252)
* Adding multiple initial files

* Updated the default cart endpoint

* Fixes

* Updated CommerceAPI class for better usage

* Adding more migration changes

* Taking multiple steps into better API types

* Adding more experimental types

* Removed many testing types

* Adding types, fixes and other updates

* Updated commerce types

* Updated types for hooks now using the API

* Updated mutation types

* Simplified cart types for the provider

* Updated cart hooks

* Remove normalizers from the hooks

* Updated cart endpoint

* Removed cart handlers

* bug fixes

* Improve quantity input behavior in cart item

* Removed endpoints folder

* Making progress on api operations

* Moved method

* Moved types

* Changed the way ops are created

* Added customer endpoint

* Login endpoint

* Added logout endpoint

* Add missing logout files

* Added signup endpoint

* Removed customers old endpoints

* Moved endpoints to nested folder

* Removed old customer endpoint builders

* Updated login operation

* Updated login operation

* Added getAllPages operation

* Renamed endpoint operations to handlers

* Changed import

* Renamed operations to handlers in usage

* Moved getAllPages everywhere

* Moved getPage

* Updated getPage usage

* Moved getSiteInfo

* Added def types for product

* Updated type

* moved products catalog endpoint

* removed old catalog endpoint

* Moved wishlist

* Removed commerce.endpoint

* Replaced references to commerce.endpoint

* Updated catalog products

* Moved checkout api

* Added the get customer wishlist operation

* Removed old wishlist stuff

* Added getAllProductPaths operation

* updated reference to operation

* Moved getAllProducts

* Updated getProduct operation

* Removed old getConfig and references

* Removed is-allowed-method from BC

* Updated types for auth hooks

* Updated useCustomer and core types

* Updated useData and util hooks

* Updated useSearch hook

* Updated types for useWishlist

* Added index for types

* Fixes

* Updated urls to the API

* Renamed fetchInput to fetcherInput

* Updated fetch type

* Fixes in search hook

* Updated Shopify Provider Structure (#340)

* Add codegen, update fragments & schemas

* Update checkout-create.ts

* Update checkout-create.ts

* Update README.md

* Update product mutations & queries

* Uptate customer fetch types

* Update schemas

* Start updates

* Moved Page, AllPages & Site Info

* Moved product, all products (paths)

* Add translations, update operations & fixes

* Update api endpoints, types & fixes

* Add api checkout endpoint

* Updates

* Fixes

* Update commerce.config.json

Co-authored-by: B <curciobelen@gmail.com>

* Added category type and normalizer

* updated init script to exclude other providers

* Excluded swell and venture temporarily

* Fix category & color normalization

* Fixed category normalizer in shopify

* Don't use getSlug for category on /search

* Update colors.ts

Co-authored-by: cond0r <pinte_catalin@yahoo.com>
Co-authored-by: B <curciobelen@gmail.com>
2021-06-01 03:18:10 -05:00
cond0r
0792eabd4c
Fix missing images (#264)
Co-authored-by: B <curciobelen@gmail.com>
2021-05-31 21:34:28 -05:00
B
1bc721de83
Improved Categories (#339)
* Improved Categories

* Improved Categories

* Improved Categories

* Improved Categories

* Improved Categories

* Improved Categories
2021-05-31 17:44:08 -05:00
Bel Curcio
025a89bc73 Changes 2021-05-31 18:00:55 -03:00
Bel Curcio
96836b1969 Modif footer 2021-05-31 17:24:53 -03:00
Bel Curcio
672df042d5 Improving Sidebar Scroll 2021-05-31 17:02:45 -03:00