From dbd77cbea0e181fa36f797d827ad6c78b4af37df Mon Sep 17 00:00:00 2001 From: Jakub Kracina Date: Tue, 30 Jun 2026 15:45:28 +0200 Subject: [PATCH] feat(templates): improve highlight date and time in template list created/updated column --- .../dashboard/templates/list/table-cells.tsx | 109 +++++++++++------- .../dashboard/templates/list/table.tsx | 4 + 2 files changed, 70 insertions(+), 43 deletions(-) diff --git a/src/features/dashboard/templates/list/table-cells.tsx b/src/features/dashboard/templates/list/table-cells.tsx index 45a196051..81c8d923b 100644 --- a/src/features/dashboard/templates/list/table-cells.tsx +++ b/src/features/dashboard/templates/list/table-cells.tsx @@ -313,48 +313,59 @@ export function TemplateNameCell({ ) } -export function CreatedAtCell({ - getValue, -}: CellContext