MCPcopy Create free account

hub / github.com/ComposioHQ/trustclaw / functions

Functions408 in github.com/ComposioHQ/trustclaw

FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:102
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:15
FunctionAnimateOnView
({ children, className = "", animation = "fade-in-up", delay = 0, duration = 0.5, once = true, m
src/components/core/animate-on-view.tsx:16
FunctionAssistantMessage
({ message, status, onOpenTerminal, }: AssistantMessageProps)
src/app/(authenticated)/dashboard/_components/chat/assistant-message/assistant-message.tsx:48
FunctionAuthenticatedLayout
({ children, }: { children: React.ReactNode; })
src/app/(authenticated)/layout.tsx:6
FunctionBadge
({ className, variant = "default", asChild = false, ...props }: React.ComponentProps<"span"> & Varia
src/components/ui/badge.tsx:29
FunctionBottomCtaSection
()
src/app/_components/bottom-cta-section.tsx:7
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
src/components/ui/button.tsx:41
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionChatInput
({ onSend, onStop, status }: ChatInputProps)
src/app/(authenticated)/dashboard/_components/chat/chat-input.tsx:18
FunctionChatMockup
()
src/app/_components/chat-mockup.tsx:137
FunctionChatView
({ initialMessages, streamId, historyPageCount, fetchOlderMessages, hasOlderMessages, isFetchingOl
src/app/(authenticated)/dashboard/_components/chat/chat-view.tsx:36
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:9
FunctionCheckboxGroup
({ className, value, onValueChange, disabled, orientation = "vertical", loop = true, name, req
src/components/ui/checkbox-group.tsx:49
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:11
FunctionComparisonSection
()
src/app/_components/comparison-section.tsx:71
FunctionComposioCta
()
src/app/(authenticated)/dashboard/_components/chat/composio-cta.tsx:6
FunctionComposioWordmark
({ height = 16, className, }: ComposioWordmarkProps)
src/app/_components/composio-wordmark.tsx:8
FunctionConnectionToolResult
({ data }: ConnectionToolResultProps)
src/app/(authenticated)/dashboard/_components/tool-results/connections/connection-tool-result.tsx:48
FunctionCronJobsSettings
()
src/app/(authenticated)/dashboard/settings/_components/cron-jobs-settings.tsx:50
FunctionDangerZone
()
src/app/(authenticated)/dashboard/settings/_components/danger-zone.tsx:19
FunctionDashboardLayout
({ children, }: { children: React.ReactNode; })
src/app/(authenticated)/dashboard/layout.tsx:5
FunctionDashboardNavbar
()
src/app/(authenticated)/dashboard/_components/dashboard-navbar.tsx:24
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
src/components/ui/dialog.tsx:10
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
src/components/ui/dialog.tsx:28
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
src/components/ui/dialog.tsx:50
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
src/components/ui/dialog.tsx:134
FunctionDialogFooter
({ className, showCloseButton = false, children, ...props }: React.ComponentProps<"div"> & { showClo
src/components/ui/dialog.tsx:94
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:84
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
src/components/ui/dialog.tsx:34
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
src/components/ui/dialog.tsx:22
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
src/components/ui/dialog.tsx:121
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
src/components/ui/dialog.tsx:16
FunctionDifficultyBadge
({ level }: { level: string })
src/app/(authenticated)/dashboard/_components/tool-results/search-tools/search-tool-result.tsx:54
FunctionEmojiStep
({ value, onChange, onNext, onBack, }: EmojiStepProps)
src/app/(authenticated)/dashboard/_components/onboarding/emoji-step.tsx:15
FunctionErrorDisplay
({ message, retryText, onRetry, }: ErrorDisplayProps)
src/components/core/error-display.tsx:13
FunctionExecResult
({ delay }: { delay: number })
src/app/_components/chat-mockup.tsx:104
FunctionFeatureCard
({ feature, index, }: { feature: Feature; index: number; })
src/app/_components/features-section.tsx:70
FunctionFeaturesSection
()
src/app/_components/features-section.tsx:204
FunctionFloatingPromptsSection
()
src/app/_components/floating-prompts-section.tsx:75
FunctionFormControl
({ ...props }: React.ComponentProps<typeof Slot.Root>)
src/components/ui/form.tsx:107
FunctionFormDescription
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/form.tsx:125
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:32
FunctionFormItem
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/form.tsx:76
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/form.tsx:90
FunctionFormMessage
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/form.tsx:138
FunctionGET
(request: Request)
src/app/api/cron/trustclaw/route.ts:35
FunctionGET
(request: Request)
src/app/api/chat/route.ts:126
FunctionGlobalError
({ error, reset, }: { error: Error & { digest?: string }; reset: () => void; })
src/app/global-error.tsx:5
FunctionHeroSection
()
src/app/_components/hero-section.tsx:53
FunctionIndicatorIcon
({ type }: { type: Indicator })
src/app/_components/comparison-section.tsx:60
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionIntegrationsFeatureCard
({ index }: { index: number })
src/app/_components/features-section.tsx:116
FunctionIntegrationsStep
({ onNext, onBack, onSkip, }: IntegrationsStepProps)
src/app/(authenticated)/dashboard/_components/onboarding/integrations-step.tsx:20
FunctionIntegrationsStepSkeleton
()
src/app/(authenticated)/dashboard/_components/onboarding/integrations-step.skeleton.tsx:3
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/label.tsx:8
FunctionLandingNav
()
src/app/_components/landing-nav.tsx:8
FunctionLandingPage
()
src/app/_components/landing-page.tsx:10
FunctionLoading
()
src/app/(authenticated)/dashboard/loading.tsx:3
FunctionLoginPage
({ firstTime = false }: LoginPageProps)
src/app/login/_components/login-page.tsx:17
FunctionLoreStep
({ value, onChange, onNext, onBack, onSkip, }: LoreStepProps)
src/app/(authenticated)/dashboard/_components/onboarding/lore-step.tsx:15
FunctionMemorySettings
()
src/app/(authenticated)/dashboard/settings/_components/memory-settings.tsx:15
FunctionMessagingFeatureCard
({ index }: { index: number })
src/app/_components/features-section.tsx:158
FunctionModelSettings
({ currentModel }: ModelSettingsProps)
src/app/(authenticated)/dashboard/settings/_components/model-settings.tsx:41
FunctionModelStep
({ value, onChange, onNext, onBack, }: ModelStepProps)
src/app/(authenticated)/dashboard/_components/onboarding/model-step.tsx:17
FunctionNameStep
({ value, onChange, onNext }: NameStepProps)
src/app/(authenticated)/dashboard/_components/onboarding/name-step.tsx:13
FunctionOnboarding
({ onComplete, hasExistingInstance = false, savedState, }: OnboardingProps)
src/app/(authenticated)/dashboard/_components/onboarding/onboarding.tsx:91
FunctionOnboardingClawLogo
({ name, writingStyleItem, personalityOutfit, emoji, animationState, }: OnboardingClawLogoProps)
src/app/(authenticated)/dashboard/_components/onboarding/onboarding-claw-logo.tsx:101
FunctionOnboardingClient
({ hasExistingInstance, hasOnboardingState, }: OnboardingClientProps)
src/app/(authenticated)/dashboard/_components/onboarding/onboarding-client.tsx:13
FunctionOnboardingSkeleton
()
src/app/(authenticated)/dashboard/_components/onboarding/onboarding.skeleton.tsx:3
FunctionOpenClawLogo
({ size = 40, className }: OpenClawLogoProps)
src/app/_components/openclaw-logo.tsx:8
FunctionPOST
(request: Request)
src/app/api/cron/trustclaw/execute/route.ts:148
FunctionPOST
(request: Request)
src/app/api/chat/route.ts:45
FunctionPOST
(request: Request)
src/app/api/telegram-webhook/route.ts:60
FunctionPage
()
src/app/page.tsx:23
FunctionPage
()
src/app/(authenticated)/dashboard/page.tsx:6
FunctionPage
()
src/app/(authenticated)/dashboard/toolkits/page.tsx:4
FunctionPage
()
src/app/(authenticated)/dashboard/settings/page.tsx:4
FunctionPage
()
src/app/login/page.tsx:8
FunctionPersonalityOutfitAccessory
({ outfit }: { outfit: string })
src/app/(authenticated)/dashboard/_components/onboarding/onboarding-claw-logo.tsx:69
FunctionPersonalityStep
({ value, onChange, onNext, onBack, }: PersonalityStepProps)
src/app/(authenticated)/dashboard/_components/onboarding/personality-step.tsx:15
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
src/components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
src/components/ui/popover.tsx:42
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
src/components/ui/popover.tsx:20
FunctionPopoverDescription
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/popover.tsx:68
FunctionPopoverHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/popover.tsx:48
FunctionPopoverTitle
({ className, ...props }: React.ComponentProps<"h2">)
src/components/ui/popover.tsx:58
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
src/components/ui/popover.tsx:14
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
src/components/ui/progress.tsx:8
FunctionProgressDots
({ current }: { current: number })
src/app/(authenticated)/dashboard/_components/onboarding/progress-dots.tsx:4
← previousnext →201–300 of 408, ranked by callers