neoneye / ARC-Interactive

Enjoy puzzle-solving directly in your browser.
https://neoneye.github.io/arc/
MIT License
18 stars 2 forks source link

Editor UX: After tapping the Accept button, it's too easy to tap the Submit button by accident. #54

Open neoneye opened 7 months ago

neoneye commented 7 months ago

Problem

When the paste layer is visible, there is an Accept button for confirming the paste.

Just behind the Accept button is the Submit button.

The moment the paste is confirmed and the paste layer is hidden, then the Submit button becomes clickable, and I often hit Submit.

Solution

Idea A: Make a 5 second timer that blocks for tapping the Submit button, immediately after a paste Accept.

Idea B: Move the Submit button, so there is no sensitive button behind the Accept button.