Patryk Tomczyk
Patryk Tomczyk
I believe `const errors = ref({});` should be already defined with properties which it contains ```ts connst errors = ref({ register: null, login: null }); ``` so basically UseUser interface...
## Changes discussed * add computed with a flag if there are any errors in composable, example `hasErrors => Object.values(errors).length` * error object parameter has exact the same name as...
I really like this idea, needs to be well documented in our docs and also strictly watched by us. But surely this would improve commit messages and also users would...
I completely agree with this issue. All translation files should be theme-specific. However, we should leave in core translations which are strictly from the core, like messages throw as errors...
closing in favour of #1194 thank you for raising this issue 🙌
hey @max-zinn looking at the overrides we currently can override: 1. components 2. patches Here's more info on that: https://github.com/shopware/frontends/tree/main/packages/api-gen#partial-overrides What is the problem in your case: 1. you named...
that's also fine, it just looked like a typo ;) So it that working for you in current shape?
sorry missed you typed two comments :) yes, you're right about not clear info. You're use case is totally valid. I think we can solve this on merging patches -...
I can confirm that the bug exists, I added Landing Page link into the demo and this element does not contain `seoUrls`. Proper header is attached to the request, as...
hello, any updates with this?