Back to Super Productivity

Dialog Productivity Breakdown.Component

src/app/features/metric/dialog-productivity-breakdown/dialog-productivity-breakdown.component.html

18.4.4688 B
Original Source

{{ titleKey | translate }}

@if (breakdown$ | async; as breakdown) { @if (chartData$ | async; as chartData) {

}

DateScoreImpactEnergyFocused (min)Total Work (min)
@for (item of breakdown; track item) {{{ item.day }}{{ item.score ?? '-' }}{{ item.impactRating ?? '-' }}@if (item.energyCheckin === 1) { 😫 } @else if (item.energyCheckin === 2) { 😐 } @else if (item.energyCheckin === 3) { 😊 } @else { - }{{ item.focusedMinutes
}
} @else {
No productivity data available for the selected range.
}

{{ T.G.CLOSE | translate }}