ENH - refine phone apps and lock screen

This commit is contained in:
Eichenholz
2026-08-04 18:08:35 +02:00
parent c6bac5b2c6
commit 75be4c2a69
10 changed files with 214 additions and 113 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ describe('timestamp clocks', () => {
expect(timerPickerMilliseconds('01:01:01')).toBe(3_661_000)
})
it('formats stopwatch durations with actual milliseconds', () => {
expect(formatStopwatch(61_234)).toBe('01:01.234')
it('formats stopwatch durations with hundredths of a second', () => {
expect(formatStopwatch(61_234)).toBe('01:01.23')
})
it('calculates bounded timer progress from remaining duration', () => {