Commit Graph

12 Commits

Author SHA1 Message Date
691e8170f3 feat: real notifications, interaction logging, bulk email compose
Some checks failed
CI/CD / test (push) Failing after 20s
CI/CD / deploy (push) Has been skipped
2026-01-30 00:48:13 +00:00
b43bdf3c71 feat: client pipeline view + notes tab + stage badges
Some checks failed
CI/CD / test (push) Failing after 20s
CI/CD / deploy (push) Has been skipped
- Pipeline/kanban view on Clients page (toggle grid/pipeline)
- Pipeline summary bar showing client distribution across stages
- Stage badge on client cards and detail page (click to cycle)
- Notes tab on ClientDetailPage with add/edit/pin/delete
- StageBadge component with color-coded labels
- Stage selector in ClientForm
- API client methods for notes CRUD
2026-01-30 00:35:50 +00:00
4c7a8be5b8 feat: Reports & Analytics page, CSV export, notification bell in header
- Reports page with overview stats, client growth chart, email activity chart
- Engagement breakdown (engaged/warm/cooling/cold) with stacked bar
- Industry and tag distribution charts
- At-risk client lists (cold + cooling)
- CSV export button downloads all clients
- Notification bell in top bar: overdue events, upcoming events, stale clients, pending drafts
- Dismissable notifications with priority indicators
- Added Reports to sidebar nav between Network and Settings
2026-01-29 13:04:53 +00:00
e7c2e396c0 feat: add CSV import, activity timeline, and AI insights widget
- CSV Import: modal with file picker, auto column mapping, preview table, import progress
- Activity Timeline: new tab on client detail showing all communications, events, status changes
- AI Insights Widget: dashboard card showing stale clients, upcoming birthdays, suggested follow-ups
- Import button on Clients page header
2026-01-29 12:43:30 +00:00
0b7bddb81c feat: Network Matching page - AI-powered client connection suggestions
- New /network page with match cards, score badges, category filters
- Network stats dashboard (clients, matches, avg score, top connectors)
- Category-based filtering (industry, interests, location, business, social)
- Adjustable minimum score threshold
- AI introduction generation button per match
- Added Network to sidebar navigation
- Types: NetworkMatch, NetworkStats
2026-01-29 12:35:33 +00:00
726bbf27ca fix: use custom profile endpoints for email/password change 2026-01-28 21:55:39 +00:00
a3d4f09291 feat: change email and password in settings 2026-01-28 21:52:17 +00:00
696e2187f4 feat: password reset UI (forgot password, reset page, admin reset button) 2026-01-28 21:44:22 +00:00
6e451e0795 feat: admin panel and invite acceptance UI 2026-01-28 21:40:13 +00:00
ab402da7fd fix: use bearer tokens instead of cookies for cross-origin auth 2026-01-28 21:33:53 +00:00
0198348494 fix: update API URLs to thenetwork subdomain 2026-01-28 20:52:36 +00:00
1afd5d5bac feat: initial SPA frontend for network app 2026-01-28 19:51:45 +00:00