Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/demo-ready-sales-marketing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'hotcrm': patch
---

Refresh the CRM demo experience with curated sales opportunities, expanded account coverage, and a campaign calendar that tells a complete month-long story. Simplify the default account and campaign grids, keep the active sales board focused on open work, and make the Sales Performance dashboard's KPIs visible earlier in the viewport.
6 changes: 6 additions & 0 deletions .changeset/translate-chinese-list-view-labels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'hotcrm': patch
---

Complete Chinese metadata labels for every HotCRM list view, including the
high-value CRM views used in the product demo.
4 changes: 3 additions & 1 deletion src/dashboards/sales.dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ export const SalesDashboard: Dashboard = {

header: {
showTitle: true,
showDescription: true,
// Keep the opening KPI row in the first viewport for a live demo. The
// description remains available in dashboard metadata and translations.
showDescription: false,
// Header action buttons removed: `create_opportunity` / `export_dashboard_pdf`
// are not defined actions, and `/reports/forecast` matches no report route —
// all three were dead. Re-add real, wired-up actions here when available.
Expand Down
Loading
Loading