Ricardo M.

Results 94 comments of Ricardo M.

This issue requires #368 first

There's another issue reported, pending to be linked

Continuing from: https://github.com/KaotoIO/kaoto-next/issues/836

Raising the priority since it's a enhancement for visualization purposes

Yes, we have it already, [it's here](https://github.com/KaotoIO/kaoto/blob/9be2b962e3742f32949c96a8602637d017860874/packages/ui/src/models/visualization/flows/support/camel-component-schema.service.ts#L90-L111), it's just a matter of extending it to provide more tailored information.

Thanks for reporting this @christophd , is there a list that we could consume to know what can be applied? Otherwise we could use a static list?

Awesome, this helps a lot, thanks

There's no much change with the pagination, but we can see the width is working good, so we could choose to limit the height ![Screen Shot 2024-09-13 at 12 24...

Hi @corners2wall, that's correct, we're loading the `index.json` file twice and I agree it's not ideal. Originally, we were loading `schemas` and `components` [in the same file](https://github.com/KaotoIO/kaoto-next/pull/232/files#diff-77032d06eef9c517e8f18431ba19d26f52e6942d9e3a5a11133d07e999845e8e). But quickly we...