You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I'm working on some task and go to the task list I see other tasks, think about them and lost focus.
Describe the solution you'd like
Add button to the left of each task: 🔝 "Start working on".
When the button is pressed:
current task changes color to very contrast
font of this task become bold
Kuro's window captions changes to the name of this task
new button icon and label changes to 🛑 "Stop working on"
Optionally:
timer starts counting time of running task is active
desktop notifications starts reminding about this task every minute (tunable)
The code example for kde desktop manager:
Hey 👋
Thanks for your suggestion. As stated in the documentation, Kuro is simply an Electron wrapper around the MS-ToDo web client which injects some CSS for themes and adds some Electron functionalities like staying open in the tray and global shortcuts.
I took a look at the chrome extension you have posted, and while I think it's pretty simillar to what we need, this is a bigger feature that would require some javascript to be injected in the DOM, at least, and some complex logic for storing and retrieving tasks that were in progress, and then we'd have to support the different system notifications, and this is a door I do not want to open.
If this request gets more votes, I'd be willing to work on it, but for the time being I will not prioritize this as time tracking is not an MS-ToDo feature and the effort would be huge, but someone else: feel free to give it a try 💪
Is your feature request related to a problem? Please describe.
When I'm working on some task and go to the task list I see other tasks, think about them and lost focus.
Describe the solution you'd like
Optionally:
The code example for kde desktop manager:
Additional context
Here is the chrome browser plugin that do very similar things:
https://github.com/alatyshau/maxdone-chrome-extension
But for another task management system MaxDone. (The project is dead now).
This feature will help to keep focus on.
The text was updated successfully, but these errors were encountered: