Skip to content

Fix default icon for no-type vertices#1781

Open
P-r-e-m-i-u-m wants to merge 1 commit into
aws:mainfrom
P-r-e-m-i-u-m:codex/fix-bnode-default-icon
Open

Fix default icon for no-type vertices#1781
P-r-e-m-i-u-m wants to merge 1 commit into
aws:mainfrom
P-r-e-m-i-u-m:codex/fix-bnode-default-icon

Conversation

@P-r-e-m-i-u-m
Copy link
Copy Markdown

Summary

Fixes #1779.

This updates the graph style preferences so the synthetic No Type vertex type gets the same default vertex styling as schema-backed types. That gives blank nodes without a schema type a generated Cytoscape background image, matching the default icon shown in the details panel.

I also added a regression test for the no-type node style selector.

Verification

  • Focused GraphViewer style test passed
  • Formatter check passed on touched files
  • Oxlint passed on touched files
  • Recursive workspace typecheck passed

I also ran the full Vitest suite locally. The touched GraphViewer test passed, but the full run has unrelated Windows/environment failures: path assertions expecting POSIX separators, missing openssl, shell redirects failing because the workspace path contains spaces, and locale-specific number grouping under en-IN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blank nodes show no icon on graph canvas but display default icon in details panel

1 participant