mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
feat(pomodoro): show current session cycle on break #32
This commit is contained in:
parent
92147d0ca5
commit
e64ea90a51
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
style="position: relative;"
|
||||
flex>
|
||||
<div class="md-dialog-content">
|
||||
<p>Enjoy yourself, get yourself moving, come back in:</p>
|
||||
<p>You successfully finished session <strong ng-bind="vm.pomodoroData.currentCycle"></strong>! Enjoy yourself, get yourself moving, come back in:</p>
|
||||
<div class="timer"
|
||||
ng-bind="(vm.pomodoroData.currentSessionTime | date:'mm:ss')"></div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue