tophf

Results 334 comments of tophf

Switched to a slider: ![image](https://user-images.githubusercontent.com/1310400/157003561-7c6e985c-9769-473e-88df-d861004fa9de.png)

The tooltip will be shown only when it's hovered again, not while dragging, otherwise I would have to re-implement the entire thing manually as a bunch of multiple controls, which...

Found a simple solution for a live tooltip: ![image](https://user-images.githubusercontent.com/1310400/157339528-5ea5e103-97b8-49a7-93ea-3e9bd392b67f.png)

> Exactly that, but with a mousemove listener on the input to update the text and position with offsetX. Show/hide with hover CSS I think it works like that already...

Maybe, but hovering normally has a delay, otherwise it'll flicker when the cursor just travels across the control. To implement it I would have to manage the delay programmatically and...

I'm not against doing it myself, I'm against adding this complexity at all. Just had a better idea: always show the *current* range persistently at the end e.g. `2009-2022` and...

Note that there's no practical benefit in seeing the year before clicking. Clicking and seeing the change and the results is meaningful.

What is the practical usefulness of seeing the year before clicking it? It won't give you anything meaningful. It's not a library or a news search engine where knowing the...

@narcolepticinsomniac, ping! I reworked it several times to address my own doubts, so WDYT?

I'm just being cautious. I wasn't around when you created #517, but seeing it being stalled, I had my doubts about this change. Then I remembered the standard feature of...