Back to Super Productivity

{{ (focusModeService.isBreakLong() ? T.F.FOCUS_MODE.LONG_BREAK_TITLE : T.F.FOCUS_MODE.SHORT_BREAK_TITLE ) | translate: { cycle: focusModeService.currentCycle() - 1 } }}

src/app/features/focus-mode/focus-mode-break/focus-mode-break.component.html

18.4.4853 B
Original Source

{{ (focusModeService.isBreakLong() ? T.F.FOCUS_MODE.LONG_BREAK_TITLE : T.F.FOCUS_MODE.SHORT_BREAK_TITLE ) | translate: { cycle: focusModeService.currentCycle() - 1 } }}

{{ remainingTime() | msToMinuteClockString }} @if (remainingTime() > 0) { @if (isBreakPaused()) { play_arrow } @else { pause } }

{{ T.F.FOCUS_MODE.BREAK_RELAX_MSG | translate }}

@if (remainingTime() > 0) { edit_calendar {{ T.F.FOCUS_MODE.BACK_TO_PLANNING | translate }} @if (isPomodoro()) { restart_alt {{ T.F.FOCUS_MODE.RESET_CYCLES | translate }} } skip_next {{ T.F.FOCUS_MODE.SKIP_BREAK | translate }} } @else { done_all {{ T.F.FOCUS_MODE.COMPLETE_FOCUS_SESSION | translate }} @if (isPomodoro()) { restart_alt {{ T.F.FOCUS_MODE.RESET_CYCLES | translate }} } arrow_forward {{ T.F.FOCUS_MODE.CONTINUE_TO_NEXT_SESSION | translate }} }