Federico Bonel Tozzi

Results 90 comments of Federico Bonel Tozzi

Also, I’m not sure the second option is better. Changing the height of the component being dragged would create layout shifts and movements, which could move the target slot where...

Hey @genox! I see what you mean, when you have large components it can be hard to drag and drop them around. That’s definitely a UX issue 🙂 One thing...

Hey @Bilboramix! #### TL;DR To work around this, use serializable values for your Puck data (plain JSON only). You will need to do this anyway when persisting the data. ```tsx...

Yes, this is a valid issue. Puck used to handle this, so it is worth investigating and fixing. We will keep this issue open and marked as "ready" so that...

Hey @vodenkaj! We haven't gotten to this yet, as we have other priorities at the moment.

After further testing, I found that this occurs not only within action bar overrides but also when using dispatch anywhere to update the item selector to an index smaller than...

In #1233, @muchisx documented that in their specific use case, the `itemSelector` did not correctly update in the canvas for any index, not only smaller ones than the current index,...

We probably should support overriding the viewport controls as well (zoom and viewport size buttons). There are members of the community [requesting this on Discord](https://discord.com/channels/1153376562259951687/1400116055027880057).

This could be a nice feature to add! You could technically achieve it with `componentItem` overrides (soon to be renamed to `drawerItem` overrides), but it would be nice to offer...

Maybe this could be part of field validation (#362), but not entirely sure