From c236e2a075e38d866c5611352defe6b4cab1ce41 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 01:23:29 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/cases/documents-tab.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/cases/documents-tab.tsx b/src/components/cases/documents-tab.tsx index b25823b..4d3b86d 100644 --- a/src/components/cases/documents-tab.tsx +++ b/src/components/cases/documents-tab.tsx @@ -14,9 +14,17 @@ import { FolderPlus, ChevronRight, Home, + Eye, + ExternalLink, } from "lucide-react"; import { formatDate } from "@/lib/format"; import { toast } from "sonner"; +import { + Dialog, + DialogContent, + DialogHeader, + DialogTitle, +} from "@/components/ui/dialog"; const MAX_BYTES = 50 * 1024 * 1024;