When you click on a graph node in the chrome extension—a details panel should open, revealing the details of that node: - type of the node - breadcrumbs - mini path to the node - signals declared in it - their observers and sources - stores (#42) - their observers and sources as well (this may be too complicated to do for now) - current and previous value (only if the node is a computation) - sources (only if the node is a computation) - observers (only if the node is a memo) - rendered HTML element if node is a component - component props (#56) Signals & stores can be listened to only if node details are being observed—no need to send them otherwise.
When you click on a graph node in the chrome extension—a details panel should open, revealing the details of that node:
Signals & stores can be listened to only if node details are being observed—no need to send them otherwise.