You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate configuration and control -> /manage/<timerid> should not have any configuration. Only show the current timer and the buttons restart, pause/resume and "configure"
Add option to count up (per segment)
Change from duration and count_to to from and to => this will also allow counting up, but will be a breaking change 🚧
Refactor calculateNewStartAt and properly define the behavior on changes
Some ideas to further improve the timer after the German national youth competition in Bexbach.
pre_start_behaviour
:ShowZero
(Chore: capsulate redis operations into respository module #26)ShowFirstInterval
(Chore: capsulate redis operations into respository module #26)ShowLastInterval
(Fully support "start on demand" #23)/manage/<timerid>
should not have any configuration. Only show the current timer and the buttons restart, pause/resume and "configure"Add option to count up (per segment)duration
andcount_to
tofrom
andto
=> this will also allow counting up, but will be a breaking change 🚧calculateNewStartAt
and properly define the behavior on changesbgcolor
andfgcolor
to make @baycom happy... https://github.com/baycom/nodeclock/blob/b279e096f4e6fd774f715199bbec4398708f9c0b/public/js/timer.js#L481C2-L481C9)The text was updated successfully, but these errors were encountered: