feat: UI/UX updates - Sidebar, ProCanvas, Dashboard, Schedule, Map

This commit is contained in:
Satyam
2026-02-20 13:32:44 +05:30
parent 36e74e9fbc
commit 7e166726da
7 changed files with 412 additions and 117 deletions
+3 -3
View File
@@ -11,7 +11,7 @@ import { config } from '../config/env';
// New Widget Imports
import { RoofConditionChart } from '../components/dashboard/RoofConditionChart';
import { OwnerIntentFunnel } from '../components/dashboard/OwnerIntentFunnel';
import { TopSalesLeaderboard } from '../components/dashboard/TopSalesLeaderboard';
import { RevenueByNeighborhood } from '../components/dashboard/RevenueByNeighborhood';
import { GoldenLeadsScatter } from '../components/dashboard/GoldenLeadsScatter';
import { ActionCenterWidget } from '../components/dashboard/ActionCenterWidget';
@@ -220,9 +220,9 @@ const Dashboard = () => {
<RevenueByNeighborhood properties={properties} />
</div>
{/* Owner Intent Funnel */}
{/* Top 6 Sales Reps Leaderboard */}
<div className="lg:col-span-1 h-80">
<OwnerIntentFunnel properties={properties} />
<TopSalesLeaderboard />
</div>
</div>