Skip to content

WIP: adds task row revealer completion handler; updates task list view scroll…

Component: Task list view

When user is on new tasks and the current task view height is larger than the window height, adding a new task results in task entry row moving outside the bounds of the window.

This update scrolls the task view to the bottom after the row addition animation has completed to reveal the task entry.

Issue #41

Merge request reports