mui-toolpad icon indicating copy to clipboard operation
mui-toolpad copied to clipboard

Debuggability: Visualize dependants of a node

Open Janpot opened this issue 2 years ago • 2 comments

  • Allow for tracing back the dependants of a certain UI element/query/...
  • In the same spirit we should warn before deleting an element that is being depended on

Janpot avatar Jun 02 '22 15:06 Janpot

Does the View DOM option solve this?

Image

prakhargupta1 avatar Aug 17 '22 20:08 prakhargupta1

no, this issue is about warning when you delete something that something else still depends on. e.g. when you delete a connection that still has queries on a page. And possible also going further, showing the chain of dependencies across a page.

Janpot avatar Aug 17 '22 20:08 Janpot