JakubKoralewski / lets-watch-it-together-private

Unconnected fork of LWIT. Private for the duration of SCRUM project.
https://lets-watch-it-together-scrum.herokuapp.com
MIT License
1 stars 0 forks source link

fix(tooltips): like/select popups overlap #34

Closed JakubKoralewski closed 3 years ago

JakubKoralewski commented 3 years ago

Fixes #31

This commit hides the select ... tooltip message when the ShowSmall component only does not disable liking, i.e. (currently) when not showing select

these are the current 2 variants:

  1. Select
  2. Like

But if this ever changes this might be another source of bugs. Probably having an enum for all the variants would make more sense, but w/e.

i also added a separate currently unused description for a tooltip describing why you might want to like a show, but as i said not used