Files
planka/client
Daniel Hiller 764bd106a7 fix: Keep tooltips off touch devices
A tooltip triggered by hover and focus also fires on a tap, because tapping a
button focuses it. On a phone the hint then covers the thing that was just
pressed, and it stays there until something else takes focus. There is no
moment before a click for it to fill.

`IS_TOUCH_PRIMARY` reads `(hover: none)` once at load, the way `IS_MAC` reads
the platform, and the tooltip renders its trigger bare when it is set.
2026-09-17 00:42:11 +02:00
..
2026-03-16 16:04:51 +01:00
2025-06-02 20:13:22 +02:00
2026-09-17 00:42:11 +02:00
2025-05-10 02:09:06 +02:00
2025-05-10 02:09:06 +02:00