afonsopacifer / react-pomodoro

:alarm_clock: Pomodoro timer built with ReactJS.
http://afonsopacifer.github.io/react-pomodoro/
MIT License
391 stars 100 forks source link

Hiding the action button that correspond to the current state #42

Open lsgoulart opened 8 years ago

cauealvesbraz commented 8 years ago

LGTM

audiolion commented 8 years ago

this makes sense as an interaction, most buttons are pause/play and only show the button that will transition state e.g. if currently playing it shows the pause button, if paused it shows the play button, see -> youtube

cauealvesbraz commented 8 years ago

Yeah, @audiolion! I'm looking now fondly the implementation and it doest not make sense as it will impair the usability. People are not accustomed to using this way, I think can confuse them.

What do you think @afonsopacifer ?