Back to Super Productivity

{{ localCounter().title }}

src/app/features/simple-counter/dialog-simple-counter-edit/dialog-simple-counter-edit.component.html

18.4.4844 B
Original Source

{{ localCounter().title }}

@let counter = localCounter(); @let chart = chartData(); @if (counter.isTrackStreaks) {

{{ T.F.SIMPLE_COUNTER.D_EDIT.CURRENT_STREAK | translate }}

{{ currentStreak() }} {{ T.F.SIMPLE_COUNTER.D_EDIT.DAYS | translate }}

{{ T.F.SIMPLE_COUNTER.D_EDIT.DAILY_GOAL | translate }}

@if (counter.type === SimpleCounterType.StopWatch) { {{ counter.streakMinValue | msToString }} } @else { {{ counter.streakMinValue }} }

} @if (chart?.datasets?.length) {

}

Edit for {{ formatSelectedDate() }} @switch (counter.type) { @case (SimpleCounterType.StopWatch) { {{ T.F.SIMPLE_COUNTER.D_EDIT.L_COUNTER | translate }}timer } @default { {{ T.F.SIMPLE_COUNTER.D_EDIT.L_COUNTER | translate }} } }

tune {{ T.MH.SETTINGS | translate }} {{ T.G.CANCEL | translate }} save {{ T.G.SAVE | translate }}