Skip to content

feat(countdown): calendar date-time picker + live tab-title for timers - #376

Merged
slaveofcode merged 1 commit into
developfrom
feat/countdown-datetime-picker
Sep 9, 2026
Merged

feat(countdown): calendar date-time picker + live tab-title for timers#376
slaveofcode merged 1 commit into
developfrom
feat/countdown-datetime-picker

Conversation

@slaveofcode

Copy link
Copy Markdown
Owner

What

  • Countdown Timer: replaces the native datetime-local input (segmented manual typing) with a self-contained calendar popover — click a day on a month grid, set hour/minute + AM/PM, or tap a quick preset (Tomorrow, In 1 week, New Year). New reusable DateTimePicker component + pure datetime-picker.lib (unit-tested).
  • Live tab title: running timers are now mirrored in the browser tab title so users can watch them from another tab, via a new useTabTitle hook:
    • Countdown → ⏳ 5d 03:12:45
    • Timer/Stopwatch hub → running countdown / elapsed / 🔔 Time's up!
    • Pomodoro → 🍅 24:30 · Focus

Tests

  • New unit tests for datetime-picker.lib (24 cases); full suite green.
  • New happy-path E2E: countdown, timer-stopwatch, pomodoro-timer (+ render smoke).
  • EN + ID SEO howTo updated to describe the calendar picker.

Lint + build green; both /tools/countdown/ and /id/tools/countdown/ build.

…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.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 9, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
goodwebtools 866663e Sep 09 2026, 05:20 AM

@slaveofcode
slaveofcode merged commit 6fa6d93 into develop Sep 9, 2026
2 of 3 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