Back to Super Productivity

Reflection History Dialog.Component

src/app/features/metric/reflection-note/reflection-history-dialog.component.html

18.4.4265 B
Original Source

{{ T.F.METRIC.REFLECTION.HISTORY_TITLE | translate }}

@if (!data.entries.length) {

{{ T.F.METRIC.REFLECTION.HISTORY_EMPTY | translate }}

} @else { @for (entry of data.entries; track entry.created) {

{{ entry.text }}

} } {{ T.G.CLOSE | translate }}