MCPcopy Create free account

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

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

FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
apps/desktop/src/components/ui/card.tsx:40
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/card.tsx:40
FunctionCarousel
({ orientation = "horizontal", opts, setApi, plugins, className, children, ...props }: React.Com
sdk/ui/src/primitives/carousel.tsx:45
FunctionCarouselContent
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/carousel.tsx:135
FunctionCarouselItem
({ className, ...props }: React.ComponentProps<"div">)
sdk/ui/src/primitives/carousel.tsx:156
FunctionCarouselNext
({ className, variant = "outline", size = "icon-sm", ...props }: React.ComponentProps<typeof Button>)
sdk/ui/src/primitives/carousel.tsx:204
FunctionCarouselPrevious
({ className, variant = "outline", size = "icon-sm", ...props }: React.ComponentProps<typeof Button>)
sdk/ui/src/primitives/carousel.tsx:174
FunctionCenter
()
apps/desktop/src/components/layout/shell/Center.tsx:29
FunctionChannelLegend
({ channels }: Props)
sdk/app-builder-sdk/reference/content-calendar/src/client/components/channel-legend.tsx:11
FunctionChartContainer
({ id, className, children, config, initialDimension = INITIAL_DIMENSION, ...props }: React.Compon
sdk/ui/src/primitives/chart.tsx:40
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
sdk/ui/src/primitives/chart.tsx:273
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
sdk/ui/src/primitives/chart.tsx:82
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
sdk/ui/src/primitives/chart.tsx:117
FunctionChatHeader
({ agentName, workspace, subtitle, onReturnToMainSession, onOpenInbox, inboxUnreadCount, onOpenA
apps/desktop/src/components/panes/ChatPane/ChatHeader.tsx:40
FunctionChatModePreview
()
apps/desktop/src/components/onboarding/FirstWorkspacePane.tsx:492
FunctionChatPane
({ onOpenOutput, onSyncFileDisplayFromAgentOperation, onImageAttachmentPreviewOpenChange, onPreviewIma
apps/desktop/src/components/panes/ChatPane/index.tsx:3532
FunctionChatPanel
({ layout = "split" }: { layout?: ChatLayout })
apps/desktop/src/components/layout/shell/ChatPanel.tsx:58
FunctionChatPanelResizeHandle
* Left-edge drag handle for resizing the chat rail in split mode. Mirrors * SidebarResizeHandle's pattern (1px hairline that lights up on hover/drag,
apps/desktop/src/components/layout/shell/ChatPanel.tsx:300
FunctionChatScheduleEditContextCard
({ job, onDismiss, }: { job: CronjobRecordPayload; onDismiss?: () => void; })
apps/desktop/src/components/panes/ChatPane/index.tsx:3386
FunctionCheckbox
({ className, ...props }: CheckboxPrimitive.Root.Props)
sdk/ui/src/primitives/checkbox.tsx:8
FunctionCircularProgress
({ value, size = 14, strokeWidth = 2, className, trackClassName = "stroke-fg-4", }: { value: numbe
apps/desktop/src/features/workspace-onboarding/DeterministicWorkspaceOnboardingSurface.tsx:186
FunctionCodeBlock
({ language, code }: CodeBlockProps)
apps/desktop/src/components/marketplace/CodeBlock.tsx:117
FunctionCodeBlockView
({ node }: NodeViewProps)
sdk/editor/src/extensions/CodeBlockView.tsx:11
FunctionCodexOAuthModal
({ open, onOpenChange, onSuccess, }: CodexOAuthModalProps)
apps/desktop/src/components/auth/CodexOAuthModal.tsx:23
FunctionCollapsible
({ ...props }: CollapsiblePrimitive.Root.Props)
sdk/ui/src/primitives/collapsible.tsx:3
FunctionCollapsibleContent
({ ...props }: CollapsiblePrimitive.Panel.Props)
sdk/ui/src/primitives/collapsible.tsx:13
FunctionCollapsibleTrigger
({ ...props }: CollapsiblePrimitive.Trigger.Props)
sdk/ui/src/primitives/collapsible.tsx:7
FunctionCombobox
({ value, onValueChange, options, placeholder, searchPlaceholder = "Search…", emptyText = "No resu
apps/desktop/src/components/ui/combobox.tsx:51
FunctionComboboxChip
({ className, children, showRemove = true, ...props }: ComboboxPrimitive.Chip.Props & { showRemove?:
sdk/ui/src/primitives/combobox.tsx:230
FunctionComboboxChips
({ className, ...props }: React.ComponentPropsWithRef<typeof ComboboxPrimitive.Chips> & ComboboxPrimitiv
sdk/ui/src/primitives/combobox.tsx:213
FunctionComboboxChipsInput
({ className, ...props }: ComboboxPrimitive.Input.Props)
sdk/ui/src/primitives/combobox.tsx:261
FunctionComboboxClear
({ className, ...props }: ComboboxPrimitive.Clear.Props)
sdk/ui/src/primitives/combobox.tsx:37
FunctionComboboxCollection
({ ...props }: ComboboxPrimitive.Collection.Props)
sdk/ui/src/primitives/combobox.tsx:181
FunctionComboboxContent
({ className, side = "bottom", sideOffset = 6, align = "start", alignOffset = 0, anchor, ...prop
sdk/ui/src/primitives/combobox.tsx:85
FunctionComboboxEmpty
({ className, ...props }: ComboboxPrimitive.Empty.Props)
sdk/ui/src/primitives/combobox.tsx:187
FunctionComboboxGroup
({ className, ...props }: ComboboxPrimitive.Group.Props)
sdk/ui/src/primitives/combobox.tsx:158
FunctionComboboxInput
({ className, children, disabled = false, showTrigger = true, showClear = false, ...props }: Combo
sdk/ui/src/primitives/combobox.tsx:50
FunctionComboboxItem
({ className, children, ...props }: ComboboxPrimitive.Item.Props)
sdk/ui/src/primitives/combobox.tsx:132
FunctionComboboxLabel
({ className, ...props }: ComboboxPrimitive.GroupLabel.Props)
sdk/ui/src/primitives/combobox.tsx:168
FunctionComboboxList
({ className, ...props }: ComboboxPrimitive.List.Props)
sdk/ui/src/primitives/combobox.tsx:119
FunctionComboboxSeparator
({ className, ...props }: ComboboxPrimitive.Separator.Props)
sdk/ui/src/primitives/combobox.tsx:200
FunctionComboboxTrigger
({ className, children, ...props }: ComboboxPrimitive.Trigger.Props)
sdk/ui/src/primitives/combobox.tsx:20
FunctionComboboxValue
({ ...props }: ComboboxPrimitive.Value.Props)
sdk/ui/src/primitives/combobox.tsx:16
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
apps/desktop/src/components/ui/command.tsx:6
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
sdk/ui/src/primitives/command.tsx:20
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
sdk/ui/src/primitives/command.tsx:36
FunctionCommandEmpty
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
apps/desktop/src/components/ui/command.tsx:62
FunctionCommandEmpty
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
sdk/ui/src/primitives/command.tsx:108
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
apps/desktop/src/components/ui/command.tsx:78
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
sdk/ui/src/primitives/command.tsx:121
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
apps/desktop/src/components/ui/command.tsx:22
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
sdk/ui/src/primitives/command.tsx:69
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
apps/desktop/src/components/ui/command.tsx:107
FunctionCommandItem
({ className, children, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
sdk/ui/src/primitives/command.tsx:150
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
apps/desktop/src/components/ui/command.tsx:46
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
sdk/ui/src/primitives/command.tsx:92
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
apps/desktop/src/components/ui/command.tsx:94
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
sdk/ui/src/primitives/command.tsx:137
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
sdk/ui/src/primitives/command.tsx:170
FunctionComposer
({ input, quotedSkills, slashCommands, attachments, isResponding, pausePending, pauseDisabled,
apps/desktop/src/components/panes/ChatPane/Composer/index.tsx:219
FunctionConfigureStep
({ stepIndex, stepTotal, templateSourceMode, selectedMarketplaceTemplate, selectedTemplateFolder,
apps/desktop/src/components/onboarding/ConfigureStep.tsx:38
FunctionConfirmDialog
({ open, onOpenChange, title, description, confirmLabel = "Confirm", cancelLabel = "Cancel", des
apps/desktop/src/components/ui/confirm-dialog.tsx:17
FunctionConnectIntegrationsStep
({ stepIndex, stepTotal, pendingIntegrations, connectingProvider, connectStatus, onConnect, onBa
apps/desktop/src/components/onboarding/ConnectIntegrationsStep.tsx:18
FunctionConnectedProviderCard
({ integration, connections, canConnect, connectDisabledReason, onConnect, onDisconnect, onRefre
apps/desktop/src/components/panes/IntegrationsPane.tsx:1801
FunctionConnectionPill
({ state, handle }: Props)
sdk/app-builder-sdk/reference/post-analytics/src/client/components/connection-pill.tsx:15
FunctionConnectionPill
({ state, handle }: Props)
sdk/app-builder-sdk/reference/engagement-inbox/src/client/components/connection-pill.tsx:15
FunctionConnectionPill
({ state, handle }: Props)
sdk/app-builder-sdk/reference/content-calendar/src/client/components/connection-pill.tsx:15
FunctionConnectionPill
({ state, handle }: Props)
sdk/app-builder-sdk/reference/messaging-dashboard/src/client/components/connection-pill.tsx:15
FunctionConnectionPill
({ state, handle }: Props)
runtime/harnesses/src/embedded-skills/build-dashboard/reference/messaging-dashboard/src/client/components/connection-pill.tsx:15
FunctionContextMenu
({ ...props }: ContextMenuPrimitive.Root.Props)
sdk/ui/src/primitives/context-menu.tsx:9
FunctionContextMenuCheckboxItem
({ className, children, checked, inset, ...props }: ContextMenuPrimitive.CheckboxItem.Props & { in
sdk/ui/src/primitives/context-menu.tsx:155
FunctionContextMenuContent
({ className, align = "start", alignOffset = 4, side = "right", sideOffset = 0, ...props }: Contex
sdk/ui/src/primitives/context-menu.tsx:32
FunctionContextMenuGroup
({ ...props }: ContextMenuPrimitive.Group.Props)
sdk/ui/src/primitives/context-menu.tsx:63
FunctionContextMenuItem
({ className, inset, variant = "default", ...props }: ContextMenuPrimitive.Item.Props & { inset?: bo
sdk/ui/src/primitives/context-menu.tsx:89
FunctionContextMenuLabel
({ className, inset, ...props }: ContextMenuPrimitive.GroupLabel.Props & { inset?: boolean })
sdk/ui/src/primitives/context-menu.tsx:69
FunctionContextMenuPortal
({ ...props }: ContextMenuPrimitive.Portal.Props)
sdk/ui/src/primitives/context-menu.tsx:13
FunctionContextMenuRadioGroup
({ ...props }: ContextMenuPrimitive.RadioGroup.Props)
sdk/ui/src/primitives/context-menu.tsx:186
FunctionContextMenuRadioItem
({ className, children, inset, ...props }: ContextMenuPrimitive.RadioItem.Props & { inset?: boolean
sdk/ui/src/primitives/context-menu.tsx:197
FunctionContextMenuSeparator
({ className, ...props }: ContextMenuPrimitive.Separator.Props)
sdk/ui/src/primitives/context-menu.tsx:226
FunctionContextMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
sdk/ui/src/primitives/context-menu.tsx:239
FunctionContextMenuSub
({ ...props }: ContextMenuPrimitive.SubmenuRoot.Props)
sdk/ui/src/primitives/context-menu.tsx:112
FunctionContextMenuSubContent
({ ...props }: React.ComponentProps<typeof ContextMenuContent>)
sdk/ui/src/primitives/context-menu.tsx:142
FunctionContextMenuSubTrigger
({ className, inset, children, ...props }: ContextMenuPrimitive.SubmenuTrigger.Props & { inset?: boo
sdk/ui/src/primitives/context-menu.tsx:118
FunctionContextMenuTrigger
({ className, ...props }: ContextMenuPrimitive.Trigger.Props)
sdk/ui/src/primitives/context-menu.tsx:19
FunctionControlCenterTakeover
(props: { workspaces: WorkspaceRecordPayload[]; selectedWorkspaceId: string | null; onClose: () => void;
apps/desktop/src/components/layout/shell/AppShell.tsx:336
FunctionConversationTurns
({ messages, assistantLabel, assistantMode, showExecutionInternals, assistantFitToContent = true,
apps/desktop/src/components/panes/ChatPane/ConversationTurns.tsx:28
FunctionCoverUploader
({ value, onChange, }: { value: string | null; onChange: (v: string | null) => void; })
apps/desktop/src/components/publish/PublishScreen.tsx:1416
FunctionCreateWorkspaceCard
Trailing "+ Create workspace" tile. Always last in the grid; matches the * size and rhythm of the workspace cards but stays visually quiet (dashed
apps/desktop/src/components/layout/WorkspaceControlCenter.tsx:1850
FunctionCreatingView
({ sectionClassName, creatingViaMarketplace, panelVariant: _panelVariant = false, browserBootstrapMode
apps/desktop/src/components/onboarding/CreatingView.tsx:21
FunctionCreditsPill
({ balance, isLoading = false, isLowBalance = false, onClick, }: CreditsPillProps)
apps/desktop/src/components/billing/CreditsPill.tsx:11
FunctionDashboard
()
sdk/app-builder-sdk/reference/post-analytics/src/client/routes/index.tsx:68
FunctionDashboard
()
sdk/app-builder-sdk/reference/engagement-inbox/src/client/routes/index.tsx:48
FunctionDashboard
()
sdk/app-builder-sdk/reference/content-calendar/src/client/routes/index.tsx:54
FunctionDashboard
()
sdk/app-builder-sdk/reference/messaging-dashboard/src/client/routes/index.tsx:32
FunctionDashboard
()
runtime/harnesses/src/embedded-skills/build-dashboard/reference/messaging-dashboard/src/client/routes/index.tsx:32
FunctionDayCellEmpty
()
sdk/app-builder-sdk/reference/content-calendar/src/client/components/week-grid.tsx:57
FunctionDayHeader
({ day, date, count, isToday, }: { day: string date: string count: number isToday: boolean })
sdk/app-builder-sdk/reference/content-calendar/src/client/components/week-grid.tsx:19
FunctionDesktopBillingProvider
({ children, }: { children: ReactNode; })
apps/desktop/src/lib/billing/useDesktopBilling.tsx:179
FunctionDetailAvatar
({ name }: { name: string })
sdk/app-builder-sdk/reference/engagement-inbox/src/client/components/thread-detail.tsx:22
FunctionDetailSection
* Section block used inside teammate detail tabs. Matches the dashboard's * eyebrow + meta header pattern so all three surfaces (dashboard, board, *
apps/desktop/src/components/layout/shell/TeammatesPane.tsx:1618
← previousnext →6,901–7,000 of 8,692, ranked by callers