发布

  • [OPIK-4429] [FE] Update time columns to relative time format (#5201)

    frostbyte_neo 发布于 2026-02-25 15:12:01 +00:00

    • [OPIK-4429] [FE] Update time columns to show relative time with full date tooltip

    Switch all time columns across the frontend from absolute date format to
    relative time display ("just now", "5 minutes ago", "3 hours ago") with
    full date+time shown on hover tooltip.

    • Add formatRelativeDate utility function to lib/date.ts
    • Create reusable TimeCell component using TooltipWrapper
    • [OPIK-4429] [FE] Standardize date/time formatting across the app

    Relative time for created_at/last_updated_at, absolute time (D MMM YYYY, h:mmA)
    for start_time/end_time, UTC tooltips with seconds everywhere, and remove the
    user-selectable date format picker from settings.

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

    • [OPIK-4429] [FE] Add space before AM/PM in date format

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


    Co-authored-by: Claude Opus 4.6 noreply@anthropic.com

    下载附件