MCPcopy Create free account

hub / github.com/collabute/ossdotnow / functions

Functions350 in github.com/collabute/ossdotnow

FunctionOwnerActionPanel
({ projectCount }: { projectCount: number })
src/routes/dashboard.index.tsx:852
FunctionOwnerStatusCard
({ item, value, }: { item: (typeof ownerStatusCards)[number]; value: number; })
src/routes/dashboard.index.tsx:831
FunctionPopover
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Root>)
src/components/ui/popover.tsx:8
FunctionPopoverAnchor
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Anchor>)
src/components/ui/popover.tsx:42
FunctionPopoverContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof PopoverPrimiti
src/components/ui/popover.tsx:20
FunctionPopoverTrigger
({ ...props }: React.ComponentProps<typeof PopoverPrimitive.Trigger>)
src/components/ui/popover.tsx:14
FunctionPoweredByNeon
()
src/components/layout/powered-by-neon.tsx:3
FunctionProfile
()
src/components/user/profile.tsx:74
FunctionProfilePage
()
src/routes/profile.tsx:23
FunctionProgress
({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>)
src/components/ui/progress.tsx:8
FunctionProjectActionsCard
({ project, viewerState, hasSession, isOwner, accountType, isSaving, isSubmittingInterest, isR
src/components/projects/project-page.tsx:769
FunctionProjectCard
({ project }: { project: Project })
src/components/projects/project-card.tsx:7
FunctionProjectGroup
({ status, projects, isDeleting, isResubmitting, onDelete, onResubmit, }: { status: MyProject['a
src/routes/dashboard.projects.tsx:177
FunctionProjectInterestDialog
({ type, message, isPending, onMessageChange, onClose, onSubmit, }: { type: InterestType | null;
src/components/projects/project-page.tsx:903
FunctionProjectMiniRow
({ project }: { project: Project })
src/routes/dashboard.index.tsx:811
FunctionProjectPage
({ id }: { id: string })
src/components/projects/project-page.tsx:69
FunctionProjectRecommendationCard
({ project, accountType, alreadySent, isPending, onSendInterest, }: { project: RecommendedProject;
src/routes/dashboard.index.tsx:674
FunctionProjectReportDialog
({ open, reason, details, isPending, onReasonChange, onDetailsChange, onClose, onSubmit, }: {
src/components/projects/project-page.tsx:959
FunctionProjectRoute
()
src/routes/projects.$id.tsx:30
FunctionProjectRow
({ project, isDeleting, isResubmitting, onDelete, onResubmit, }: { project: MyProject; isDeletin
src/routes/dashboard.projects.tsx:243
FunctionProjectStatusTimeline
({ project }: { project: MyProject })
src/routes/dashboard.projects.tsx:316
FunctionProjectTicks
({ project }: { project: Project })
src/components/project/project-ticks.tsx:10
FunctionProjectsPage
({ filters, onFiltersChange, }: { filters: ProjectsSearchFilters; onFiltersChange: (filters: Partial<P
src/components/projects/projects-page.tsx:70
FunctionProjectsRoute
()
src/routes/projects.index.tsx:88
FunctionProjectsSkeleton
()
src/routes/dashboard.projects.tsx:370
FunctionProjectsTable
({ projects, handleAccept, handleReject, }: { projects: Project[]; handleAccept: (projectId: string)
src/routes/admin.projects.tsx:306
FunctionProviderButtonIcon
({ providerId }: { providerId: ManageableProviderId })
src/components/user/profile.tsx:769
FunctionProviderCard
({ label, configured, icon: Icon, }: { label: string; configured: boolean; icon: typeof Users; })
src/routes/admin.index.tsx:203
FunctionProviderIcon
({ providerId }: { providerId: ManageableProviderId })
src/components/user/profile.tsx:761
FunctionProviderRow
({ providerId, account, connectedProviderCount, isConnecting, isDisconnecting, isOAuthConfigured,
src/components/user/profile.tsx:679
FunctionProviders
({ children }: { children: React.ReactNode })
src/components/providers.tsx:7
FunctionPublicNav
()
src/components/layout/public-nav.tsx:7
FunctionRadioGroup
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Root>)
src/components/ui/radio-group.tsx:9
FunctionRadioGroupItem
({ className, ...props }: React.ComponentProps<typeof RadioGroupPrimitive.Item>)
src/components/ui/radio-group.tsx:22
FunctionRecommendedProjectsPanel
({ accountType, projects, sentProjectIds, isPending, onSendInterest, }: { accountType: 'contributo
src/routes/dashboard.index.tsx:620
FunctionRejectProjectDialog
({ project, isPending, onClose, onReject, }: { project: Project | null; isPending: boolean; onCl
src/routes/admin.projects.tsx:435
FunctionRejectProjectDialog
({ open, initialReason, isPending, onClose, onReject, }: { open: boolean; initialReason: string;
src/routes/admin.projects.$id.tsx:480
FunctionReportsTable
({ items }: { items: AdminProjectDetail['reports'] })
src/routes/admin.projects.$id.tsx:435
FunctionRepositorySearch
({ selectedRepository, onRepositorySelect, disabled, className, id, 'aria-describedby': ariaDescri
src/components/submissions/repository-search.tsx:28
FunctionReviewHistory
({ events }: { events: AdminProjectDetail['reviewEvents'] })
src/routes/admin.projects.$id.tsx:348
FunctionRoadmapPage
()
src/routes/roadmap.tsx:28
FunctionRootLayout
()
src/routes/__root.tsx:35
FunctionRouteBoundaryState
({ eyebrow, title, description, actions = defaultActions, className, }: RouteBoundaryProps)
src/components/layout/route-boundaries.tsx:27
FunctionRouteErrorState
({ error, reset, title = 'Something went wrong', description, }: ErrorComponentProps & { title?: str
src/components/layout/route-boundaries.tsx:76
FunctionRouteNotFoundState
({ title = 'Page not found', description = 'This page does not exist, or you do not have access to it.',
src/components/layout/route-boundaries.tsx:61
FunctionRoutePendingState
({ label = 'Loading' }: { label?: string })
src/components/layout/route-boundaries.tsx:114
FunctionSavedProjectsPanel
({ accountType, items, }: { accountType: 'contributor' | 'investor'; items: SavedProjectItem[]; })
src/routes/dashboard.index.tsx:732
FunctionSectionHeader
({ title, description }: { title: string; description: string })
src/routes/dashboard.projects.$id.edit.tsx:425
FunctionSelect
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Root>)
src/components/ui/select.tsx:9
FunctionSelectContent
({ className, children, position = "popper", ...props }: React.ComponentProps<typeof SelectPrimitive.C
src/components/ui/select.tsx:53
FunctionSelectGroup
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Group>)
src/components/ui/select.tsx:15
FunctionSelectItem
({ className, children, ...props }: React.ComponentProps<typeof SelectPrimitive.Item>)
src/components/ui/select.tsx:101
FunctionSelectLabel
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Label>)
src/components/ui/select.tsx:88
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>)
src/components/ui/select.tsx:156
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>)
src/components/ui/select.tsx:138
FunctionSelectSeparator
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.Separator>)
src/components/ui/select.tsx:125
FunctionSelectTrigger
({ className, size = "default", children, ...props }: React.ComponentProps<typeof SelectPrimitive.Trig
src/components/ui/select.tsx:27
FunctionSelectValue
({ ...props }: React.ComponentProps<typeof SelectPrimitive.Value>)
src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = 'horizontal', decorative = true, ...props }: React.ComponentProps<typeof S
src/components/ui/separator.tsx:8
FunctionSheet
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>)
src/components/ui/sheet.tsx:9
FunctionSheetClose
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>)
src/components/ui/sheet.tsx:19
FunctionSheetContent
({ className, children, side = "right", ...props }: React.ComponentProps<typeof SheetPrimitive.Content
src/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:117
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:94
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:84
FunctionSheetOverlay
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Overlay>)
src/components/ui/sheet.tsx:31
FunctionSheetPortal
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Portal>)
src/components/ui/sheet.tsx:25
FunctionSheetTitle
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>)
src/components/ui/sheet.tsx:104
FunctionSheetTrigger
({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>)
src/components/ui/sheet.tsx:13
FunctionSidebar
({ side = 'left', variant = 'sidebar', collapsible = 'offcanvas', className, children, ...props }:
src/components/ui/sidebar.tsx:137
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:344
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:322
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:358
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<'button'> & { asChild?: boolean })
src/components/ui/sidebar.tsx:390
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:413
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<'div'> & { asChild?: boolean })
src/components/ui/sidebar.tsx:369
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:311
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
src/components/ui/sidebar.tsx:300
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<'main'>)
src/components/ui/sidebar.tsx:286
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<'ul'>)
src/components/ui/sidebar.tsx:424
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<'button'> & { a
src/components/ui/sidebar.tsx:518
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<'div'>)
src/components/ui/sidebar.tsx:550
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = 'default', size = 'default', tooltip, className,
src/components/ui/sidebar.tsx:468
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<'li'>)
src/components/ui/sidebar.tsx:435
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<'div'> & { showIcon?: boolean; })
src/components/ui/sidebar.tsx:569
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<'ul'>)
src/components/ui/sidebar.tsx:602
FunctionSidebarMenuSubButton
({ asChild = false, size = 'md', isActive = false, className, ...props }: React.ComponentProps<'a'>
src/components/ui/sidebar.tsx:628
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<'li'>)
src/components/ui/sidebar.tsx:617
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
src/components/ui/sidebar.tsx:55
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<'button'>)
src/components/ui/sidebar.tsx:261
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/sidebar.tsx:333
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
src/components/ui/sidebar.tsx:239
FunctionSiteHeader
()
src/components/layout/site-header.tsx:12
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
FunctionStatusBadge
({ status }: { status: MyProject['approvalStatus'] })
src/routes/dashboard.projects.tsx:340
FunctionStatusDot
({ status }: { status: MyProject['approvalStatus'] })
src/routes/dashboard.projects.tsx:356
FunctionStatusDot
({ tone }: { tone: (typeof ownerStatusCards)[number]['tone'] })
src/routes/dashboard.index.tsx:951
FunctionStatusSummaryCard
({ status, count, }: { status: (typeof statusOrder)[number]; count: number; })
src/routes/dashboard.projects.tsx:225
FunctionSubmissionForm
()
src/components/submissions/submission-form.tsx:142
FunctionSummaryCard
({ label, value, icon: Icon, href, }: { label: string; value: string; icon: typeof UserRound;
src/routes/admin.projects.$id.tsx:304
← previousnext →201–300 of 350, ranked by callers