CodeMouse92 / Timecard

Track time beautifully.
https://codemouse92.github.io/Timecard/
BSD 3-Clause "New" or "Revised" License
31 stars 7 forks source link

Popup Focus Reminder #26

Closed CodeMouse92 closed 3 years ago

CodeMouse92 commented 3 years ago

Focus reminders should pop up periodically, e.g.

You've been working on X for X minutes.

...or...

Are you still working on X?

The user should be able to answer "Yes, go away" to close the dialogue, or "No, I'm not" to bring up the main interface.

This same feature can be used to implement "soft limits", which will later allow things like Pomodoros. The only difference is that a soft limit might automatically pause the timer and bring up the interface.

CodeMouse92 commented 3 years ago

Resolved! WOO HOO!