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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.