yellow1912

Results 117 comments of yellow1912

Thank you @robhoward , I think it's an amazing idea. With this you can create "virtual" blocks that group things together. You can even decide to hide the children block...

This may help you: https://github.com/alyssaxuu/flowy/issues/48

In addition to zooming in and out, perhaps this is more useful: module. I find this concept really useful on Botstar.com which has a comprehensive UI to build bot flows....

NVM, I found https://github.com/alyssaxuu/flowy/issues/29 which proposes the idea of a wrapper outside of flowy to keep things simple. I think that's quite amazing to be honest. It would be nice...

I think right now all the "actions" require interaction from the user (drag and drop). There is an import method but it would affect the whole tree. Perhaps we could...

I see what you mean, can it work the same way with the import to make things consistent? ``` { "html": "", "blockarr": [], "blocks": [ { "id": 1, "parent":...

@alyssaxuu Thank you for your quick reply. 1. Render function: Regarding the HTML part, most of the time (if not 100%) we render the blocks using certain kind of logic...

@arnoldligtvoet please do, always good to see how it is done.

@alyssaxuu This is how I see it: we always have 2 types of data: 1. The "draggable blocks" data. This data is useful mostly for generating the draggable blocks but...