4
0
forked from crowetic/commerce

64 Commits

Author SHA1 Message Date
B
78cc378a72
New Release (#371)
* Custom Checkout Progress

* Updates to Checkout

* Custom Checkout Progress

* Adding tabs

* Adding Collapse

* Adding Collapse

* Improving Sidebar Scroll

* Modif footer

* Changes

* More design updates

* sidebar cart

* More design updates

* More design updates

* More design updates

* More design updates

* Types

* Types

* Design Updates

* More changes

* More changes

* More changes

* Changes

* Changes

* Changes

* New tailwind required changes

* Sidebar Styling issues with Mobile

* Latest changes - Normalizing cart

* Styling Fixes

* New changes

* Changes

* latest

* Refactor and Renaming some UI Props

* Adding Quantity Component

* Adding Rating Component

* Rating Component

* More updates

* User Select disabled, plus hidding horizontal scroll bars

* Changes

* Adding ProductOptions Component and more helpers

* Styling updates

* Styling updates

* Fix for slim tags

* Missmatch with RightArrow

* Footer updates and some styles

* Latest Updates

* Latest Updates

* Latest Updates

* Removing Portal, since it's not needed. We might add it later I'd rather not to.

* Removing Portal, since it's not needed. We might add it later I'd rather not to.

* Sam backdrop filter

* General UI Improvements

* General UI Improvements

* Search now with Geist Colors

* Now with Geist Colors

* Changes

* Scroll for Mobile on IOs devises

* LoadingDots Working (:

* Changes

* More Changes

* Perf changes

* More perf changes

* Fade to the Nametags in the ProductCard

* changes

* Search issue ui

* Search issue ui

* Make sure to only refresh navbar and modals when required

* Index revalidate

* Fixed image issue

* hide album scroll on windows

* Fix scrollbar

* Changing

* Adding 404 with Layout

* Removing Toast

* Adding Assets

* Adding Assets

* Progress with LocalProvider

* New productTag

* Only images for the drop

* changes

* Empty SWRhooks

* Adding Local Provider

* Working local

* Working view of a LocalProvider

* More updates

* Changes

* Removed react-ticker

* default to local if no env available

* default to local if no env available

* add missing `@` to css import

* rewrite search rewrites to multiple pages

* allow requests in getStaticProps to execute in parallel

* make type import explicit

* add a tsconfig.js file

* use local provider in tsconfig.js

* avoid a circular dependency

* Saleor was not in the providers list

* avoid circular dependency in bigcommerce

* Adding more to the Local Provider (#366)

* Adding more data

* Adding more data

* optimize assets (#370)

* Optimize assets (#372)

* optimize assets

* remove assets

* remove assets

* cart enabled

* Adding saleor

* Changes with Webpack

* Changes

Co-authored-by: Luis Alvarez <luis@vercel.com>
Co-authored-by: Tobias Koppers <tobias.koppers@googlemail.com>
Co-authored-by: Shu Ding <g@shud.in>
2021-06-15 20:23:17 -03:00
Bel Curcio
685fb932db Adding revalidate to search - categories change too 2021-06-09 09:39:32 -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
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
cond0r
d981475818 Default to Bigcommerce 2021-05-13 17:00:10 +03:00
cond0r
bff94e73ae Fix build errors 2021-05-13 16:10:09 +03:00
Luis Alvarez
fc023de844 Ignore some types 2021-02-25 18:10:59 -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
okbel
4cfa0418dd Adding wishlist api 2021-02-18 13:11:57 -03:00
Luis Alvarez
2f903cc66c Merge branch 'master' of https://github.com/vercel/commerce into agnostic 2021-02-12 14:56:03 -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
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
48b484011d More updates 2021-01-19 12:33:50 -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
4499f33f13 Reordering 2021-01-07 16:49:26 -03:00
Luis Alvarez
cf359cb774 Updated imports and deps 2020-12-29 20:04:26 -05:00
Ricardo Silva
77ce22d8e5 put filters inside a dropdown in mobile devices 2020-11-18 16:17:20 +00:00
Belen Curcio
be11f7f32b Renaming and removing enhanced image 2020-11-04 11:50:23 -03:00
Luis Alvarez
eddf338bfb Removed /utils 2020-10-27 05:53:30 -05:00
Luis Alvarez
7aa9019ada Updated imports 2020-10-27 04:53:21 -05:00
Luis Alvarez
16d6369b64 Merge branch 'master' of https://github.com/okbel/e-comm-example 2020-10-27 04:48:49 -05:00
Luis Alvarez
c1d0395c4e Added locale to all pages 2020-10-27 04:00:42 -05:00
Luis Alvarez
c9b4a9ad4c Add preview where applicable 2020-10-27 00:47:29 -05:00
luc
86ee3cce21 import from @bigcommerce/storefront-data-hooks 2020-10-27 03:02:27 +01:00
luc
c7b5c3ddc9 use @bigcommerce/storefront-data-hooks 2020-10-27 02:35:40 +01:00
Luis Alvarez
7c677afd17 UX improvements for the search page 2020-10-25 22:33:32 -05:00
Luis Alvarez
5706e7afa2 Search results fix 2020-10-25 21:47:19 -05:00
Luis Alvarez
d70132734b Add links to the categories & brands in the landing 2020-10-25 21:43:13 -05:00
Belen Curcio
6b4d32a7d3 Decrese size 2020-10-24 19:35:16 -03:00
Luis Alvarez
dc80358bc6 Added image component to product images 2020-10-21 21:28:28 -05:00
Belen Curcio
f530f7d597 Changes to the headings 2020-10-21 11:36:38 -03:00
Luis Alvarez
f6e0fd761e Don't import from 'lodash' 2020-10-19 13:56:29 -05:00
Luis Alvarez
9309bff517 Type fixes 2020-10-19 12:40:26 -05:00
Belen Curcio
453b7b54e8 Changes to search UI 2020-10-19 11:23:10 -03:00
Belen Curcio
526b291f4f Adding Correct Sizes and Colors 2020-10-17 17:56:38 -03:00
Luis Alvarez
f60ee2d9ec Updated pages to include BC pages 2020-10-15 18:55:39 -05:00
Luis Alvarez
b332609f96 Merge branch 'master' of https://github.com/okbel/e-comm-example 2020-10-15 15:20:54 -05:00
Luis Alvarez
a0b85bcf5b Added links to pages in the footer 2020-10-15 14:00:41 -05:00
Belen Curcio
ab45e28813 Normalizing Style Sheets 2020-10-15 16:00:11 -03:00
Belen Curcio
a0e5448210 Better Search Experience 2020-10-15 12:19:19 -03:00
Belen Curcio
014d195463 Adding Search Skeleton 2020-10-15 12:12:28 -03:00
Belen Curcio
fddf85df4b Adding Search Skeleton 2020-10-15 11:45:01 -03:00
Belen Curcio
bf1ffcace9 Skeleton Component 2020-10-15 11:10:07 -03:00
Luis Alvarez
df24786d18 Added selected state to sort options 2020-10-14 13:50:56 -05:00
Luis Alvarez
8905089fd7 bug fixes 2020-10-14 13:12:34 -05:00
Luis Alvarez
32da7ddcc1 Updated sorting logic 2020-10-14 12:47:22 -05:00
Luis Alvarez
cdb2cbdebd Added sort option to the UI 2020-10-14 11:50:38 -05:00
Luis Alvarez
398feac176 Add sorting to the API for search 2020-10-14 10:53:03 -05:00