meemoo / dataflow

Archive. Current work happening at https://github.com/the-grid/the-graph
GNU General Public License v2.0
169 stars 35 forks source link

Drag cards to main area to make them sticky #55

Open bergie opened 11 years ago

bergie commented 11 years ago

Currently the UI cards in Dataflow can be made sticky by clicking the push pin icon in them. Instead of this, the interaction should be:

One question is whether the sticky cards should be position absolute, or position fixed.

forresto commented 11 years ago

The graph panning is actually a css transform, so if we wanted to put the card somewhere specific in the graph it would take more work. I can see uses for both, but more like fixed would be easier and probably more used.

bergie commented 11 years ago

@forresto good point, let us go with fixed then