chrisfried / guardian-theater-ng2

Find Twitch, Mixer, and Xbox recorded by the players you encounter in Destiny 2.
https://guardian.theater/
GNU General Public License v3.0
24 stars 4 forks source link

Make tags better #16

Open chrisfried opened 7 years ago

chrisfried commented 7 years ago

Improve tags to include tooltips like Trials Report has.

jbccollins commented 7 years ago

Does this mean "get rid of all label elements and replace them with some tooltip library"?

chrisfried commented 7 years ago

This is what Trials Report has: 2017-03-29 3

Some of their tags even play sounds when hovered. I'm not certain we need to go that far, but I do enjoy stealing things from @v-fedorov.

jbccollins commented 7 years ago

Ah ok. Looks like @v-fedorov is using ng2-bootstrap for that popover. I can look into doing something similar.

chrisfried commented 7 years ago

Foundation has a built-in tooltip feature: http://foundation.zurb.com/sites/docs/tooltip.html

jbccollins commented 7 years ago

Oh cool