feat(pipeline): Pipeline kanban board + full-page lead detail with Move Stage #36

Merged
Mayur7887 merged 3 commits from feat/pipeline into goutamnextflow 2026-07-29 08:39:51 +00:00
Showing only changes of commit ec3df3415f - Show all commits
+1
View File
@@ -61,6 +61,7 @@ const G = {
cyan: "linear-gradient(135deg,#34c9d6,#1f9aa4)", cyan: "linear-gradient(135deg,#34c9d6,#1f9aa4)",
}; };
// leads data — a small sample of the full book (TOTAL_LEADS)
export const LEADS: Lead[] = [ export const LEADS: Lead[] = [
{ {
id: "SAL-001", initials: "JM", name: "John Martinez", gradient: G.orange, id: "SAL-001", initials: "JM", name: "John Martinez", gradient: G.orange,