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
While adding a task log entry with longer length, part of the text ends up getting truncated. This also happens when viewing them with hours log. It would be nice if the text were to scroll somehow or spill over to an additional line. But I can also imagine this as a feature where you expect the user to be able to concisely describe the task log?
task log list with a long entry
output of hours log
As an aside, is there any way to edit the task log once created? Similar to updating a task description when pressingu?
The text was updated successfully, but these errors were encountered:
You are correct in assuming that task log comments are intended to be concise. I'll see if I can make a task log comment take more than 1 line, and still keep the UI visually consistent, but my hunch is that it might make pagination much more of a hassle (right now each entry takes the same height (2 lines), so paginating entries is straightforward). Doing this for the log output might be comparatively easier.
If it makes sense, I might increase the max length for a task log comment (make it a paragraph instead of a line), and add another view (accessible via a single key, say "d") which shows the full comment in a pager.
Support for updating a task log entry is being worked in #11. I've also removed the trimming of task log comments in the task log list view.
You are correct in assuming that task log comments are intended to be concise. I'll see if I can make a task log comment take more than 1 line, and still keep the UI visually consistent, but my hunch is that it might make pagination much more of a hassle (right now each entry takes the same height (2 lines), so paginating entries is straightforward). Doing this for the log output might be comparatively easier.
Totally understand, I think it's good practice either way to keep the task log comment short and descriptive. It would be great if we could have the longer line support just for the task log output (hours log) if that might be simpler for the occasional long entry.
If it makes sense, I might increase the max length for a task log comment (make it a paragraph instead of a line), and add another view (accessible via a single key, say "d") which shows the full comment in a pager.
I do sometimes find myself wanting to write an additional line or 2 for some entries which need more context. So if implemented, this would be quite useful actually.
Support for updating a task log entry is being worked in #11. I've also removed the trimming of task log comments in the task log list view.
That's great. Thanks so much! I've been using hours for a while now and it's a super productive part of my workflow.
While adding a task log entry with longer length, part of the text ends up getting truncated. This also happens when viewing them with
hours log
. It would be nice if the text were to scroll somehow or spill over to an additional line. But I can also imagine this as a feature where you expect the user to be able to concisely describe the task log?task log list with a long entry
output of
hours log
As an aside, is there any way to edit the task log once created? Similar to updating a task description when pressing
u
?The text was updated successfully, but these errors were encountered: