graphistry / graphistry-community

Public release and roadmap resources
3 stars 0 forks source link

META: Highlight & Selection write API - prototype #145

Open lmeyerov opened 1 year ago

lmeyerov commented 1 year ago

Enable embedding users to trigger fast highlights & selections of items

Ex:

Out-of-scope: Prototype will -

Piggybacks on selection API work

exrhizo commented 1 year ago

Bugs are:

These didn't reproduce for me with ./nc

lmeyerov commented 1 year ago

What does "hovering over the nodes to get thier label causes the above to fix it" mean? That the wrong label is shown, and hovering triggers an update that will show the correct one? I wonder if that means we're properly invalidating the label cache, but not subscribing to the invalidations properly in the labels container / triggering the wrong rendering effects for the rendering scheduler?

lmeyerov commented 1 year ago

I was actually more worried about filter states messing up local vs global indexing, so the above feels more doable :)

lmeyerov commented 1 year ago

@exrhizo I lost track, can you share status here?

lmeyerov commented 1 year ago

(I think this one is paused pending Gadi's feedback)