MCPcopy Create free account

hub / github.com/holaboss-ai/holaOS / functions

Functions8,692 in github.com/holaboss-ai/holaOS

FunctionAlertDialogCancel
({ className, variant = "outline", size = "default", ...props }: AlertDialogPrimitive.Close.Props &
sdk/ui/src/primitives/alert-dialog.tsx:157
FunctionAlertDialogContent
({ className, size = "default", ...props }: AlertDialogPrimitive.Popup.Props & { size?: "default" | "s
sdk/ui/src/primitives/alert-dialog.tsx:41
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
sdk/ui/src/primitives/alert-dialog.tsx:128
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/alert-dialog.tsx:80
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/alert-dialog.tsx:64
FunctionAlertDialogMedia
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/alert-dialog.tsx:96
FunctionAlertDialogOverlay
({ className, ...props }: AlertDialogPrimitive.Backdrop.Props)
sdk/ui/src/primitives/alert-dialog.tsx:25
FunctionAlertDialogPortal
({ ...props }: AlertDialogPrimitive.Portal.Props)
sdk/ui/src/primitives/alert-dialog.tsx:19
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
sdk/ui/src/primitives/alert-dialog.tsx:112
FunctionAlertDialogTrigger
({ ...props }: AlertDialogPrimitive.Trigger.Props)
sdk/ui/src/primitives/alert-dialog.tsx:13
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
apps/desktop/src/components/ui/alert.tsx:37
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/alert.tsx:37
FunctionAnalyticsToolbar
({ metric, onMetricChange, range, onRangeChange, }: Props)
sdk/app-builder-sdk/reference/post-analytics/src/client/components/analytics-toolbar.tsx:23
FunctionApp
()
apps/desktop/src/App.tsx:58
FunctionApp
()
website/docs/app/root.tsx:73
FunctionAppCatalogCard
({ entry, state, disabled, onInstall, displayName, logoUrl, availableAccounts, selectedConnect
apps/desktop/src/components/marketplace/AppCatalogCard.tsx:52
FunctionAppCatalogCardSkeleton
()
apps/desktop/src/components/marketplace/AppsGallery.tsx:20
FunctionAppIcon
({ iconUrl, appId, providerId, label, size = "card", }: AppIconProps)
apps/desktop/src/components/marketplace/AppIcon.tsx:46
FunctionAppIntegrationsDialog
({ open, onOpenChange, appId, appName, integrations, }: { open: boolean; onOpenChange: (open: bo
apps/desktop/src/components/integration/AppIntegrationsDialog.tsx:43
FunctionAppRow
(props: AppRowProps)
apps/desktop/src/components/layout/shell/Sidebar.tsx:1507
FunctionAppRowPlain
({ app, label, providerId, iconUrl, expanded, onOpen, onReload, onUninstall, }: AppRowProps)
apps/desktop/src/components/layout/shell/Sidebar.tsx:1554
FunctionAppRowShell
({ app, label, providerId, iconUrl, expanded, tone, tooltip, onRowClick, renderTrailing, m
apps/desktop/src/components/layout/shell/Sidebar.tsx:2022
FunctionAppRowWithBinding
({ app, label, providerId, iconUrl, expanded, onOpen, onReload, onUninstall, providerSlug,
apps/desktop/src/components/layout/shell/Sidebar.tsx:1625
FunctionAppRowWithMultiBinding
({ app, label, providerId, iconUrl, expanded, onOpen, onReload, onUninstall, integrations, }
apps/desktop/src/components/layout/shell/Sidebar.tsx:1796
FunctionAppShell
()
apps/desktop/src/components/layout/shell/AppShell.tsx:49
FunctionAppShellContent
()
apps/desktop/src/components/layout/shell/AppShell.tsx:63
FunctionAppSurfacePane
({ appId, app: providedApp, path, resourceId, view, }: AppSurfacePaneProps)
apps/desktop/src/components/panes/AppSurfacePane.tsx:57
FunctionAppsGallery
()
apps/desktop/src/components/marketplace/AppsGallery.tsx:33
FunctionAppsSection
()
apps/desktop/src/components/layout/shell/Sidebar.tsx:1386
FunctionArtifactBrowserModal
({ open, filter, outputs, scope, onClose, onFilterChange, onOpenOutput, layout = "page", }: {
apps/desktop/src/components/panes/ChatPane/ArtifactBrowserModal.tsx:547
FunctionArtifactRow
({ output, onOpen, workspaceId, }: { output: WorkspaceOutputRecordPayload; onOpen: ((output: Workspa
apps/desktop/src/components/panes/ArtifactsPane.tsx:249
FunctionArtifactRow
({ defaultTitle, onOpen, output, }: { defaultTitle: string | undefined; onOpen?: (output: WorkspaceO
apps/desktop/src/components/panes/ChatPane/AssistantTurn/Outputs.tsx:100
FunctionArtifactsPane
({ workspaceId, onOpenOutput, emptyWorkspaceMessage = "Choose a workspace from the top bar to view its a
apps/desktop/src/components/panes/ArtifactsPane.tsx:54
FunctionAspectRatio
({ ratio, className, ...props }: React.ComponentProps<"div"> & { ratio: number })
sdk/ui/src/primitives/aspect-ratio.tsx:3
FunctionAssistantTurnActionsMenu
({ copyText, onViewTurnDetails, onViewFileChanges, hasFileEdits, }: AssistantTurnActionsMenuProps)
apps/desktop/src/components/panes/ChatPane/AssistantTurn/ActionsMenu.tsx:18
FunctionAssistantTurnComponent
({ label, mode, showExecutionInternals = true, fitToContent = true, text, tone = "default", segm
apps/desktop/src/components/panes/ChatPane/AssistantTurn/index.tsx:65
FunctionAssistantTurnIntegrationConnects
({ pendingIntegrations, onAfterBind, }: { pendingIntegrations: AssistantTurnPendingIntegration[]; onAf
apps/desktop/src/components/panes/ChatPane/AssistantTurn/IntegrationConnectCard.tsx:32
FunctionAssistantTurnIntegrationProposals
({ proposals, workspaceId, onAfterConnect, }: { proposals: AssistantTurnProposedIntegration[]; works
apps/desktop/src/components/panes/ChatPane/AssistantTurn/IntegrationProposalCard.tsx:15
FunctionAssistantTurnOutputs
({ outputs, onOpenOutput, onOpenAllArtifacts, }: { outputs: WorkspaceOutputRecordPayload[]; onOpenOu
apps/desktop/src/components/panes/ChatPane/AssistantTurn/Outputs.tsx:13
FunctionAttachmentImageThumb
({ file }: { file: File })
apps/desktop/src/components/panes/ChatPane/AttachmentList.tsx:31
FunctionAttachmentList
({ attachments, onRemove, onPreview, className = "", }: { attachments: AttachmentListItem[]; onRem
apps/desktop/src/components/panes/ChatPane/AttachmentList.tsx:54
FunctionAttentionList
({ rows }: AttentionProps)
sdk/app-builder-sdk/reference/messaging-dashboard/src/client/components/messages-table.tsx:103
FunctionAttentionList
({ rows }: AttentionProps)
runtime/harnesses/src/embedded-skills/build-dashboard/reference/messaging-dashboard/src/client/components/messages-table.tsx:103
FunctionAuthPanel
({ view = "full" }: AuthPanelProps)
apps/desktop/src/components/auth/AuthPanel.tsx:1657
FunctionAutomationsOverlay
()
apps/desktop/src/components/layout/shell/Overlays.tsx:84
FunctionAutomationsPane
({ workspaceId, composerModel, emptyWorkspaceMessage = "Switch from the top bar to view its automations.
apps/desktop/src/components/panes/AutomationsPane.tsx:177
FunctionAvatar
({ name }: { name: string })
sdk/app-builder-sdk/reference/engagement-inbox/src/client/components/inbox-table.tsx:11
FunctionAvatar
({ className, size = "default", ...props }: AvatarPrimitive.Root.Props & { size?: "default" | "sm" | "
sdk/ui/src/primitives/avatar.tsx:6
FunctionAvatarBadge
({ className, ...props }: React.ComponentProps<"span">)
sdk/ui/src/primitives/avatar.tsx:55
FunctionAvatarFallback
({ className, ...props }: AvatarPrimitive.Fallback.Props)
sdk/ui/src/primitives/avatar.tsx:39
FunctionAvatarGroup
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/avatar.tsx:71
FunctionAvatarGroupCount
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/avatar.tsx:84
FunctionAvatarImage
({ className, ...props }: AvatarPrimitive.Image.Props)
sdk/ui/src/primitives/avatar.tsx:26
FunctionBackgroundTaskReferenceCards
({ references, onOpenReference, }: { references: ChatBackgroundTaskReference[]; onOpenReference?: (ref
apps/desktop/src/components/panes/ChatPane/BackgroundTaskReferenceCards.tsx:58
FunctionBackgroundTasksPane
({ workspaceId, ownerMainSessionId = null, emptyWorkspaceMessage = "Choose a workspace from the top bar
apps/desktop/src/components/panes/BackgroundTasksPane.tsx:163
FunctionBadge
({ className, variant = "default", render, ...props }: useRender.ComponentProps<"span"> & VariantProps
apps/desktop/src/components/ui/badge.tsx:30
FunctionBadge
({ className, variant = "default", render, ...props }: useRender.ComponentProps<"span"> & VariantProps
sdk/ui/src/primitives/badge.tsx:30
FunctionBillingSettingsPanel
()
apps/desktop/src/components/billing/BillingSettingsPanel.tsx:383
FunctionBillingSummaryCard
({ overview, links, isLoading = false, error = null, onRefresh, }: BillingSummaryCardProps)
apps/desktop/src/components/billing/BillingSummaryCard.tsx:58
FunctionBlockMenu
({ editor, nodeRef, anchor, open, onClose, }: BlockMenuProps)
sdk/editor/src/extensions/BlockMenu.tsx:37
FunctionBlockingErrorScreen
({ tone = "error", icon, iconSpinning = false, title, description, technicalDetail, body, acti
apps/desktop/src/components/layout/BlockingErrorScreen.tsx:75
FunctionBootSplash
()
apps/desktop/src/components/layout/BootSplash.tsx:7
FunctionBreadcrumb
({ className, ...props }: React.ComponentProps<"nav">)
sdk/ui/src/primitives/breadcrumb.tsx:8
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
sdk/ui/src/primitives/breadcrumb.tsx:95
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
sdk/ui/src/primitives/breadcrumb.tsx:32
FunctionBreadcrumbLink
({ className, render, ...props }: useRender.ComponentProps<"a">)
sdk/ui/src/primitives/breadcrumb.tsx:42
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
sdk/ui/src/primitives/breadcrumb.tsx:19
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
sdk/ui/src/primitives/breadcrumb.tsx:62
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
sdk/ui/src/primitives/breadcrumb.tsx:75
FunctionBrowserCaptureStatusToast
({ message }: { message: string })
apps/desktop/src/components/panes/useBrowserCaptureActions.ts:62
FunctionBrowserPane
({ suspendNativeView = false, layoutSyncKey = "", variant = "default", }: BrowserPaneProps)
apps/desktop/src/components/panes/BrowserPane.tsx:125
FunctionBrowserProfileImportButton
({ buttonClassName, buttonSize = "sm", buttonVariant = "outline", showLabel = true, open: controlled
apps/desktop/src/components/panes/BrowserProfileImportButton.tsx:94
FunctionBrowserProfileStep
({ stepIndex, stepTotal, browserBootstrapMode, setBrowserBootstrapMode, browserBootstrapSourceWorksp
apps/desktop/src/components/onboarding/BrowserProfileStep.tsx:58
FunctionBrowserTab
({ id, title, faviconUrl, loading, active, onSelect, onClose, onContextMenu, }: { id: string
apps/desktop/src/components/layout/shell/TopChrome.tsx:332
FunctionBubbleToolbar
({ editor }: BubbleToolbarProps)
sdk/editor/src/extensions/BubbleToolbar.tsx:75
FunctionBundleFileTree
({ workspaceId, forceExcludePaths, onForceExcludePathsChange, }: BundleFileTreeProps)
apps/desktop/src/components/publish/BundleFileTree.tsx:231
FunctionBundleForm
({ apps, selectedApps, onSelectedAppsChange, }: BundleFormProps)
apps/desktop/src/components/publish/PublishScreen.tsx:901
FunctionBundleIllustration
({ data, workspaceId, forceExcludePaths, }: { data: LivePreviewData; workspaceId: string; forceExc
apps/desktop/src/components/publish/LivePreviewPanel.tsx:218
FunctionButton
({ className, variant = "default", size = "default", ...props }: ButtonPrimitive.Props & VariantProps<
apps/desktop/src/components/ui/button.tsx:46
FunctionButton
({ className, variant = "default", size = "default", ...props }: ButtonPrimitive.Props & VariantProps<
sdk/ui/src/primitives/button.tsx:46
FunctionButtonGroup
({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVari
sdk/ui/src/primitives/button-group.tsx:25
FunctionButtonGroupSeparator
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof Separator>)
sdk/ui/src/primitives/button-group.tsx:64
FunctionButtonGroupText
({ className, render, ...props }: useRender.ComponentProps<"div">)
sdk/ui/src/primitives/button-group.tsx:41
FunctionCalendar
({ className, classNames, showOutsideDays = true, captionLayout = "label", buttonVariant = "ghost",
sdk/ui/src/primitives/calendar.tsx:13
FunctionCalendarDayButton
({ className, day, modifiers, locale, ...props }: React.ComponentProps<typeof DayButton> & { locale?
sdk/ui/src/primitives/calendar.tsx:180
FunctionCanvasHeader
* Full-width header bar for canvas modes. Holds the hidden-tabs dropdown * on the left (in focus mode) and the new-tab + restore controls on the * r
apps/desktop/src/components/layout/shell/ChatPanel.tsx:364
FunctionCard
* Card surface for dashboard sections. Uses `bg-card` + `shadow-xs`, * which (per tokens.css) bakes a 0-0-0-0.5px hairline ring into the * shadow st
apps/desktop/src/components/layout/shell/WorkspaceDashboardPane.tsx:819
FunctionCard
({ className, size = "default", ...props }: React.ComponentProps<"div"> & { size?: "default" | "sm" })
apps/desktop/src/components/ui/card.tsx:5
FunctionCard
({ className, size = "default", ...props }: React.ComponentProps<"div"> & { size?: "default" | "sm" })
sdk/ui/src/primitives/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
apps/desktop/src/components/ui/card.tsx:63
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/card.tsx:63
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
apps/desktop/src/components/ui/card.tsx:76
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/card.tsx:76
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
apps/desktop/src/components/ui/card.tsx:53
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/card.tsx:53
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
apps/desktop/src/components/ui/card.tsx:86
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/card.tsx:86
FunctionCardHeader
({ eyebrow, meta, }: { eyebrow: string; meta?: string; })
apps/desktop/src/components/layout/shell/WorkspaceDashboardPane.tsx:827
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
apps/desktop/src/components/ui/card.tsx:27
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/card.tsx:27
← previousnext →6,801–6,900 of 8,692, ranked by callers