diff --git a/app/mobile/tickets/[id]/page.tsx b/app/mobile/tickets/[id]/page.tsx index 7de406f..e85b2da 100644 --- a/app/mobile/tickets/[id]/page.tsx +++ b/app/mobile/tickets/[id]/page.tsx @@ -4,7 +4,7 @@ import { useEffect, useState, use } from 'react'; import { useRouter } from 'next/navigation'; import { ArrowLeft, RefreshCw, Clock, FileText, Timer, CheckCircle2, - ChevronDown, ChevronRight, User, Briefcase, AlertCircle, EyeOff, Eye, Mail, AlignLeft, Code2, + ChevronDown, ChevronRight, User, Briefcase, AlertCircle, EyeOff, Eye, ExternalLink, Mail, AlignLeft, Code2, } from 'lucide-react'; const PRIORITY_LABEL: Record = { @@ -237,9 +237,31 @@ export default function TicketTimeline({ params }: { params: Promise<{ id: strin
{/* Ticket header */}
- +
+ + +

+ Tickets / #{ticket.ticket_number} +

+ + + +
{PRIORITY_LABEL[ticket.priority] ?? `P${ticket.priority}`}