luckyshot / twentyfive

TwentyFive is an HTML5 time tracking web app focused on speed and simplicity that encourages you to follow the Pomodoro Technique.
https://twentyfive.js.org/
MIT License
97 stars 19 forks source link

Auto-focus input field when the task is done #18

Closed Minoru closed 3 years ago

Minoru commented 5 years ago

I'm using the version currently deployed at https://twentyfive.js.org/

When the task is finished, I'm presented with an input box and a "Save task" button. It's expected that I'll enter a description or re-use the last one. However, the input box isn't focused, so I have to reach for the mouse and click the box before I can return to the keyboard and type the description.

This is slightly annoying. Please consider auto-focusing the input box.