Description
As a user I want to find node indicated in error message, possibly coming from external logs or just I'm looking for specific node to edit.
Currently we can zoom out and use Ctrl+F in browser to hightlight nodes using their names, but this works only when graph contains a few nodes - in real production processes we can easily have 50 of them, making browser's highlighting impossible to see.
Proposition of solution is add new panel on right / left side with search input by all nodes. After fill this input our graphs elements should be highlighted by matched name.
We can also show under search input an list with matching nodes, which contains option of click and open modal for specific node.
@fi- would you be so kind and create for us some mocks for it?