AndrewAung11 / Pomodoro-Clock

It is a Pomodoro clock written in C# using WinForms.
MIT License
3 stars 2 forks source link

UI update suggestions #3

Closed Anindra123 closed 2 years ago

Anindra123 commented 2 years ago

Hey, your app idea is cool. I have ran it and it works great. But i think few changes will be good. I think it will be better to disable the exit application button when user starts a session and enable it again during break that way user will not slack off after starting a session. Also i think you should turn off the maximise button , currently when it is maximised it awkwardly gets stuck at the corner of the screen.

AndrewAung11 commented 2 years ago

Oh, thanks for the suggestion! They sound really good but the thing is that I don't know how I can do that.

Anindra123 commented 2 years ago

Is it okay if i add those changes and create a pull request ? I will describe and comment out the changes as well for better understanding.

AndrewAung11 commented 2 years ago

That would be great. Thanks

Anindra123 commented 2 years ago

@AndrewAung11 hey i have created the pull request for this and described it on the pull request . Please check it.

AndrewAung11 commented 2 years ago

Thanks for the help!