Live relative time counters #46

Closed
opened 2026-09-09 02:23:27 +00:00 by poslop · 0 comments
Owner

Relative timestamps (history table, paste view, stats pill) should tick live: if a paste is under a minute old, display counting seconds (42s ago, 43s ago...); once past a minute, show live minutes without seconds (5m ago, 6m ago...); hours/days likewise (no sub-unit display). Implement as a small JS ticker that updates all [data-ts] elements every second, formatting based on elapsed time. Apply everywhere agoString-style timestamps appear.

Relative timestamps (history table, paste view, stats pill) should tick live: if a paste is under a minute old, display counting seconds (42s ago, 43s ago...); once past a minute, show live minutes without seconds (5m ago, 6m ago...); hours/days likewise (no sub-unit display). Implement as a small JS ticker that updates all [data-ts] elements every second, formatting based on elapsed time. Apply everywhere agoString-style timestamps appear.
Sign in to join this conversation.