feat(ticket): redesign overview with AI summary, location, and shared defect visuals

This commit is contained in:
2026-07-03 10:30:59 +05:30
parent 02adbb4c10
commit 9cf4f0e795
7 changed files with 309 additions and 75 deletions

View File

@@ -69,7 +69,7 @@ export default function TicketDetailPage() {
<div className="grid gap-5 xl:grid-cols-[minmax(0,7fr)_minmax(0,3fr)]">
<div className="space-y-5">
{overview ? (
<TicketOverviewCard ticket={overview} />
<TicketOverviewCard ticket={overview} defectClass={defectClass} />
) : (
<TicketOverviewCardSkeleton />
)}