Maciej D
Maciej D
### Describe the feature The goal of this task is to create breadcrumbs component in layers and display it with Storybook ### Description . ### Acceptance Criteria _No response_ ###...
### Description : closes #1752 ### Type of change ### ToDo's ### Screenshots (if applicable) ### Additional context
### Current Behavior There is a difference in the time of placing the order in the email confirming the order between storefront and API order Frontends  Storefornt  This...
### Describe the feature Move overridden OpenAPI schemas fixes to the backend Backend tasks: https://github.com/shopware/shopware/pull/7243 ### Description . ### Acceptance Criteria _No response_ ### Additional information - [ ] Would...
### Describe the feature The customer should be able to choose what type of address (account type) he is adding as it is in the Storefront.  blocked by https://github.com/shopware/shopware/issues/6941...
### Description Currently, the `useOrderDetails` composable has 2 roles: **Data provider** - `loadOrderDetails` method by `orderID` that is a "constructor" parameter **Business logic executor** - methods allowing actions on the...
### Description Add useMedia composable ### Type of change ### ToDo's ### Screenshots (if applicable) ### Additional context
Add wishlist page
This pull request refactors error handling across multiple account-related components by introducing a centralized `apiErrorHandler` utility. This change simplifies and standardizes how API errors are processed and displayed to users,...
Add a util function that will handle API errors management ``` if (error instanceof ApiClientError) { const errors = resolveApiErrors(error.details.errors); for (const error of errors) { pushError(error); } } ```...