The Wayback Machine - https://web.archive.org/web/20211119222449/https://github.com/topics/storefront
Skip to content
#

storefront

Here are 116 public repositories matching this topic...

vue-storefront
Fifciu
Fifciu commented Jun 22, 2021

Currently, catch block is the same for both methods in useForgotPasswordFactory (https://github.com/vuestorefront/vue-storefront/pull/5971/files/0e001721be751b0b0130915023ea0867722e1065#diff-89077440c1264480ee6ffbbcfb08d6c64c9881bea61ebbd8e0e5d260085b66ad):

err.message = err?.graphQLErrors?.[0]?.message || err.message;

Let's create an external function that takes care of that a

solidus
kennyadsl
kennyadsl commented Mar 5, 2021

i18n-tasks gem now comes with the following post-install message:

Post-install message from i18n-tasks:
# Install default configuration:
cp $(bundle exec i18n-tasks gem-path)/templates/config/i18n-tasks.yml config/
# Add an RSpec for missing and unused keys:
cp $(bundle exec i18n-tasks gem-path)/templates/rspec/i18n_spec.rb spec/

It's a good opportunity to follow these instru

aniamusial
aniamusial commented Oct 11, 2021

Describe the bug
Due to adding templates feature the nuxt page is now shifted to the left.

How to reproduce
Steps to reproduce the behavior:

  1. Go to nuxt homepage
  2. See the error

Expected behavior
Layout is aligned according to designs.

Actual behavior
Layout is shifted

Screenshots
<img width="266" alt="Zrzut ekranu 2021-10-11 o 14 14 24" src="https://user-

Example Storefront is Reaction Commerce’s headless ecommerce storefront - Next.js, GraphQL, React. Built using Apollo Client and the commerce-focused React UI components provided in the Storefront Component Library (reactioncommerce/reaction-component-library). It connects with Reaction backend with the GraphQL API.

  • Updated Nov 17, 2021
  • JavaScript
codingstyle
codingstyle commented Jan 21, 2021

I am currently integrating the SDK in a React Native app written mainly with TypeScript.
So far Swell JS SDK works well, there are only two blocking issues:

  1. Buffer has to be set as a global variable to that SDK works correctly
  2. Session management relies exclusively on browser cookies. Maybe there is an abstraction layer to add for supporting both web and React Native?

For the moment,

Improve this page

Add a description, image, and links to the storefront topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the storefront topic, visit your repo's landing page and select "manage topics."

Learn more