Alyssa X

Results 154 comments of Alyssa X

> See update. Scroll position addressed. Only one issue left - Arrows are not routed around blocks if the arrow must pass through multiple levels between the parent and child....

How would you see it best implemented w/ the current mechanics? Special blocks that instead of being able to have infinite children, have 2 children max, each for a different...

I am considering adding the functionality of creating "grouped blocks", for example, as shown by @robhoward in this image (which can be used for conditional blocks): ![image](https://user-images.githubusercontent.com/7581348/80232469-cff52a80-8609-11ea-9155-36db8792a2d3.png) That way it...

> Just my $0.02 on this as we have this in production now: > > An action, such as "text message replied to" can evaluate to true or false. We're...

> Would like to see an optional feature to disable block deletes if the drag/release action is minimal. I'm finding that when clicking a block I often move it by...

> I believe, per the comments in #48 if I were to disable deletes by drag all together and add a trash can icon it would flow a little better....

> I added a new method: > > ``` > flowy.getBlocks = function() { > return blocks; > }; > ``` > > Using that in combination with Lodash I'm...

> This should work to remove a block and its children, I would error check me =) > > Would be nice to add some easing, as it seems jumpy...

> > Updated correcting several errors. Still does not rearrange correctly. > > ``` > > flowy.deleteBlock = function(id, removeChildren) { > > //Track orginal parent > > let newParentId;...

> Thx a lot, will try asap and come back to you. > Could you detail why is childwith property needed? All right! The childwidth property is simply used to...