MCPcopy Create free account

hub / github.com/R44VC0RP/opencode.cafe / functions

Functions131 in github.com/R44VC0RP/opencode.cafe

↓ 47 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 9 callersFunctioncheckIsAdmin
(ctx: QueryCtx | MutationCtx)
convex/admin.ts:6
↓ 8 callersFunctionupdateField
(field: keyof FormData, value: string)
app/submit/page.tsx:222
↓ 6 callersFunctionupdateField
(field: keyof FormData, value: string)
app/submit/[productId]/edit/page.tsx:200
↓ 2 callersFunctionparseAndApplyJson
(jsonString: string)
app/submit/page.tsx:227
↓ 2 callersFunctionparseJson
(jsonString: string)
app/admin/import/page.tsx:53
↓ 1 callersFunctionExtensionApproved
({ authorName = "Developer", extensionName = "My Extension", productId = "my-extension", }: ExtensionApp
emails/ExtensionApproved.tsx:20
↓ 1 callersFunctionExtensionRejected
({ authorName = "Developer", extensionName = "My Extension", productId = "my-extension", rejectionReas
emails/ExtensionRejected.tsx:21
↓ 1 callersFunctionNewComment
({ authorName = "Developer", extensionName = "My Extension", productId = "my-extension", commenterName
emails/NewComment.tsx:22
↓ 1 callersFunctionNewSubmission
({ authorName = "Developer", authorEmail = "dev@example.com", extensionName = "My Extension", productI
emails/NewSubmission.tsx:23
↓ 1 callersFunctionextractGitHubInfo
(url: string)
scripts/import-awesome-list.ts:31
↓ 1 callersFunctionfetchReadme
()
scripts/import-awesome-list.ts:134
↓ 1 callersFunctiongenerateProductId
(name: string)
scripts/import-awesome-list.ts:39
↓ 1 callersFunctiongetStatusBadge
(status: string)
app/admin/extensions/page.tsx:107
↓ 1 callersFunctionhandleApprove
(extensionId: Id<"extensions">)
app/admin/pending/page.tsx:84
↓ 1 callersFunctionimportToConvex
(extensions: ParsedExtension[], dryRun: boolean = true)
scripts/import-awesome-list.ts:143
↓ 1 callersFunctionmain
()
scripts/import-awesome-list.ts:198
↓ 1 callersFunctionparseMarkdownTable
(section: string, category: string)
scripts/import-awesome-list.ts:49
↓ 1 callersFunctionparseReadme
(content: string)
scripts/import-awesome-list.ts:89
↓ 1 callersFunctionuseDebounce
(value: T, delay: number)
app/submit/page.tsx:30
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
components/ui/accordion.tsx:9
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
components/ui/accordion.tsx:55
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
components/ui/accordion.tsx:15
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
components/ui/accordion.tsx:28
FunctionAccountContent
()
app/account/page.tsx:101
FunctionAccountPage
()
app/account/page.tsx:163
FunctionAdminDashboard
()
app/admin/page.tsx:12
FunctionAdminExtensionsPage
()
app/admin/extensions/page.tsx:43
FunctionAdminImportPage
()
app/admin/import/page.tsx:42
FunctionAdminPendingPage
()
app/admin/pending/page.tsx:37
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
components/ui/alert.tsx:27
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert.tsx:52
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/alert.tsx:42
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
components/ui/badge.tsx:32
FunctionButton
({ className, variant = "default", size = "default", asChild = false, ...props }: React.ComponentPro
components/ui/button.tsx:40
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:61
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:67
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
components/ui/card.tsx:28
FunctionCategoryCounts
()
app/page.tsx:96
FunctionCommentCard
({ comment, extensionId, currentUserId, isAdmin, isLiked = false, isAuthenticated = false, isRep
components/comments/comment-card.tsx:35
FunctionCommentForm
({ extensionId, parentId, onSuccess, onCancel, placeholder = "Write a comment... (Markdown supported
components/comments/comment-form.tsx:19
FunctionCommentSection
({ extensionId }: CommentSectionProps)
components/comments/comment-section.tsx:19
FunctionConvexClientProvider
({ children }: { children: ReactNode })
app/ConvexClientProvider.tsx:10
FunctionDebugIdentity
({ identity }: { identity: any })
app/account/page.tsx:14
FunctionDesignSystemPage
()
app/design-system/page.tsx:42
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
components/ui/dialog.tsx:27
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
components/ui/dialog.tsx:51
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
components/ui/dialog.tsx:132
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
components/ui/dialog.tsx:106
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
components/ui/dialog.tsx:96
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
components/ui/dialog.tsx:33
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
components/ui/dialog.tsx:21
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
components/ui/dialog.tsx:116
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
components/ui/dialog.tsx:15
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
components/ui/dropdown-menu.tsx:97
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:61
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
components/ui/dropdown-menu.tsx:69
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
components/ui/dropdown-menu.tsx:164
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:126
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
components/ui/dropdown-menu.tsx:137
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
components/ui/dropdown-menu.tsx:185
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
components/ui/dropdown-menu.tsx:198
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
components/ui/dropdown-menu.tsx:214
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
components/ui/dropdown-menu.tsx:248
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
components/ui/dropdown-menu.tsx:220
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
components/ui/dropdown-menu.tsx:23
FunctionEditExtensionPage
({ params }: { params: Promise<{ productId: string }> })
app/submit/[productId]/edit/page.tsx:464
FunctionEditForm
({ productId }: { productId: string })
app/submit/[productId]/edit/page.tsx:163
FunctionEditPreview
({ data, authorName }: { data: FormData; authorName: string })
app/submit/[productId]/edit/page.tsx:43
FunctionExtensionCard
({ extension }: { extension: { productId: string displayName: string description: string type: string
app/page.tsx:13
FunctionExtensionCard
({ extension }: { extension: { productId: string displayName: string description: string type: string
app/search/page.tsx:17
FunctionExtensionsGrid
()
app/page.tsx:55
FunctionHeader
()
components/header.tsx:12
FunctionHome
()
app/page.tsx:135
FunctionImage
()
app/twitter-image.tsx:12
FunctionImage
()
app/opengraph-image.tsx:12
FunctionImage
({ params, }: { params: Promise<{ productId: string }> })
app/plugin/[productId]/opengraph-image.tsx:16
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
components/ui/input.tsx:5
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
components/ui/label.tsx:8
FunctionNotFound
()
app/not-found.tsx:5
FunctionPluginContent
({ productId }: { productId: string })
app/plugin/[productId]/page.tsx:16
FunctionPluginPage
()
app/plugin/[productId]/page.tsx:197
FunctionPrivacyPolicy
()
app/privacy/page.tsx:3
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:22
FunctionSearchContent
()
app/search/page.tsx:59
FunctionSearchPage
()
app/search/page.tsx:340
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "item-aligned", align = "center", ...props }: React.ComponentProp
components/ui/select.tsx:60
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
components/ui/select.tsx:117
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
components/ui/select.tsx:104
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
components/ui/select.tsx:179
next →1–100 of 131, ranked by callers