MCPcopy Create free account

hub / github.com/collabute/ossdotnow / functions

Functions350 in github.com/collabute/ossdotnow

FunctionSuspendUserDialog
({ user, isPending, onClose, onSuspend, }: { user: AdminUser | null; isPending: boolean; onClose
src/routes/admin.users.tsx:413
FunctionSwitch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
src/components/ui/switch.tsx:8
FunctionTRPCReactProvider
(props: Readonly<TRPCReactProviderProps>)
src/hooks/use-trpc.tsx:104
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:53
FunctionTabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
src/components/ui/tabs.tsx:21
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:37
FunctionTagToggleSection
({ title, values, options, onChange, }: { title: string; values: string[]; options: readonly str
src/routes/dashboard.index.tsx:586
FunctionTeamSwitcher
({ teams, }: { teams: { name: string logo: React.ElementType plan: string }[] })
src/components/ui/team-switcher.tsx:22
FunctionTempNav
()
src/components/layout/temp-nav.tsx:5
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:37
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:31
FunctionUserRow
({ user, currentAdminId, isUpdatingRole, isSuspending, isUnsuspending, onRoleChange, onSuspend,
src/routes/admin.users.tsx:299
FunctionWaitlistTable
({ users }: { users: User[] })
src/routes/admin.waitlist.tsx:126
FunctionauthReducer
(state: AuthState, action: AuthAction)
src/components/auth/login-form.tsx:83
FunctionclearFilters
()
src/components/projects/projects-page.tsx:104
FunctionconnectGitHub
()
src/components/project/claim-project-dialog.tsx:64
FunctionconnectGitHub
()
src/components/submissions/submission-form.tsx:391
FunctionconnectGitHub
()
src/routes/dashboard.tsx:82
FunctiondiscardDraft
()
src/components/submissions/submission-form.tsx:465
FunctiongetRouter
()
src/router.tsx:5
FunctionhandleClaim
()
src/components/project/claim-project-dialog.tsx:60
FunctionhandleClick
(e)
src/components/ui/link.tsx:24
FunctionhandleProjectSubmission
(formData: ProjectSubmissionFormData)
src/components/submissions/submission-form.tsx:385
FunctionhandleSubmit
(event: FormEvent<HTMLFormElement>)
src/components/auth/login-form.tsx:376
FunctionisSafeWebUrl
(value: string)
src/forms/index.ts:7
FunctionisString
(value: unknown)
src/hooks/use-live-notifications.ts:267
FunctionopenInterestDialog
(type: InterestType)
src/components/projects/project-page.tsx:187
FunctionprevStep
()
src/components/submissions/submission-form.tsx:461
FunctionresendVerificationEmail
()
src/components/auth/login-form.tsx:352
FunctionsaveProfile
(event: FormEvent<HTMLFormElement>)
src/components/user/profile.tsx:242
FunctionsendPasswordReset
()
src/components/user/profile.tsx:224
FunctionsendVerificationEmail
()
src/components/user/profile.tsx:206
FunctionsignOut
()
src/components/layout/user-nav.tsx:23
FunctionsubmitInterest
()
src/components/projects/project-page.tsx:196
FunctionsubmitReport
()
src/components/projects/project-page.tsx:206
FunctiontoggleSavedProject
()
src/components/projects/project-page.tsx:171
FunctionupdateFilters
(nextFilters: Partial<typeof filters>)
src/routes/projects.index.tsx:92
← previous301–350 of 350, ranked by callers