Reactodia include#4
Merged
Merged
Conversation
…ConfigurationPanel
…tton for quick re-layout
…todia line-height
…kTypes Implement new utility module for ontology queries: - fetchClasses: maps ElementTypeModel to FatMapEntity[] via DataProvider.knownElementTypes() - fetchLinkTypes: maps LinkTypeModel to FatMapEntity[] via DataProvider.knownLinkTypes() - scoreLinkTypes: scores and sorts link types by rdfs:domain/rdfs:range fit (0-3 scale) FatMapEntity canonical entity type supports iri, label, prefixed, and domainRangeScore. All 9 tests passing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…dataProvider singleton Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…er + scoreLinkTypes
…ange tier display
…est imports - Move vi and N3DataProvider imports to top of test file - Remove duplicate imports from mid-file - Add dataProvider prop to all EntityAutoComplete usages in NodePropertyEditor (5 instances) - Add dataProvider prop to all EntityAutoComplete usages in rdfPropertyEditor (2 instances) - Add dataProvider import to both editor components Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…bjectTermToString
…Entry and ensureDefaultRegistry
…ent, fix test isolation
Issue 1: In-place mutations in mergePrefixes, addNamespace, and renameNamespaceUri
leaked through held NamespaceEntry references. Fixed by replacing entry objects
instead of mutating them, preventing unintended side effects on cached snapshots.
Issue 2: Test isolation — rdfManager.clear() did not reset namespaces array.
Added rdfManager.setNamespaces({}, { replace: true }) to beforeEach to ensure
clean state between tests.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…] type, remove sync helpers Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rs from palette only Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ider, workflowInstantiator
… colors from buildPaletteMap Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…p dead code Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…stored .color reads
…e on the class that is chosen
…ault 100, max 500)
…d, remove re-cluster watcher
…ollapseHelpers param - Remove 'threshold' parameter from applyCanvasClustering signature and update JSDoc - Hardcode threshold value to 2 in selectClusteringAlgorithm call - Rename 'threshold' -> 'edgeThreshold' in findNodesToHideByPredicate for clarity - Update applyCollapseFilter JSDoc and parameter name accordingly - Remove stale cfg.collapseThreshold argument from handleCluster in ReactodiaCanvas - All TypeScript checks pass Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… positions for expand fallback Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary