task-ep.1.2
This commit is contained in:
@@ -33,6 +33,7 @@ import {
|
||||
SelectValue,
|
||||
} from "@/components/ui/select";
|
||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
||||
import { RecentActivitiesPanel } from "@/features/crm/activities/components/recent-activities-panel";
|
||||
import { AuditLogTab } from "@/features/crm/components/audit-log-tab";
|
||||
import { formatDate, formatDateTime } from "@/lib/date-format";
|
||||
import { formatNumber } from "@/lib/number-format";
|
||||
@@ -1380,6 +1381,12 @@ export function QuotationDetail({
|
||||
<div className="space-y-6 lg:col-span-2">
|
||||
<Card>
|
||||
<CardContent className="pt-6">
|
||||
<RecentActivitiesPanel
|
||||
items={data.recentActivities}
|
||||
description="New activity records and legacy quotation follow-ups shown together."
|
||||
emptyMessage="No recent activity or quotation follow-up yet."
|
||||
/>
|
||||
|
||||
<Tabs defaultValue="overview" className="gap-4">
|
||||
<TabsList className="flex flex-wrap">
|
||||
<TabsTrigger value="overview">Overview</TabsTrigger>
|
||||
|
||||
Reference in New Issue
Block a user