Certificates section react work

This commit is contained in:
Jamie Curnow
2025-10-26 00:28:39 +10:00
parent 5b7013b8d5
commit bb6c9c8daf
24 changed files with 596 additions and 121 deletions

View File

@@ -64,7 +64,7 @@ export function EventFormatter({ row }: Props) {
<div className="flex-fill">
<div className="font-weight-medium">
{getIcon(row)}
<T id={`event.${row.action}-${row.objectType}`} />
<T id={`object.event.${row.action}`} tData={{ object: row.objectType }} />
&mdash; <span className="badge">{getEventValue(row)}</span>
</div>
<div className="text-secondary mt-1">{DateTimeFormat(row.createdOn)}</div>