MCPcopy Create free account

hub / github.com/denvudd/plura / functions

Functions382 in github.com/denvudd/plura

↓ 1 callersFunctionupdateUser
(user: Partial<User>)
src/queries/auth.ts:129
↓ 1 callersFunctionupsertAgency
(agency: Agency, price?: Plan)
src/queries/agency.ts:54
↓ 1 callersFunctionupsertFunnel
( subAccountId: string, funnel: FunnelDetailsSchema & { liveProducts: string }, funnelId: string )
src/queries/funnels.ts:39
↓ 1 callersFunctionupsertLane
(lane: Prisma.LaneUncheckedCreateInput)
src/queries/lanes.ts:83
↓ 1 callersFunctionupsertPipeline
( pipeline: Prisma.PipelineUncheckedCreateWithoutLanesInput )
src/queries/pipelines.ts:60
↓ 1 callersFunctionupsertSubAccount
(subAccount: SubAccount)
src/queries/subaccount.ts:27
↓ 1 callersFunctionupsertTag
( subAccountId: string, tag: Prisma.TagUncheckedCreateInput )
src/queries/tags.ts:7
↓ 1 callersFunctionupsertTicket
( ticket: Prisma.TicketUncheckedCreateInput, tags: Tag[] )
src/queries/tickets.ts:40
↓ 1 callersFunctionwalkTreeItems
(items: EditorElement[] | EditorElement)
src/components/modules/editor/editor-layers/EditorLayersTree.tsx:36
FunctionAgencyBillingPage
({ params, })
src/app/(main)/agency/[agencyId]/billing/page.tsx:33
FunctionAgencyDetails
({ data })
src/components/forms/AgencyDetails.tsx:63
FunctionAgencyIdLayout
({ params, children, })
src/app/(main)/agency/[agencyId]/layout.tsx:19
FunctionAgencyIdPage
({ params })
src/app/(main)/agency/[agencyId]/page.tsx:40
FunctionAgencyLoading
()
src/app/(main)/agency/loading.tsx:4
FunctionAgencyPage
({ searchParams })
src/app/(main)/agency/page.tsx:22
FunctionAgencySettingsPage
({ params, })
src/app/(main)/agency/[agencyId]/settings/page.tsx:18
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:48
FunctionAllSubAccountsPage
({ params, })
src/app/(main)/agency/[agencyId]/all-subaccounts/page.tsx:38
FunctionAreaChart
(props)
src/components/ui/area-chart.tsx:16
FunctionAuthProvider
({ children })
src/components/providers/AuthProvider.tsx:9
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:30
FunctionBadgeDelta
(props)
src/components/ui/badge-delta.tsx:8
FunctionBarChart
()
src/components/ui/icons/bar_chart.tsx:3
FunctionBlurPage
({ children })
src/components/common/BlurPage.tsx:3
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
src/components/ui/calendar.tsx:12
FunctionCalendar
()
src/components/ui/icons/calendar.tsx:3
FunctionCard
({ rotate, scale })
src/components/modules/landing/HeroContainerScroll.tsx:97
FunctionCellActions
({ rowData })
src/app/(main)/agency/[agencyId]/team/columns.tsx:152
FunctionCheckCircle
()
src/components/ui/icons/check_circled.tsx:3
FunctionChip
()
src/components/ui/icons/chip.tsx:3
FunctionCircleProgress
({ description, value = 0 }: CircleProgressProps)
src/components/ui/circle-progress.tsx:11
FunctionClipboardIcon
()
src/components/ui/icons/clipboardIcon.tsx:3
FunctionColorPicker
({ id, value, onChange, className, }: ColorPickerProps)
src/components/ui/color-picker.tsx:21
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
src/components/ui/command.tsx:28
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:137
FunctionCompass
()
src/components/ui/icons/compass.tsx:3
FunctionComponentsTab
({})
src/components/modules/editor/editor-tabs/components-tab/ComponentsTab.tsx:22
FunctionContactDetails
({ subAccountId })
src/components/forms/ContactDetails.tsx:40
FunctionContactFormPlaceholder
({})
src/components/modules/editor/editor-tabs/components-tab/placeholders/ContactFormPlaceholder.tsx:6
FunctionContainerPlaceholder
({})
src/components/modules/editor/editor-tabs/components-tab/placeholders/ContainerPlaceholder.tsx:6
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/context-menu.tsx:168
FunctionCraeteContactButton
({ subAccountId }: Props)
src/app/(main)/subaccount/[subaccountId]/contacts/_components/CreateButton.tsx:15
FunctionCreateButton
({ agencyId, user })
src/app/(main)/agency/[agencyId]/all-subaccounts/_components/CreateButton.tsx:32
FunctionCustomModal
({ children, defaultOpen, subTitle, title, scrollShadow = true, })
src/components/common/CustomModal.tsx:23
FunctionDatabase
()
src/components/ui/icons/database.tsx:3
FunctionDeleteButton
({ subAccountId })
src/app/(main)/agency/[agencyId]/all-subaccounts/_components/DeleteButton.tsx:15
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionDomainPage
({ params })
src/app/[domain]/page.tsx:16
FunctionDomainPathPage
({ params })
src/app/[domain]/[path]/page.tsx:15
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:171
FunctionEditorContact
({ element })
src/components/modules/editor/editor-elements/EditorContact.tsx:22
FunctionEditorContactForm
({ apiCall, subTitle, buttonText, styles, title, })
src/components/forms/EditorContactForm.tsx:35
FunctionEditorContainer
({ element })
src/components/modules/editor/editor-elements/EditorContainer.tsx:18
FunctionEditorImage
({ element })
src/components/modules/editor/editor-elements/EditorImage.tsx:18
FunctionEditorLayersTree
({ data, onSelectChange, expandAll, className, ...props })
src/components/modules/editor/editor-layers/EditorLayersTree.tsx:17
FunctionEditorLayersTreeItem
({ className, data, handleSelectChange, expandedItemIds, ...props })
src/components/modules/editor/editor-layers/EditorLayersTreeItem.tsx:32
FunctionEditorLayersTreeLeaf
({ className, item, isSelected, type, ...props })
src/components/modules/editor/editor-layers/EditorLayersTreeLeaf.tsx:24
FunctionEditorLink
({ element })
src/components/modules/editor/editor-elements/EditorLink.tsx:18
FunctionEditorPayment
({ element })
src/components/modules/editor/editor-elements/EditorPayment.tsx:27
FunctionEditorProvider
({ children, funnelId, pageDetails, subAccountId, })
src/components/providers/EditorProvider.tsx:383
FunctionEditorRecursive
({ element }: Props)
src/components/modules/editor/editor-elements/EditorRecursive.tsx:18
FunctionEditorSection
({ element })
src/components/modules/editor/editor-elements/EditorSection.tsx:17
FunctionEditorText
({ element })
src/components/modules/editor/editor-elements/EditorText.tsx:17
FunctionEditorTwoColumns
({ element })
src/components/modules/editor/editor-elements/EditorTwoColumns.tsx:16
FunctionEditorTwoColumns
({ element })
src/components/modules/editor/editor-elements/EditorThreeColumns.tsx:16
FunctionEditorVideo
({ element })
src/components/modules/editor/editor-elements/EditorVideo.tsx:14
FunctionFileUpload
({ endpoint, onChange, value, })
src/components/common/FileUpload.tsx:16
FunctionFlag
({ width, height }: { width?: string; height?: string })
src/components/ui/icons/flag.tsx:3
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:29
FunctionFunnelDetails
({ defaultData, subAccountId, })
src/components/forms/FunnelDetails.tsx:42
FunctionFunnelEditor
({ funnelPageId, liveMode, funnelPageDetails, })
src/components/modules/editor/FunnelEditor.tsx:19
FunctionFunnelEditorNavigation
({ funnelId, funnelPageDetails, subAccountId, })
src/components/modules/editor/FunnelEditorNavigation.tsx:44
FunctionFunnelEditorSidebar
({ subAccountId, })
src/components/modules/editor/FunnelEditorSidebar.tsx:30
FunctionFunnelIdEditorPage
({ params, })
src/app/(main)/subaccount/[subaccountId]/funnels/[funnelId]/editor/[funnelPageId]/page.tsx:20
FunctionFunnelIdPage
({ params })
src/app/(main)/subaccount/[subaccountId]/funnels/[funnelId]/page.tsx:24
FunctionFunnelPageDetails
({ funnelId, order, subAccountId, defaultData, })
src/components/forms/FunnelPageDetails.tsx:58
FunctionFunnelPagePlaceholder
()
src/components/ui/icons/funnel-page-placeholder.tsx:3
FunctionFunnelProductsTable
({ products, defaultData, })
src/components/modules/funnels/FunnelProductsTable.tsx:30
FunctionFunnelSettings
({ subAccountId, defaultData, })
src/components/modules/funnels/FunnelSettings.tsx:23
FunctionFunnelStepCard
({ activePage, funnelPage, index, totalPages, })
src/components/modules/funnels/FunnelStepCard.tsx:20
FunctionFunnelSteps
({ funnel, funnelId, initialPages, subAccountId, })
src/components/modules/funnels/FunnelSteps.tsx:45
FunctionFunnelSubAccountChart
({ data, })
src/components/modules/funnels/FunnelSubAccountChart.tsx:10
FunctionFunnelsDataTable
({ columns, data, filterValue, modalChildren, actionButtonText, }: FunnelsDataTableProps<TData, TVal
src/app/(main)/subaccount/[subaccountId]/funnels/data-table.tsx:34
FunctionFunnelsPageProps
({ params })
src/app/(main)/subaccount/[subaccountId]/funnels/page.tsx:18
FunctionHeadphone
()
src/components/ui/icons/headphone.tsx:3
FunctionHeroContainerScroll
({})
src/components/modules/landing/HeroContainerScroll.tsx:9
FunctionHome
()
src/components/ui/icons/home.tsx:3
FunctionHomePage
()
src/app/site/page.tsx:14
FunctionHoverPriceCard
({})
src/components/modules/landing/HoverPriceCard.tsx:21
FunctionImagePlaceholder
({})
src/components/modules/editor/editor-tabs/components-tab/placeholders/ImagePlaceholder.tsx:6
FunctionInfiniteMovingCards
({ direction = "left", speed = "fast", pauseOnHover = true, className, })
src/components/modules/landing/InfiniteMovingCard.tsx:15
FunctionInfo
()
src/components/ui/icons/info.tsx:3
FunctionInfoBar
({ notifications, subAccountId, className, role, })
src/components/common/InfoBar.tsx:34
FunctionLaneDetails
({ defaultData, pipelineId, })
src/components/forms/LaneDetails.tsx:37
FunctionLaunchPagPageage
({ params, searchParams, })
src/app/(main)/agency/[agencyId]/launchpad/page.tsx:30
← previousnext →101–200 of 382, ranked by callers