vue-storefront
vue-storefront copied to clipboard
Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to...
## What is the motivation for adding / enhancing this feature? #### Errors Use VSF Error Handling to display errors in login/registration forms. How the flow should look like: 1....
AC: * group and split types in separated files * group types within namespaces * create more mapped types to remove repetitive ones * create type aliases for backward compatibility
## What is the motivation for adding / enhancing this feature? As of now, we are redirecting the traffic over our middleware, we can also redirect entire headers. Sometimes when...
At this moment we present errors without any formatting, and very often they are useless when it comes to debugging and understanding errors. In this spike please do research for:...
Our hooks in the middleware are not async, which can be an issue when someone would like to trigger some async action there. AC: * please make all of lifecycle...
Client case: "Non translatable shipping method key name is displayed instead of translatable description"
## Environment **browser:** Chromium (Brave), Chrome ## Expected result Modal should be closed only on specific event: clicking outside of modal container ## Actual result Modal closes on both click...
## Description The goal of this task was to make the `onCreate` an async function. To achieve that we must introduce BC change. The most intrusive change is that the`apiClientFactory`...
### What is your question / Please describe your issue I just follow the normal process of documentation of vuestorefront 2 [  ](url) ### What version of Vue Storefront...
Update docs deploy action ## Description Update docs deploy action ## Related Issue IN-299 ## Motivation and Context After migration to farmer v2, it's necessary to change docs deploy action....