teoh4770 / pomotama

A Pomofocus clone with React and TypeScript. For personal usage + learning purposes (not in production!).
https://pomotama.netlify.app/
MIT License
10 stars 3 forks source link

[Feature] Reset the pomodoro tasks #26

Closed teoh4770 closed 2 months ago

teoh4770 commented 2 months ago

I want to have a button to reset the pomodoro completion count and unchecked the completed tasks. Why: I use the pomodoro timer every day, thus wanna start the pomodoro count fresh new.

Before

Screenshot 2024-08-06 at 10 36 28 AM

After

Screenshot 2024-08-06 at 10 41 41 AM

teoh4770 commented 2 months ago

I should name the button 'reset all' which reset the pomodoro completion count and unchecked the completed tasks.

Why? I normally have the same tasks most of the days, therefore I wanna a way to reset the progress manually with ease. Otherwise, I would have to manually reset and uncheck the completed tasks.