OpenMetadata/openmetadata-ui
Sachin Chaurasiya 241df76cae
Fix : UI manual Lineage Editor Issues (#4532)
* Fix : UI manual Lineage Editor Issues

* Keep node if only edge is deleted.

* Adding hidden handler

* Add invisible handle on custom node

* Fix funtion name typo

* Fix node overlapping issue

* Fix #3508 Manual Lineage Editor: Do not reorganize the graph as the user is connecting the nodes

* Fix code smell

* Minor Fix

* Styling fix

* Fix Flaky state issue

* Refactor onConnect Method

* Fix duplicate edge and node issue

* Fix Failing Unit test

* Fix confirmation modal source and target node name issue

* Add check for isNode in Element Click Handler

* Add makeEdge Helper

* Add JSDoc for helper methods

* Remove onElementsRemove prop

* Refactor node remove button

* Move util method to util file

* Allow users to delete edge and node separately

* Add unit test

* Fix Node Styling

* Minor Fix

* Add invisble edges
2022-05-20 10:08:31 +05:30
..