fix(ui): remove duplicate "ago" suffix in snapshots list
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
fix(ui): remove duplicate "ago" suffix in snapshots list
Denis Morozov
requested to merge
fix/snapshots-ago-duplicate
into
master
Jan 21, 2026
Overview
1
Commits
1
Pipelines
1
Changes
1
Summary
Fix duplicate "ago" suffix appearing in snapshots list timestamps (e.g., "1 hour ago ago")
The
formatDistanceSafe
function already adds the suffix via
addSuffix: true
, so the hardcoded suffix in the template was redundant
Issue:
https://gitlab.com/postgres-ai/platform/-/issues/346
Edited
Jan 21, 2026
by
Denis Morozov
Merge request reports
Loading