MCPcopy Create free account

hub / github.com/openstatusHQ/openstatus / functions

Functions4,268 in github.com/openstatusHQ/openstatus

FunctionBlueskyRedirect
()
apps/web/src/app/(landing)/(redirect)/bsky/page.tsx:3
FunctionBox
({ children }: { children: React.ReactNode })
apps/web/src/app/(landing)/status/[id]/report-issue.tsx:20
FunctionBreadcrumb
({ ...props }: React.ComponentProps<"nav">)
packages/ui/src/components/ui/breadcrumb.tsx:6
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/notifications/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/chat/breadcrumb.tsx:10
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/monitors/(list)/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/monitors/create/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/monitors/[id]/breadcrumb.tsx:12
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/cli/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/settings/audit-logs/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/settings/general/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/settings/private-locations/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/settings/integrations/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/settings/billing/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/settings/account/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/status-pages/(list)/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/status-pages/create/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/status-pages/[id]/breadcrumb.tsx:12
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/agents/breadcrumb.tsx:7
FunctionBreadcrumb
()
apps/dashboard/src/app/(dashboard)/overview/breadcrumb.tsx:7
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
packages/ui/src/components/ui/breadcrumb.tsx:82
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
packages/ui/src/components/ui/breadcrumb.tsx:23
FunctionBreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean; })
packages/ui/src/components/ui/breadcrumb.tsx:33
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
packages/ui/src/components/ui/breadcrumb.tsx:10
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
packages/ui/src/components/ui/breadcrumb.tsx:51
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
packages/ui/src/components/ui/breadcrumb.tsx:64
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
packages/ui/src/components/ui/button.tsx:39
FunctionButtonBack
({ className, href = "/", ...props }: React.ComponentProps<typeof Button> & { href?: string })
apps/status-page/src/components/button/button-back.tsx:9
FunctionButtonCopyLink
({ className, ...props }: React.ComponentProps<typeof Button>)
apps/status-page/src/components/button/button-copy-link.tsx:9
FunctionButtonGroup
({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof buttonGroupVari
packages/ui/src/components/ui/button-group.tsx:23
FunctionButtonGroupSeparator
({ className, orientation = "vertical", ...props }: React.ComponentProps<typeof Separator>)
packages/ui/src/components/ui/button-group.tsx:59
FunctionButtonGroupText
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean; })
packages/ui/src/components/ui/button-group.tsx:39
FunctionButtonLink
( props: React.ComponentProps<typeof Button> & { href: string }, )
apps/web/src/content/mdx-components/button-link.tsx:6
FunctionButtonReset
({ only }: { only?: string[] })
apps/dashboard/src/components/controls-search/button-reset.tsx:7
FunctionCalRedirect
()
apps/web/src/app/(landing)/(redirect)/cal/page.tsx:3
FunctionCalculation
()
apps/web/src/app/(landing)/play/uptime-sla/client.tsx:106
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: React.ComponentProps<typeof DayPicker>)
packages/ui/src/components/ui/calendar.tsx:9
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/card.tsx:4
FunctionCard
({ title, children, }: { title?: string; children: React.ReactNode; })
apps/web/src/content/mdx-components/card.tsx:10
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/card.tsx:50
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/card.tsx:63
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/card.tsx:40
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/card.tsx:73
FunctionCardGrid
({ children }: { children: React.ReactNode })
apps/web/src/content/mdx-components/card.tsx:6
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/card.tsx:17
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/components/ui/card.tsx:30
FunctionChangelog
({ params, }: { params: Promise<{ slug: string }>; })
apps/web/src/app/(landing)/changelog/[slug]/page.tsx:50
FunctionChangelogCategoryIndex
()
apps/web/src/app/(landing)/changelog/category/page.tsx:35
FunctionChangelogCategoryPage
({ params, }: { params: Promise<{ slug: string }>; })
apps/web/src/app/(landing)/changelog/category/[slug]/page.tsx:61
FunctionChangelogListPage
()
apps/web/src/app/(landing)/changelog/page.tsx:44
FunctionChangesTable
({ changes }: { changes: ChangeRow[] })
apps/dashboard/src/components/common/changes-table.tsx:21
FunctionChartAreaLatency
({ monitorId, degradedAfter, period, type, percentile, regions, }: { monitorId: string; degrad
apps/dashboard/src/components/chart/chart-area-latency.tsx:42
FunctionChartAreaPercentiles
({ className, singleSeries, xAxisHide = true, legendVerticalAlign = "bottom", legendClassName, yAx
apps/status-page/src/components/chart/chart-area-percentiles.tsx:54
FunctionChartAreaPercentilesSkeleton
({ className, ...props }: React.ComponentProps<typeof Skeleton>)
apps/status-page/src/components/chart/chart-area-percentiles.tsx:279
FunctionChartAreaTimingPhases
({ monitorId, degradedAfter, period, percentile, interval, type, regions, }: { monitorId: stri
apps/dashboard/src/components/chart/chart-area-timing-phases.tsx:60
FunctionChartBarUptime
({ className, data, }: { className?: string; data: { timestamp: string; success: number; e
apps/status-page/src/components/chart/chart-bar-uptime.tsx:34
FunctionChartBarUptime
({ monitorId, period, type, regions, }: { monitorId: string; period: (typeof PERIODS)[number]; t
apps/dashboard/src/components/chart/chart-bar-uptime.tsx:39
FunctionChartBarUptimeLight
({ monitorId, type, regions, }: { monitorId: string; type: "http" | "tcp"; regions?: Region[]; })
apps/dashboard/src/components/chart/chart-bar-uptime-light.tsx:33
FunctionChartBarUptimeSkeleton
({ className }: { className?: string })
apps/status-page/src/components/chart/chart-bar-uptime.tsx:126
FunctionChartContainer
({ id, className, children, config, ...props }: React.ComponentProps<"div"> & { config: ChartConfi
packages/ui/src/components/ui/chart.tsx:36
FunctionChartLegendBadge
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, handleActive, active
apps/status-page/src/components/chart/chart-legend-badge.tsx:17
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
packages/ui/src/components/ui/chart.tsx:253
FunctionChartLegendTooltip
({ children, tooltip, ...props }: React.ComponentProps<typeof TooltipTrigger> & { tooltip: string })
apps/status-page/src/components/chart/chart-legend-badge.tsx:145
FunctionChartLineRegion
({ className, data, }: { className?: string; data: TrendPoint[]; })
apps/status-page/src/components/chart/chart-line-region.tsx:26
FunctionChartLineRegion
({ className, data, }: { className?: string; data: TrendPoint[]; })
apps/dashboard/src/components/chart/chart-line-region.tsx:26
FunctionChartLineRegions
({ className, data, defaultRegions, }: { className?: string; data: { timestamp: string; [key
apps/status-page/src/components/chart/chart-line-regions.tsx:84
FunctionChartLineRegions
({ className, data, regions, privateLocations, }: { className?: string; data: TrendPoint[]; regi
apps/dashboard/src/components/chart/chart-line-regions.tsx:51
FunctionChartLineRegionsSkeleton
({ className, ...props }: React.ComponentProps<typeof Skeleton>)
apps/status-page/src/components/chart/chart-line-regions.tsx:210
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
packages/ui/src/components/ui/chart.tsx:71
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
packages/ui/src/components/ui/chart.tsx:107
FunctionChartTooltipNumber
({ value, name, chartConfig, labelFormatter, }: ChartTooltipNumberProps)
apps/status-page/src/components/chart/chart-tooltip-number.tsx:14
FunctionChartTooltipNumber
({ value, name, chartConfig, }: ChartTooltipNumberProps)
apps/dashboard/src/components/chart/chart-tooltip-number.tsx:14
FunctionChartTooltipNumberRaw
({ value, label, style, className, }: { value: ValueType; label: React.ReactNode; style?: React.
apps/dashboard/src/components/chart/chart-tooltip-number.tsx:32
FunctionChatConversation
({ messages, status }: Props)
apps/dashboard/src/components/chat/chat-conversation.tsx:13
FunctionChatErrorBanner
({ error }: Props)
apps/dashboard/src/components/chat/chat-error-banner.tsx:7
FunctionChatHistory
()
apps/dashboard/src/components/chat/chat-history.tsx:12
FunctionChatNewClient
()
apps/dashboard/src/components/chat/chat-new-client.tsx:17
FunctionChatPromptInput
({ onSubmit, onStop, status }: Props)
apps/dashboard/src/components/chat/chat-prompt-input.tsx:24
FunctionChatSessionClient
({ sessionId }: { sessionId: number })
apps/dashboard/src/components/chat/chat-session-client.tsx:15
FunctionChatSessionProvider
({ children }: { children: ReactNode })
apps/dashboard/src/components/chat/chat-session-context.tsx:12
FunctionChatSuggestions
({ onSelect }: Props)
apps/dashboard/src/components/chat/chat-suggestions.tsx:22
FunctionChatToolPart
({ part }: Props)
apps/dashboard/src/components/chat/chat-tool-part.tsx:37
FunctionChatToolProvider
({ value, children, }: { value: ChatToolContextValue; children: ReactNode; })
apps/dashboard/src/components/chat/chat-tool-context.tsx:13
FunctionCheck
()
apps/web/src/app/api/og/_components/status-check.tsx:79
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
packages/ui/src/components/ui/checkbox.tsx:8
FunctionCheckboxTree
({ items, value, onValueChange, className, }: CheckboxTreeProps)
apps/dashboard/src/components/ui/checkbox-tree.tsx:57
FunctionCheckboxTreeRow
({ label, checked, onCheckedChange, className, }: { label: string; checked: boolean | "indetermina
apps/dashboard/src/components/ui/checkbox-tree.tsx:126
FunctionCheckerProvider
({ children, defaultValues = [], }: { children: React.ReactNode; defaultValues?: Values[]; })
apps/web/src/app/(landing)/play/checker/client.tsx:62
FunctionChecksPreviewPlaceholder
( props: Omit< React.ComponentProps<typeof OnboardingPreviewPlaceholder>, "children" >, )
apps/dashboard/src/app/onboarding/_steps/step-1.tsx:152
FunctionClient
()
apps/status-page/src/app/(status-page)/[domain]/[locale]/(public)/client.tsx:58
FunctionClient
()
apps/status-page/src/app/(public)/client.tsx:56
FunctionClient
()
apps/dashboard/src/app/onboarding/client.tsx:71
FunctionClient
()
apps/dashboard/src/app/(dashboard)/notifications/client.tsx:39
FunctionClient
()
apps/dashboard/src/app/(dashboard)/invite/client.tsx:21
FunctionClient
()
apps/dashboard/src/app/(dashboard)/monitors/(list)/client.tsx:45
FunctionClient
()
apps/dashboard/src/app/(dashboard)/monitors/[id]/logs/client.tsx:39
FunctionClient
()
apps/dashboard/src/app/(dashboard)/monitors/[id]/overview/client.tsx:52
FunctionClient
()
apps/dashboard/src/app/(dashboard)/settings/audit-logs/client.tsx:98
FunctionClient
()
apps/dashboard/src/app/(dashboard)/settings/private-locations/client.tsx:51
FunctionClient
()
apps/dashboard/src/app/(dashboard)/settings/billing/client.tsx:78
← previousnext →2,001–2,100 of 4,268, ranked by callers