chore(ui): drop unused dashboard KPIs + soften membership wording

Remove the "Total Clients / Active Interests / Pipeline Value /
Occupancy Rate" KPI grid from the dashboard — duplicated by the
charts below and rarely scanned. Pipeline funnel, occupancy timeline,
revenue breakdown, lead source charts and the activity feed remain.

Rename the company-members dropdown action "End Membership" →
"Remove from company" — matches how reps describe the action.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-09 04:11:15 +02:00
parent 19622985b5
commit 3f86baeb0f
2 changed files with 1 additions and 6 deletions

View File

@@ -246,7 +246,7 @@ export function CompanyMembersTab({ companyId, portSlug }: CompanyMembersTabProp
disabled={endMutation.isPending}
>
<XCircle className="mr-2 h-3.5 w-3.5" />
End Membership
Remove from company
</DropdownMenuItem>
)}
</DropdownMenuContent>