React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
Fixes the auto open details feature by calling the open action during the selection callback.
I also made a combined event for when selection changes in the graph. So nodes & edges come together in a single event, simplifying the auto open logic and removing a useEffect.
Also, removed an unused prop from NodeDetails that was for the old search UI.
Validation
Verified selection behavior with sidebar open and closed
Description
Fixes the auto open details feature by calling the open action during the selection callback.
I also made a combined event for when selection changes in the graph. So nodes & edges come together in a single event, simplifying the auto open logic and removing a
useEffect
.Also, removed an unused prop from
NodeDetails
that was for the old search UI.Validation
Related Issues
Check List
pnpm checks
to ensure code compiles and meets standards.pnpm test
to check if all tests are passing.Changelog.md
.