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
fix: correct parameter order (start,stop,pause) and avoid hour 0 in break
The function signature was (start,pause,stop) but calls passed
(start,stop,pause). Fixed signature to match callers. Also replaced
all 00:30 breaks with 01:00 to avoid hour 0 which needs the inner
clock ring (height:85px + rotateZ:720deg) that may not exist on
the planned shift timepicker.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments