Funnels V2: event steps, edit UI, filters, trends, breakdowns #56
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/funnels-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
FunnelFormcomponentChanges
components/funnels/FunnelForm.tsx— new shared form component (519 lines)components/funnels/BreakdownDrawer.tsx— new drawer componentapp/sites/[id]/funnels/new/page.tsx— reduced to thin wrapper around FunnelFormapp/sites/[id]/funnels/[funnelId]/page.tsx— added filters, exit paths, trends chart, breakdown drawerapp/sites/[id]/funnels/[funnelId]/edit/page.tsx— new edit pagelib/api/funnels.ts— updated types and added trends/breakdown API functionsTest Plan