SIU-CS-435 / gallerist-online

Main repo for CS435 semester project for team JAMiN. An online multiplayer turn based board game.
2 stars 1 forks source link

Tooltips for board information #59

Closed mbrajk closed 8 years ago

mbrajk commented 8 years ago

As part of #10 we would like to implement tooltips that will appear upon hovering over board sections so that we can give a brief description of what options/actions the user has available to them as well as describing the function of individual components so the user is aware of what they can do.

mbrajk commented 8 years ago

I will work on getting a tooltip library setup tomorrow that we can throw info into. I will likely need help making the tooltips themselves but I can at least get something setup that we can easily add information to and not just use the builtin html tooltips which suck.

mbrajk commented 8 years ago

probably http://qtip2.com/ or http://iamceege.github.io/tooltipster/

mbrajk commented 8 years ago

added qtip to solution via fb1c2d66a7cce759f9d673c11241eae19e9afd57

mbrajk commented 8 years ago

an example of loading html via ajax into a tooltip http://jsfiddle.net/qTip2/zok1Lyzo/ @axelwales just for reference

mbrajk commented 8 years ago

http://qtip2.com/guides

mbrajk commented 8 years ago

Will be essentially implemented after merge request #79. All that remains is to style the tooltips slightly differently if needed and to bring in the content from the game instructions.

mbrajk commented 8 years ago

Fixed via #79 & #86