Merge pull request 'feat(pipeline): Pipeline kanban board + full-page lead detail with Move Stage' (#36) from feat/pipeline into goutamnextflow

Reviewed-on: Goutam/lynkeduppro-crm#36
This commit is contained in:
2026-07-29 08:39:51 +00:00
5 changed files with 1075 additions and 0 deletions
+1
View File
@@ -71,6 +71,7 @@ const G = {
cyan: "linear-gradient(135deg,#34c9d6,#1f9aa4)",
};
// leads data — a small sample of the full book (TOTAL_LEADS)
export const LEADS: Lead[] = [
{
id: "SAL-001", initials: "JM", name: "John Martinez", gradient: G.orange,