react-pwa-reference-storefront
react-pwa-reference-storefront copied to clipboard
Reference Storefront Progressive Web Application in React
Description: Linting: - [x] No linting errors Component Updates: - [ ] Component package requires update on npm [@elasticpath/store-components](https://www.npmjs.com/package/@elasticpath/store-components) Tests: - [ ] E2E tests (npm test run with `e2e`)...
Description: Converted AppModalLoginMain to be a functional component and removed problematic `componentWillMount` lifecycle method. Also added `formik` library for handling login form. Linting: - [x] No linting errors Component Updates:...
Description: Linting: - [x] No linting errors Component Updates: - [ ] Component package requires update on npm [@elasticpath/store-components](https://www.npmjs.com/package/@elasticpath/store-components) Tests: - [ ] E2E tests (npm test run with `e2e`)...
Description: Added support for batch add to cart accelerator as "dark code": - Displays upload csv button on bulk order panel when batch add to cart accelerator is detected in...
Description: This PR implements bloomreach search. Once bloomreach is enabled in ep.config.json the search bar presented will do a keyword search on an endpoint described here: `https://help.bloomreach.com/display/BRINT/Product+search+API`. The search results...
Description: Linting: - [ ] No linting errors Component Updates: - [ ] Component package requires update on npm [@elasticpath/store-components](https://www.npmjs.com/package/@elasticpath/store-components) Tests: - [ ] E2E tests (npm test run with...
Description: Linting: - [ ] No linting errors Component Updates: - [ ] Component package requires update on npm [@elasticpath/store-components](https://www.npmjs.com/package/@elasticpath/store-components) Tests: - [ ] E2E tests (npm test run with...
Description: Linting: - [ ] No linting errors Tests: - [ ] E2E tests (npm test run with `e2e`) - [ ] Manual tests Documentation: - [ ] Requires documentation...
Description: Linting: - [ ] No linting errors Tests: - [ ] E2E tests (npm test run with `e2e`) - [ ] Manual tests Documentation: - [ ] Requires documentation...
Social networks login ===================== Social sharing added using this libraries: [Google](https://github.com/anthonyjgrove/react-google-login), [Facebook](https://github.com/keppelen/react-facebook-login) Configurations -------------- ep.config.json: ``` "socialNetworksLogin": { "enable": true, "fbApplicationId": "", "googleClientId": "" } ``` - fbApplicationId Instructions how...