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
11 changes: 11 additions & 0 deletions .changeset/accounts-dashboard-improvements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"adcontextprotocol": minor
---

Improve accounts dashboard with activity feed and bug fixes

- Add new Activity tab showing unified activity stream (Slack, emails, events, payments, working groups)
- Fix "Needs Attention" to exclude paying members in good standing (only show prospects with action items or members with expiring subscriptions)
- Fix fire emoji display in account detail page
- Loosen "Hot Prospects" criteria (engagement >= 50 OR high interest, not AND)
- Extend "New Insights" from 7 days to 30 days of Slack activity
1 change: 0 additions & 1 deletion server/public/admin-account-detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@
/* Engagement fires */
.engagement-fires {
font-size: var(--text-xl);
letter-spacing: 2px;
}

/* Member status badges */
Expand Down
Loading