Skip to content

Promote to production: countdown date-time picker + timer tab-titles + live Digital Clock - #378

Merged
slaveofcode merged 4 commits into
mainfrom
develop
Sep 9, 2026
Merged

Promote to production: countdown date-time picker + timer tab-titles + live Digital Clock#378
slaveofcode merged 4 commits into
mainfrom
develop

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

Promotes to production:

  • Countdown Timer: calendar date-time picker (click instead of typing) + quick presets.
  • Timers: Countdown, Stopwatch/Timer, and Pomodoro now mirror the running time in the browser tab title (useTabTitle).
  • New tool — Digital Clock (/tools/clock): live current time with ms/µs, configurable IANA timezone, 12/24h, copyable epoch/ISO.

CI green on develop (Test·Build·Lint + Playwright). EN+ID SEO for the new tool + updated countdown how-to.

…tab title

Replace the native datetime-local input on Countdown Timer with a
self-contained calendar popover (month grid + hour/minute + AM/PM) and
quick presets (Tomorrow, In 1 week, New Year) so users click instead of
typing. New reusable DateTimePicker component + pure datetime-picker.lib
(unit-tested).

Also reflect running timers in the browser tab title via a new
useTabTitle hook so users can watch them from another tab: Countdown
(live d/hh:mm:ss), Timer/Stopwatch hub (countdown/elapsed/ringing) and
Pomodoro (phase + remaining).

Adds happy-path E2E for countdown, timer-stopwatch and pomodoro, and
updates EN+ID SEO howTo for the new picker.
feat(countdown): calendar date-time picker + live tab-title for timers
A real-time digital clock that ticks via requestAnimationFrame, showing
HH:MM:SS plus animated milliseconds and microseconds, in any IANA time
zone (defaults to the user's, with a one-tap 'My zone'). 12/24-hour
toggle, localized date + UTC offset, and copyable Unix epoch (ms) / ISO
string. Also mirrors HH:MM:SS in the tab title.

Pure, unit-tested clock.lib (readout, offset canonicalisation, zone
list); thin island. Microsecond precision is honestly labelled as
browser-clamped best-effort. EN + ID SEO added; happy-path E2E included.
feat(clock): add live Digital Clock tool
@slaveofcode
slaveofcode merged commit 973cf7a into main Sep 9, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant