| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Also: See issues #508 + #509
|
|
show up longer on taller screens
|
|
|
|
selected nodes - nodes the user selected directly, via search or click.
related - nodes that we choose to show the user as a result of the
selection made.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
side effect: no more click to deselect before select (easier to implement).
resolve #430
|
|
|
|
|
|
|
|
|
|
remind myself svg doesn't respect z-index, flatten back the svg
structure:
svg
- zoom
- graph g
path 1
link text 1
node text 1
node text 2
node circle 1
node circle 2
per SVG 1.1 spec the last node is the top most.
|
|
|
|
menu. #437
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
plus make hover orange, and override opacity so nonselected hovered
links are visible.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|