Connor Turland
Connor Turland
this is exciting! would love to see this one out on heroku for testing soon as well. I've started reading through the code.
I wonder about calling these `zoom` and `pan` in the url, just for easier readability / understanding by users, less engineer-y
Isn't it called panning also when you mouse down, grab a surface and move it? Like in Google maps? Looks like Google has avoided the issue of naming these parameters....
@devvmh I'm going to work on this a little bit and come up with a final version of how to store it in the URL. This will be so useful...
yeah, exactly. agreed. I want to design a good solution here
I think the delay before synapse creation happens automatically needs to be a bit longer, and also that we do need the visual indicator of some kind before it happens....
it sounds like there are two places where code would be going... one is the context menu... adding a new list item into that list. the other sounds like the...
"But I get what you mean... The last thing we want to do is to just start tacking on a whole bunch of incohesive features... But I don't think this...
how we did it in the Hylo UI can be found here: https://github.com/Hylozoic/hylo-redux/blob/master/src/components/MessageForm.js#L60
I left Ctrl-M also working, for the removal of topics and synapses from a map, because that's what it was before.