Back to Super Productivity

Planner Task.Component

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

18.4.4210 B
Original Source

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

} @else { {{ task.title }} }

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

@if (isContextMenuLoaded()) { }