Graphite icon indicating copy to clipboard operation
Graphite copied to clipboard

Add tooltip to primary input to use node.reference

Open peteralieber opened this issue 3 months ago • 3 comments

Closes #3202

peteralieber avatar Sep 21 '25 03:09 peteralieber

I would like to get descriptions of nodes in the tooltip, just like we have with the secondary inputs and outputs, but the node itself does not have a "Description" field, so that I'll leave for a follow on as it needs to populate descriptions for all the nodes, and add the field to metadata struct used in the frontend.

peteralieber avatar Sep 21 '25 03:09 peteralieber

It looks like your code adds a new tooltip, but the tooltip already exists and just needs to have the correct name shown. Currently it shows the user alias but not the node type with the existing tooltip.

Keavon avatar Sep 22 '25 08:09 Keavon

ser alias but not the node type with the existing tooltip.

Interesting, it seems to behave differently in my local testing. I see the node ref/type in my tooltip. I know the tooltip exists, but does it exist in a parent container or something? I did not see it or could not find the tooltip to change. I'll look again.

peteralieber avatar Sep 27 '25 03:09 peteralieber