From cc3995ce7471196e6a2a7087b7f6866f45def6f9 Mon Sep 17 00:00:00 2001 From: Ephraim Atta-Duncan Date: Mon, 20 Jan 2025 03:32:10 +0000 Subject: [PATCH] chore: document recent activity --- .../documents/[id]/document-page-view-recent-activity.tsx | 7 ++++++- .../lib/server-only/document/find-document-audit-logs.ts | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx b/apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx index c6e0787bb..d0fbe1262 100644 --- a/apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx +++ b/apps/web/src/app/(dashboard)/documents/[id]/document-page-view-recent-activity.tsx @@ -4,7 +4,7 @@ import { useMemo } from 'react'; import { Trans, msg } from '@lingui/macro'; import { useLingui } from '@lingui/react'; -import { AlertTriangle, CheckCheckIcon, CheckIcon, Loader, MailOpen } from 'lucide-react'; +import { AlertTriangle, CheckCheckIcon, CheckIcon, Copy, Loader, MailOpen } from 'lucide-react'; import { DateTime } from 'luxon'; import { match } from 'ts-pattern'; @@ -141,6 +141,11 @@ export const DocumentPageViewRecentActivity = ({