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
After the Cytoscape layer (#1725, #1726) and styling panels (#1727) are migrated, the remaining consumers of mergedConfigurationSelector and useConfiguration() need to switch to useGraphSchema() and the new styled type atoms.
Remaining consumers include: DataExplorer, SearchSidebar, SchemaGraph, EntitiesFilter, ConnectionDetail, ExportGraphButton, UserPrefixes, and the main GraphExplorer layout.
Preferred Solution
Components that need schema data (type names, attributes) use useGraphSchema()
Components that need styled type info use styledVertexTypeAtom(type) / styledEdgeTypeAtom(type)
Components that need preference data directly continue using vertexPreferenceByTypeAtom(type) / edgePreferenceByTypeAtom(type)
Migrate incrementally — each module can be its own commit
Description
After the Cytoscape layer (#1725, #1726) and styling panels (#1727) are migrated, the remaining consumers of
mergedConfigurationSelectoranduseConfiguration()need to switch touseGraphSchema()and the new styled type atoms.Remaining consumers include: DataExplorer, SearchSidebar, SchemaGraph, EntitiesFilter, ConnectionDetail, ExportGraphButton, UserPrefixes, and the main GraphExplorer layout.
Preferred Solution
useGraphSchema()styledVertexTypeAtom(type)/styledEdgeTypeAtom(type)vertexPreferenceByTypeAtom(type)/edgePreferenceByTypeAtom(type)Related Issues
Important
If you are interested in working on this issue, please leave a comment.
Tip
Please use a 👍 reaction to provide a +1/vote. This helps the community and maintainers prioritize this request.