gsxdsm
dcb049587f
FN-6298: fix agent heartbeat timestamp badges
Fix agent heartbeat card badges to use dedicated timestamp translation keys.
- Use separate Last/Next heartbeat timestamp keys so existing label strings do not collide with interpolated badge text.
- Add localized timestamp strings for all app locales.
- Cover desktop and mobile agent cards against raw placeholder or missing timestamp regressions.
Files changed:
packages/dashboard/app/components/AgentsView.tsx | 4 ++--
.../app/components/__tests__/AgentsView.test.tsx | 25 +++++++++++++++++++---
.../__tests__/agents-view-mobile.test.tsx | 23 ++++++++++++++++++--
packages/i18n/locales/en/app.json | 2 ++
packages/i18n/locales/es/app.json | 2 ++
packages/i18n/locales/fr/app.json | 2 ++
packages/i18n/locales/ko/app.json | 2 ++
packages/i18n/locales/zh-CN/app.json | 2 ++
packages/i18n/locales/zh-TW/app.json | 2 ++
9 files changed, 57 insertions(+), 7 deletions(-)
Fusion-Task-Id: FN-6298
Fusion-Task-Lineage: 1561bcdc-83c9-4a81-aa7b-09d0c441ac1a
2026-06-12 09:46:46 -07:00
..
2026-06-12 09:46:46 -07:00
2026-06-03 09:03:16 -07:00
2026-06-05 13:56:05 -07:00
2026-06-10 19:05:55 -07:00
2026-06-03 09:03:16 -07:00
2026-06-10 19:05:55 -07:00
2026-06-03 09:03:16 -07:00
2026-06-08 15:19:27 -07:00