facundobatista/kilink

Put a hover on nodes in the tree

Closed this issue · 5 comments

The hover should say something "See this node's version"

Maybe also show some info about that node (author, timestamp, etc)

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"

{0} http://iamceege.github.io/tooltipster/

We have the text with the version number. I think it's good enough. When there are users, we can show more info

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.

This is already done