Bratuniak Oleh

Results 14 comments of Bratuniak Oleh

Can u take this issue to the next sprint? Its necessary feature, because people can't to start a new site without SEO.

Hey guys! Try to remove `VSF_MIDDLEWARE_URL=` and remove a default value from nuxt.config.js replace this ``` publicRuntimeConfig: { middlewareUrl: process.env.VSF_MIDDLEWARE_URL || 'http://localhost:3000/api/', }, ``` with this ``` publicRuntimeConfig: { middlewareUrl:...

You try to connect from container nginx to localhost:3000/api. But your api in a vuesf container You need a same network for it. I can't test it now. But i...

Its a bad solution. Because u send a single request for every product. If grouped product will have a 10 products u will send a 10 request.

Hey @Frodigo! Yes, ofc. Need to check docs how to create a merge request.

@bartoszherba thank you for your review. I will fix all general issues

@bartoszherba i restored a cart sidebar and added a go to cart button.

@bartoszherba I will make changes after vacation. From 1.09

@bartoszherba added a changes from the last review, but without unit tests. will add tests after a vacation.

Hello @bartoszherba, No, I fixed the CartSidebar unit tests after adding an useCartView composable. And i want to add unit tests for the useCartView composable. But it will be after...