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
Some people prefer to set the label of what they did after the fact. so we could add an alternative track page that facilitates this.
You start your next entry, then the latest labels have a stop button and there is an additional special butt or label called "Break", those break entries are not counted to total times, in gtimelog you mark breaks by ** here you would add an extra button for this, maybe also support the ** syntax at the start of a label for convince.
I already added the TaskEntry.is_break for this purpose, task entries that have this set to true should not be counted.
The end entry function also supports it already endEntry(id: string, end = Date.now(), auto = false, is_break = false), though end entry probably also needs a way to replace the label or we edit it immediately after or we add a new status update action type for this mode?
The text was updated successfully, but these errors were encountered:
Some people prefer to set the label of what they did after the fact. so we could add an alternative track page that facilitates this.
You start your next entry, then the latest labels have a stop button and there is an additional special butt or label called "Break", those break entries are not counted to total times, in gtimelog you mark breaks by
**
here you would add an extra button for this, maybe also support the**
syntax at the start of a label for convince.I already added the
TaskEntry.is_break
for this purpose, task entries that have this set to true should not be counted.The end entry function also supports it already
endEntry(id: string, end = Date.now(), auto = false, is_break = false)
, though end entry probably also needs a way to replace the label or we edit it immediately after or we add a new status update action type for this mode?The text was updated successfully, but these errors were encountered: