diff --git a/src/app/(modules)/ticket/[ticketId]/components/TicketAssignmentsCard.tsx b/src/app/(modules)/ticket/[ticketId]/components/TicketAssignmentsCard.tsx index 254850d..6588f75 100644 --- a/src/app/(modules)/ticket/[ticketId]/components/TicketAssignmentsCard.tsx +++ b/src/app/(modules)/ticket/[ticketId]/components/TicketAssignmentsCard.tsx @@ -1,11 +1,22 @@ 'use client'; import { useEffect } from 'react'; -import { BriefcaseBusiness, CalendarClock, ListChecks } from 'lucide-react'; +import { + BriefcaseBusiness, + CalendarClock, + ChevronDown, + Images, + ListChecks, +} from 'lucide-react'; import { PersonInfo } from '@/components/person-avatar'; import { Badge } from '@/components/ui/badge'; import { Button } from '@/components/ui/button'; +import { + Collapsible, + CollapsibleContent, + CollapsibleTrigger, +} from '@/components/ui/collapsible'; import { Card, CardContent, @@ -260,14 +271,34 @@ export function TicketAssignmentsCard({ > {videoId ? ( -
- -
+ + + + + +
+ +
+
+
) : null}