Back to Super Productivity

Planner Task.Component

src/app/features/planner/planner-task/planner-task.component.html

18.14.0219 B
Original Source

@if (parentTitle) { {{ parentTitle }} } @if (titleHasLinks()) {

} @else { {{ task().title }} }

@if (task().subTaskIds?.length) { account_tree{{ task().subTaskIds?.length }} }

@if (isContextMenuLoaded()) { }