Task Summary
Unify frontend relative-time and count formatting into consistent shared utilities. Some components currently duplicate similar formatting logic, such as formatTime / formatCount, instead of reusing a shared helper.
This task should consolidate the duplicated formatting logic into reusable utilities and update the relevant callers to use them consistently. It should also make the utilities easier to reuse in future frontend components.
Task Type
Task Summary
Unify frontend relative-time and count formatting into consistent shared utilities. Some components currently duplicate similar formatting logic, such as
formatTime/formatCount, instead of reusing a shared helper.This task should consolidate the duplicated formatting logic into reusable utilities and update the relevant callers to use them consistently. It should also make the utilities easier to reuse in future frontend components.
Task Type