MCPcopy Create free account

hub / github.com/collabute/ossdotnow / functions

Functions350 in github.com/collabute/ossdotnow

FunctionBreadcrumb
({ ...props }: React.ComponentProps<"nav">)
src/components/ui/breadcrumb.tsx:7
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:83
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:24
FunctionBreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean })
src/components/ui/breadcrumb.tsx:34
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
src/components/ui/breadcrumb.tsx:11
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:52
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:65
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<'button'> & Variant
src/components/ui/button.tsx:35
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:9
FunctionClaimProjectDialog
({ projectId }: { projectId: string })
src/components/project/claim-project-dialog.tsx:23
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:11
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:16
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, className, s
src/components/ui/command.tsx:32
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:101
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:113
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:63
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:142
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:85
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:129
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/command.tsx:158
FunctionConnectGitHubAlert
()
src/routes/dashboard.tsx:76
FunctionContributorProfileForm
({ profile, isPending, onSave, }: { profile: ContributorProfile | null; isPending: boolean; onSave
src/routes/dashboard.index.tsx:361
FunctionDashboardIndex
()
src/routes/dashboard.index.tsx:49
FunctionDashboardLayout
()
src/routes/dashboard.tsx:35
FunctionDashboardNotifications
()
src/routes/dashboard.notifications.tsx:39
FunctionDashboardProjectsPage
()
src/routes/dashboard.projects.tsx:61
FunctionDebugGitHubPermissions
({ repoUrl }: { repoUrl: string })
src/components/project/debug-permissions.tsx:9
FunctionDeleteProjectDialog
({ project, isPending, onClose, onConfirm, }: { project: MyProject | null; isPending: boolean; o
src/routes/dashboard.projects.tsx:413
FunctionDetailRow
({ label, value }: { label: string; value: string })
src/routes/admin.projects.$id.tsx:339
FunctionDialog
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>)
src/components/ui/dialog.tsx:9
FunctionDialogClose
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>)
src/components/ui/dialog.tsx:27
FunctionDialogContent
({ className, children, showCloseButton = true, ...props }: React.ComponentProps<typeof DialogPrimitiv
src/components/ui/dialog.tsx:49
FunctionDialogDescription
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>)
src/components/ui/dialog.tsx:119
FunctionDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:93
FunctionDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/dialog.tsx:83
FunctionDialogOverlay
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>)
src/components/ui/dialog.tsx:33
FunctionDialogPortal
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>)
src/components/ui/dialog.tsx:21
FunctionDialogTitle
({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>)
src/components/ui/dialog.tsx:106
FunctionDialogTrigger
({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>)
src/components/ui/dialog.tsx:15
FunctionDropdownMenu
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)
src/components/ui/dropdown-menu.tsx:9
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Checkbo
src/components/ui/dropdown-menu.tsx:85
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Content>)
src/components/ui/dropdown-menu.tsx:34
FunctionDropdownMenuGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)
src/components/ui/dropdown-menu.tsx:54
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: React.ComponentProps<typeof DropdownMenuPrimitiv
src/components/ui/dropdown-menu.tsx:62
FunctionDropdownMenuLabel
({ className, inset, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Label> & { inset?:
src/components/ui/dropdown-menu.tsx:146
FunctionDropdownMenuPortal
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)
src/components/ui/dropdown-menu.tsx:15
FunctionDropdownMenuRadioGroup
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
src/components/ui/dropdown-menu.tsx:111
FunctionDropdownMenuRadioItem
({ className, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
src/components/ui/dropdown-menu.tsx:122
FunctionDropdownMenuSeparator
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Separator>)
src/components/ui/dropdown-menu.tsx:166
FunctionDropdownMenuShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/dropdown-menu.tsx:179
FunctionDropdownMenuSub
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Sub>)
src/components/ui/dropdown-menu.tsx:195
FunctionDropdownMenuSubContent
({ className, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
src/components/ui/dropdown-menu.tsx:225
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.SubTrigge
src/components/ui/dropdown-menu.tsx:201
FunctionDropdownMenuTrigger
({ ...props }: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
src/components/ui/dropdown-menu.tsx:23
FunctionEditProjectPage
()
src/routes/dashboard.projects.$id.edit.tsx:67
FunctionEmptyAdminState
({ title }: { title: string })
src/routes/admin.projects.tsx:298
FunctionFormControl
({ ...props }: React.ComponentProps<typeof Slot>)
src/components/ui/form.tsx:96
FunctionFormDescription
({ className, ...props }: React.ComponentProps<'p'>)
src/components/ui/form.tsx:110
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:30
FunctionFormItem
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/form.tsx:72
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/form.tsx:82
FunctionFormMessage
({ className, ...props }: React.ComponentProps<'p'>)
src/components/ui/form.tsx:123
FunctionFunnelRow
({ label, value }: { label: string; value: number })
src/routes/admin.index.tsx:192
FunctionGitAvatars
()
src/components/git-avatars.tsx:6
FunctionHomeActions
()
src/routes/index.tsx:57
FunctionHomePage
()
src/routes/index.tsx:18
FunctionInboundInterestPanel
({ items }: { items: InboundInterestItem[] })
src/routes/dashboard.index.tsx:890
FunctionInput
({ className, type, ...props }: React.ComponentProps<'input'>)
src/components/ui/input.tsx:5
FunctionInterestHistoryPanel
({ accountType, items, }: { accountType: 'contributor' | 'investor'; items: InterestHistoryItem[]; })
src/routes/dashboard.index.tsx:758
FunctionInterestTable
({ items }: { items: AdminProjectDetail['interests'] })
src/routes/admin.projects.$id.tsx:387
FunctionInvestorProfileForm
({ profile, isPending, onSave, }: { profile: InvestorProfile | null; isPending: boolean; onSave: (
src/routes/dashboard.index.tsx:471
FunctionJourneyMetric
({ icon: Icon, label, value, }: { icon: typeof FolderOpen; label: string; value: string; })
src/routes/dashboard.index.tsx:343
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/label.tsx:8
FunctionLink
({ className, href, children, event, eventObject, onClick, ...props }: Props)
src/components/ui/link.tsx:15
FunctionLoginForm
({ className, redirectUrl = '/dashboard', initialMode = 'sign-in', resetToken, routeError, ...prop
src/components/auth/login-form.tsx:166
FunctionLoginPage
()
src/routes/login.tsx:61
FunctionLogoUploadField
({ value, disabled, onChange }: LogoUploadFieldProps)
src/components/submissions/logo-upload-field.tsx:28
FunctionLogos
()
src/components/logos.tsx:6
FunctionMetadataItem
({ label, value }: { label: string; value: string })
src/routes/dashboard.projects.tsx:331
FunctionMetricCard
({ label, value, icon: Icon, isText = false, }: { label: string; value: number | string; icon: t
src/routes/admin.index.tsx:166
FunctionMultiSelect
({ options, selected, onChange, placeholder = 'Select items...', className, disabled = false, }: M
src/components/ui/multi-select.tsx:32
FunctionNavMain
({ items, }: { items: { title: string; url: string; icon?: LucideIcon; isActive?: boolean;
src/components/ui/nav-main.tsx:23
FunctionNavUser
()
src/components/layout/user-nav.tsx:20
FunctionNavUser
({ user, }: { user: { name: string; email: string; avatar: string; }; })
src/components/ui/nav-user.tsx:21
FunctionNewProjectPage
()
src/routes/dashboard.projects.new.tsx:22
FunctionNonOwnerDashboard
({ accountType, contributorProfile, investorProfile, recommendedProjects, savedProjects, interestH
src/routes/dashboard.index.tsx:258
FunctionNotificationBell
()
src/components/notifications/notification-bell.tsx:16
FunctionNotificationMetric
({ label, value }: { label: string; value: number })
src/routes/dashboard.notifications.tsx:149
FunctionNotificationPreview
({ notification, onRead, }: { notification: LiveNotification; onRead: () => void; })
src/components/notifications/notification-bell.tsx:90
FunctionNotificationRow
({ notification, onRead, onUnread, }: { notification: LiveNotification; onRead: () => void; onUnre
src/routes/dashboard.notifications.tsx:158
FunctionOnboardingPage
()
src/routes/onboarding.tsx:60
← previousnext →101–200 of 350, ranked by callers