From e5e3c6d89e55ff7583e05aa8be91376d57a24f97 Mon Sep 17 00:00:00 2001 From: Sidney Date: Sat, 18 Jul 2026 20:59:07 -0300 Subject: [PATCH] feat(pre-matricula): add metadata preview image upload and deletion UI --- manager/components/PreMatricula.tsx | 59 ++++++++++++++++++++++++++++- 1 file changed, 58 insertions(+), 1 deletion(-) diff --git a/manager/components/PreMatricula.tsx b/manager/components/PreMatricula.tsx index d14f9cf..d819c35 100644 --- a/manager/components/PreMatricula.tsx +++ b/manager/components/PreMatricula.tsx @@ -4,7 +4,7 @@ import { Plus, Trash2, Save, Eye, EyeOff, Download, GripVertical, Link2, ClipboardPen, Copy, Check, ChevronDown, ChevronRight, Users, RefreshCw, FileText, X, Settings2, ArrowLeft, ExternalLink, AlertCircle, UserCheck, Edit, Upload, - MessageSquare, Paperclip, Smile + MessageSquare, Paperclip, Smile, Image } from 'lucide-react'; import { useDialog } from '../DialogContext'; @@ -502,6 +502,63 @@ const PreMatricula: React.FC = ({ data, onConvert }) => {