Rob Howard

Results 24 comments of Rob Howard

I can't remember the exact method names but basically when the block gets dropped it would indicate if it should split (current behavior) or insert (new behavior). I don't think...

I'd love to see it in the UX. 100%. But with a big emphasis on keeping it as super-simple as you've currently designed flowy.

that's elegant and intuitive. i like it. Ok, just read @alyssaxuu comments too. She has a point. I like it because the only time we have a forked parent/children relationship...

@alyssaxuu for some reason I thought this was done. Just my imagination?

So I had planned to implement this as well, we came almost to the same implementation. My UX is a little different. I've also been going through and refactoring the...

Sure: 1. I have a global var: var zoom = 100; 2. Some Zoom functions: // ┌──────────────────────────────────────────────────────────────────── // │ Zooms the display out making the blocks smaller // └──────────────────────────────────────────────────────────────────── flowy.zoomOut...

You might want to instead look at #105. Scroll to the bottom and @cdebattista posted a solid update. I found it this morning and have been converting my zoom behavior...

Hi Ravi, You need to add the UX to handle this. For example: Zoom 100% | Along with the appropriate event handlers: // ┌──────────────────────────────────────────────────────────────────── // │ Updates the percentage of...

Hi Ravi, Sorry, I'm not sure what to tell you. You've got all the pieces, but it's not trivial. Most of what I've done (as well as others) isn't really...