Maciek Kucmus

Results 63 issues of Maciek Kucmus

### Description There should be a place to allow to an user to unsubscribe provided email from newsletter. ### Acceptance criteria - [ ] there is a dedicated page for...

default-theme
Composables

### Description Seo meta-data is not available in `useCms` composable for pages in type "langing page". From short investigation, the data is not presented in the response from API so...

Shopware-API
Blocked

### What happened? Sometimes there is little lag between when loading a cart information. Once the cart is cleared, on new page view there is still an old cart available...

bug

### Description Currently, the [useWishlist](https://github.com/vuestorefront/shopware-pwa/blob/master/packages/composables/src/logic/useWishlist.ts) composable utilizes only a local storage to keep information in the browser on what products are in. Since some time, the API enables the wishlist...

size: 3
default-theme
Composables
TypeScript

### Description Currently, the internal theme's [usePriceFilter](https://github.com/vuestorefront/shopware-pwa/blob/master/packages/default-theme/src/logic/usePriceFilter.js) composable is not typed at all. ### Acceptance criteria - [ ] usePriceFilter has its representive in TypeScript

size: 1
TypeScript

### Description ![image](https://user-images.githubusercontent.com/5596960/154562407-fabdc1fa-7947-4970-9637-63ca3498a865.png) According to the swagger documentation, many of endpoints accepts the same set of common parameters, under the name "Criteria". In Shopware PWA interfaces it's equivalent of [ShopwareSearchParams](https://github.com/vuestorefront/shopware-pwa/blob/master/packages/commons/interfaces/search/SearchCriteria.ts#L55)....

size: 5
TypeScript

### Description ### Acceptance criteria - [ ] displayState computed is refactored in order to get the `displayStateInRegistration` once it's available in SW6 configuration

### What happened? So far, `route` property isn't refreshed every time it needs to be. Noticed in `notifications.js` plugin in default theme; route property used in interceptor handler isn't up...

bug
Composables

### Description build and document types included in @shopware-pwa/commons package ![image](https://user-images.githubusercontent.com/5596960/116404251-c1e67500-a82e-11eb-9594-93b534c05fc8.png) ### Acceptance criteria - [ ]

## Changes provides a workaround to not use page resolver from SwagShopwarePwa plugin: - use `/seo-url` endpoint to resolve the URL - fetch the corresponding entity using dedicated endpoint: product,...