MCPcopy Create free account

hub / github.com/crafter-station/text0 / functions

Functions370 in github.com/crafter-station/text0

FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
components/ui/alert-dialog.tsx:121
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
components/ui/alert-dialog.tsx:133
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
components/ui/alert-dialog.tsx:47
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
components/ui/alert-dialog.tsx:108
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert-dialog.tsx:79
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert-dialog.tsx:66
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
components/ui/alert-dialog.tsx:95
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
components/ui/alert-dialog.tsx:15
FunctionAnimatedBadge
()
components/animated-badge.tsx:8
FunctionAnimatedPrompt
()
components/animated-prompt.tsx:5
FunctionAnnouncementBar
()
app/components/announcement-bar/AnnouncementBar.tsx:10
FunctionAnnouncementBarWrapper
()
app/components/announcement-bar/AnnouncementBarWrapper.tsx:6
FunctionAnthropicLogo
(props: Readonly<SVGProps<SVGSVGElement>>)
components/ui/anthropic-logo.tsx:3
FunctionAppHeader
()
components/home/app-header.tsx:4
FunctionBadge
({ className, variant, ...props }: BadgeProps)
components/ui/badge.tsx:30
FunctionBounceSpinner
({ className }: { className?: string })
components/ui/bounce-spinner.tsx:3
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
components/ui/checkbox.tsx:9
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
components/ui/collapsible.tsx:11
FunctionColumn
({ children })
components/t0-keycap.tsx:64
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
components/ui/command.tsx:16
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, ...props }: React.
components/ui/command.tsx:32
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
components/ui/command.tsx:94
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
components/ui/command.tsx:106
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
components/ui/command.tsx:56
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
components/ui/command.tsx:135
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
components/ui/command.tsx:78
FunctionCommandMenu
({ documents = [], onCreateDocument, variant = "default", className, }: CommandMenuProps)
components/command-menu.tsx:51
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
components/ui/command.tsx:122
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/command.tsx:151
FunctionCrafterIcon
({ size = 32, className, })
components/ui/icons/crafter.tsx:6
FunctionDataTable
({ data, columns, pageTitle, }: DataTableProps<TData>)
app/(protected)/components/data-table.tsx:54
FunctionDeleteDialog
()
components/delete-dialog.tsx:12
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:76
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:62
FunctionDiscordIcon
({ size = 32, className, fill = "#5865F2", }: DiscordIconProps)
components/ui/icons/discord.tsx:7
FunctionDiscordIntegrationPage
()
app/(protected)/integrations/discord/page.tsx:27
FunctionDocTour
()
app/(protected)/docs/[doc_id]/tour.tsx:147
FunctionDocumentContextProvider
({ children }: { children: ReactNode })
app/context/documentContext.tsx:30
FunctionDocumentPage
({ params, }: Readonly<{ params: Promise<{ doc_id: string }>; }>)
app/(protected)/docs/[doc_id]/page.tsx:18
FunctionDrawer
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
components/ui/drawer.tsx:8
FunctionDrawerClose
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Close>)
components/ui/drawer.tsx:26
FunctionDrawerContent
({ className, children, ...props }: React.ComponentProps<typeof DrawerPrimitive.Content>)
components/ui/drawer.tsx:48
FunctionDrawerDescription
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Description>)
components/ui/drawer.tsx:108
FunctionDrawerFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/drawer.tsx:85
FunctionDrawerHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/drawer.tsx:75
FunctionDrawerOverlay
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Overlay>)
components/ui/drawer.tsx:32
FunctionDrawerPortal
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Portal>)
components/ui/drawer.tsx:20
FunctionDrawerTitle
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Title>)
components/ui/drawer.tsx:95
FunctionDrawerTrigger
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Trigger>)
components/ui/drawer.tsx:14
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.CheckboxIte
components/ui/dropdown-menu.tsx:85
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
components/ui/dropdown-menu.tsx:34
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.It
components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?: bool
components/ui/dropdown-menu.tsx:146
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
components/ui/dropdown-menu.tsx:15
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
components/ui/dropdown-menu.tsx:111
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
components/ui/dropdown-menu.tsx:122
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
components/ui/dropdown-menu.tsx:166
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/dropdown-menu.tsx:179
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
components/ui/dropdown-menu.tsx:225
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigger> &
components/ui/dropdown-menu.tsx:201
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
components/ui/dropdown-menu.tsx:23
FunctionEditableDocumentName
({ documentId, initialName, setUpdatedAt, }: Readonly<EditableDocumentNameProps>)
components/editable-document-name.tsx:16
FunctionFileCard
({ file, type, isSelected, onSelect }: FileCardProps)
app/(protected)/components/file-card.tsx:17
FunctionFilesGrid
({ files, type }: FilesGridProps)
app/(protected)/components/files-grid.tsx:12
FunctionFilesPage
()
app/(protected)/references/page.tsx:37
FunctionGET
()
app/api/linear/data/route.ts:7
FunctionGET
()
app/api/discord/data/route.ts:6
FunctionGET
()
app/api/github/data/route.ts:6
FunctionGET
()
app/api/notion/data/route.ts:6
FunctionGET
()
app/api/references/route.ts:10
FunctionGitHubIntegrationPage
()
app/(protected)/integrations/github/page.tsx:40
FunctionGithubIcon
({ size = 32, className }: GithubIconProps)
components/ui/icons/github.tsx:6
FunctionGmailIcon
({ size = 32, className }: GmailIconProps)
components/ui/icons/gmail.tsx:6
FunctionGoogleCalendarIcon
({ size = 32, className, }: GoogleCalendarIconProps)
components/ui/icons/google-calendar.tsx:6
FunctionGoogleDocsIcon
({ size = 32, className, }: GoogleDocsIconProps)
components/ui/icons/google-docs.tsx:6
FunctionGoogleLogo
(props: Readonly<SVGProps<SVGSVGElement>>)
components/ui/google-logo.tsx:3
FunctionHomePage
()
app/(protected)/home/page.tsx:21
FunctionHomeTour
()
app/(protected)/home/tour.tsx:109
FunctionInlineDiffView
({ originalText, newText, isLoading, className, onAccept, onReject, isZenMode, }: Readonly<InlineDiffVi
components/inline-diff-view.tsx:16
FunctionIntegrationsPage
()
app/(protected)/integrations/page.tsx:231
FunctionInvertedT0Logo
({ width = 32, height = 32, className, })
components/ui/icons/t0-logo.tsx:51
FunctionKey
({ char, span, active, onClick, onMouseDown, onMouseUp, onKeyDown, onKeyUp, tabIndex = 0, })
components/t0-keycap.tsx:22
FunctionLandingPage
()
app/page.tsx:12
FunctionLinearIcon
({ size = 32, className }: LinearIconProps)
components/ui/icons/linear.tsx:6
FunctionLinearIntegrationPage
()
app/(protected)/integrations/linear/page.tsx:36
FunctionLlamaLogo
(props: Readonly<SVGProps<SVGSVGElement>>)
components/ui/llama-logo.tsx:3
FunctionLoading
()
app/(protected)/docs/[doc_id]/loading.tsx:4
FunctionLoadingSpinner
()
components/text-selection-menu.tsx:91
FunctionMenubar
({ className, ...props }: React.ComponentProps<typeof MenubarPrimitive.Root>)
components/ui/menubar.tsx:9
FunctionMenubarCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof MenubarPrimitive.CheckboxItem>)
components/ui/menubar.tsx:114
FunctionMenubarContent
({ className, align = "start", alignOffset = -4, sideOffset = 8, ...props }: React.ComponentProps<typeof
components/ui/menubar.tsx:67
FunctionMenubarGroup
({ ...props }: React.ComponentProps<typeof MenubarPrimitive.Group>)
components/ui/menubar.tsx:31
← previousnext →101–200 of 370, ranked by callers