You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix#30: node type change now updates the card in graph view (color/border/icon) (#73)
Changing a node's type elsewhere (dashboard/editor) updated the badge text in the
graph but not the type-derived card color/border/icon — the selective update path
(updateVisualizationData) refreshes text but not type visuals, and the reinit
gatekeeper only watched edge signatures + node COUNT (a type change keeps count
the same). Add a per-node id+type signature: when it changes, force a full
reinitialization (same approach already used for edge type/flip), so the card
re-renders with the new type's color, border and icon.
Fixes#30.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments