Rozaev Viktor

Results 46 comments of Rozaev Viktor

Howdy @devpaul ! It seems that you are right about that: > which means you'll definitely want to use intern/dojo/node!. Admittedly it's confusing because the package is compiled to use...

@devpaul okay, I got the idea. But maybe can do something with it? I mean, look at form my point of view: for example I am a new developer, I...

@SimbiozizV could you take this please?

The root cause of contentMode problem might be somewhere here: https://github.com/ytsaurus/ytsaurus-ui/blob/bf64b2cf9aef5e5d6281799e45c831eb58f910f3/packages/ui/src/ui/store/reducers/navigation/content/map-node/url-mapping.ts#L36. Here `draftMapNode.contentMode === 'resources'` and `queryMapNode.contentMode === 'default'`. So far it's not clear why it's done this way. This...

Done, now we do not reset contentMode between pages.

@SimbiozizV could we close this one? Do we still have perfomance issue here?

Hello @spiner2000, it's should be fixed together with https://github.com/ytsaurus/ytsaurus-ui/issues/533. Could you check that it's works?

@kaikash should be fixed now, please check.

In YT we render all breadcrumbs elements as links, and ignore `action()` callback. So the rootcase of the problems is that [Breadcrumbs](https://preview.gravity-ui.com/uikit/?path=/docs/components-navigation-breadcrumbs--docs) component didn't allow us to render custom content...

I decided to rewrite yt code in order to use `action()` callback, because that solution much easy to do right now. In future we can extend the Breadcrumbs component if...