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
Thanks for this plugin! It works great and is really valuable for time tracking at work (I'm a lawyer and have to track time in 6 min increments for billing).
Is it possible that the plugin could be made to allow entry of a new time tracking item while another item is running? Right now the segment name box, where you enter the task details, can't be edited while another task is running.
To accurately capture time, it would be terrific if I could enter a new segment name while another entry is currently running, hit the start/stop button, and have that button: (1) stop the currently running entry; (2) start the entry that I just named. Right now, I have to stop the currently running task before I can enter a new task name and start the timer on that, meaning there are (admittedly small) time gaps between entries while no timer is running.
I don't know how hard this would be to code, and it's really more of a small quality of life request, so no worries if it would be too much of a pain. But I do think it would be a nice little enhancement to the timer's function if it wouldn't be too much of a timesink.
Again, thanks for making this plugin. It has already proved really valuable!
The text was updated successfully, but these errors were encountered:
As a workaround you can also "double"click on the stop button. This just starts a new segment, which you can rename even while it is active, but you won't have any gaps
Hello, I have briefly summarized the requirements once again:
Allow Concurrent Entry of Segment Names: Enable users to input a new segment name while another segment is actively running. This adjustment would facilitate seamless transitions between tasks without the need to stop the current timer before naming the next segment.
Automate Transition Between Segments: Modify the start/stop button functionality to:
Stop the currently running segment upon activation.
Start a new segment using the name entered in the segment name box.
These enhancements aim to eliminate time gaps between segments, ensuring continuous and accurate time tracking.
→ Some ideas of mine:
Extra button to create “empty” segments so that they can be edited while the other timer is still running.
Don't disable the segment name field and do some "if (the field name is not empty and the timer is running), then stop button will end the previous segment and start the next segment with the defined text. Otherwise it will just stop the current running segment.
Thanks for this plugin! It works great and is really valuable for time tracking at work (I'm a lawyer and have to track time in 6 min increments for billing).
Is it possible that the plugin could be made to allow entry of a new time tracking item while another item is running? Right now the segment name box, where you enter the task details, can't be edited while another task is running.
To accurately capture time, it would be terrific if I could enter a new segment name while another entry is currently running, hit the start/stop button, and have that button: (1) stop the currently running entry; (2) start the entry that I just named. Right now, I have to stop the currently running task before I can enter a new task name and start the timer on that, meaning there are (admittedly small) time gaps between entries while no timer is running.
I don't know how hard this would be to code, and it's really more of a small quality of life request, so no worries if it would be too much of a pain. But I do think it would be a nice little enhancement to the timer's function if it wouldn't be too much of a timesink.
Again, thanks for making this plugin. It has already proved really valuable!
The text was updated successfully, but these errors were encountered: