Commit Graph

6 Commits

Author SHA1 Message Date
Łukasz Mierzwa
938cfcc9b7 fix(ui): only trigger useOnClickOutside when needed
useOnClickOutside should start listening for events only if there's an action to take.

Fixes #1754
2020-05-18 14:00:01 +01:00
Łukasz Mierzwa
40edb80314 fix(ui): use custom component for tooltips 2020-05-16 12:23:00 +01:00
Łukasz Mierzwa
80bbc58090 fix(ui): use react-popper-tooltip instead of react-tippy 2020-05-14 11:14:45 +01:00
Łukasz Mierzwa
e2dc16b1b2 fix(ui): remove pointless prop definition
It's defined on Tooltip instead of the wrapper and it's not needed
2019-05-11 18:51:28 +01:00
Łukasz Mierzwa
dc00ef86c8 fix(ui): cleanup css classes for labels 2019-05-03 19:14:29 +01:00
Łukasz Mierzwa
483bef8729 feat(ui): add a tooltip component 2018-10-07 13:14:45 +01:00