Hacker News new | ask | show | jobs
by m4tthumphrey 9 days ago
Semi linked:

I, like many others, play Wordle daily. When the page loads, there is a button to play todays challenge. Then, there is a very small delay (like 100ms) and suddenly a button to "View all games" appears, right where you would have tapped/clicked on the button to play the puzzle. To me, viewing all games is a way to "see what you could have" if you subscribed.

1 comments

Ah the good old "move the thing you're about to click on just before you click it" thing. Soooo many UIs have this problem and it is driving me crazy. I feel like there needs to be a rule that once you've rendered a clickable thing you can't move it until the user does something that might reasonably cause it to move.