Andrzej Dąbrowski

Results 26 comments of Andrzej Dąbrowski

Hey guys, I took a look into source code of flickity and found pretty simple solution. It's not thoroughly tested etc, just a quick idea and example. Implementing this in...

Absolutely agree. You're raising 2 important topics: one is auto-populate and another one is dynamic `accepts`. ### Auto Populate Auto-population is very much needed and I think we could make...

Got it. Question: What if, based on condition in parent, only component A is allowed. User adds A,A,A. Then the condition changes and only B is allowed. What happens to...

Actually it's not how we think about it. We think of `accepts` as a validator for data integrity. It's almost like interfaces in typed languages, you say that certain slot...

Can you please provide an info how to reproduce it? The `EditorContent` has `isEditing` state variable so it should re-render anyway.

I made it so that there's only one re-renderer here: #55. Thoughts?

Implemented and merged here: https://github.com/easyblockshq/easyblocks/pull/55

I like it, looks good too. The only question: why not just a separate `subgroup` property instead of `::` separator?

I like the approach. Really really like it. There's also #37 that is about customising topbar, I even suggested similar approach. Actually all the UI around canvas (sidebar on the...