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(video): render "Today" instead of "0 seconds ago" (#1091)
Video dates have day granularity, so a video published today humanized
to "0 seconds ago" — the symptom reported in #1091. video-age.js now
renders "Today" for any age below one day.
Add a server-side regression test pinning the contract the JS relies on
(a video dated today yields an age below one day in ms); the JS guard
itself has no unit test because the repo has no frontend build/test step.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments