Vojtech Miksu

Results 173 comments of Vojtech Miksu

Yea, controls are probably the most used addon. > Or we could just have some simple adjustments like "if there are controls for given story, open by default the controls...

> I think the issue is with the [SynchronizeHead](https://github.com/tajo/ladle/blob/main/packages/ladle/lib/app/src/synchronize-head.tsx#L76-L99) component and the fact that it's overriding the insertRule method on the CSSStyleSheet prototype to create separate style tags in the...

It's not in the spec but I guess it makes sense adding elements before existing index. https://github.com/tajo/ladle/blob/main/packages/ladle/lib/app/src/synchronize-head.tsx#L17 I think we just need to change `after` to `before`

Are we sure that there is just one instance of styled-components / CSS-in-JS library doing these insertions? It's really strange it attempts to `insertRule` at index `5` as its first...

> @tajo any further thoughts on this issue? IMO having an option to disable the SynchronizeHead behaviour would be good enough for us because we don't use iframes. Yea. Afaik,...

> I would like to work on this issue. Can you Please assign me this issue? Sure, thanks!

What is the correct behavior? Should `rtl` not change formatting/directon of code blocks? It seems we could just achieve that by adding ``` ``` to fix this.

I think not applying `Partial` here would fix this this (threw an error) https://github.com/tajo/ladle/blob/main/packages/ladle/lib/app/exports.ts#L94C5-L94C12 @wojtekmaj any thoughts on this?

should we have `Story` and `StoryRequired` types?

I am open to it. There is already quite a lot you can achieve just with https://ladle.dev/docs/providers#ladle-context > I would like to add a plugin for figma preview Can you...