Put a hover on nodes in the tree
Closed this issue · 5 comments
facundobatista commented
The hover should say something "See this node's version"
facundobatista commented
Maybe also show some info about that node (author, timestamp, etc)
matibarriento commented
Found this {0} library. Can set the tooltip content with an ajax call to retrieve Author, timestamp and whatever and a few more options. I'm pulling request a basic tooltip "See this node's version X"
matibarriento commented
We have the text with the version number. I think it's good enough. When there are users, we can show more info
facundobatista commented
We should include all the needed data in the basic information that comes from the server with the tree itself.
Let's not do another request just to retrieve this info, it will slow down the interface and it's just a few bytes, we can have it already there to use.
facundobatista commented
This is already done