Closed wslulciuc closed 4 years ago
@mell0kat we need to remove the href assignments on the nodes in the lineage and wrap each node instead in a React component. Currently the href is taking you out of the app and then back in... increasing loading time and jeopardizing the UX.
We are using the logic in the home page cards and should mimic that I think, but I wasn't entirely sure how to implement that functionality with our node / D3 setup.
Fixed #101
Let's reduce graph load time by not doing a full page refresh on lineage graph node select.