stakwork / sphinx-nav-fiber

14 stars 48 forks source link

Display full node name #1879

Open olyveya opened 4 months ago

olyveya commented 4 months ago

Goal: Names for nodes in the graph are not fully displayed. We want to increase the character allowance to have the ability to display the full node name.

When the graph is opened the user can view nodes on the right part of the screen:

Screenshot 2024-07-19 at 10 41 15 AM

These nodes are also seen when the user searches or uses the chat function.

We want to lengthen the character allowance so as to be able to display the full node name. Currently the nodes are getting cut off:

Screenshot 2024-07-19 at 10 39 23 AM

This poses the problem of: "what if the node name is too long"

An idea is to fix this by wrapping the name:

Screenshot 2024-07-19 at 10 48 45 AM
AbdulWahab3181 commented 4 months ago

@olyveya Could you please assign me?

Shoaibdev7 commented 4 months ago

@tomsmith8 please assign me?