Promote to production: countdown date-time picker + timer tab-titles + live Digital Clock - #378
Merged
Conversation
…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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes to production:
useTabTitle)./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.