Back to Super Productivity

Focus Mode Countdown.Component

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

18.4.4325 B
Original Source

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

  1. {{ T.F.FOCUS_MODE.PREP_STRETCH | translate }}
  2. {{ T.F.FOCUS_MODE.PREP_SIT_UPRIGHT | translate }}
  3. {{ T.F.FOCUS_MODE.PREP_GET_MENTALLY_READY | translate }}

@if (countdownValue() <= 0) { {{ T.F.FOCUS_MODE.GOGOGO | translate }} } @else { {{ countdownValue() }} }