Skip to content

Snapshot Diff: Skip highlighting for config nodes and clear previous glow #7074

@andypalmi

Description

@andypalmi

Description

When navigating to a global-config or flow-config node in the snapshot diff viewer, the previous node's glow highlight remains visible because config nodes have no visual presence on the SVG canvas and nothing triggers a new highlight to replace the old one.

Changes

  • Add nodeCategory() helper to classify nodes as tab, group, subflow, global-config, flow-config, or regular node
  • Add CONFIG_CATEGORIES constant for categories without SVG presence
  • When navigating to a config node, call clearRendererHighlight() to remove the previous glow
  • Show "Global Config" / "Flow Config" purple badge in the nav bar via currentGroupCategoryLabel computed property

Parent issue

Part of #7062

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions