Back to Super Productivity

Task Hover Controls.Component

src/app/features/tasks/task/task-hover-controls/task-hover-controls.component.html

18.4.4393 B
Original Source

@if (isTimeTrackingEnabled() && !task().isDone && !task().subTasks?.length) { @if (isCurrent()) { pause } @else { play_arrow } } @if (isShowAddToToday()) { wb_sunny} @if (isShowRemoveFromToday()) { } @if ( !task().notes && (!task().issueId || task().issueType === ICAL_TYPE) && !isSelected() ) { @if (!task().issueWasUpdated) { right_panel_open } @if (task().issueWasUpdated) { update } }