MCPcopy Create free account

hub / github.com/WebDevSimplified/job-board-ai / functions

Functions364 in github.com/WebDevSimplified/job-board-ai

FunctionSignOutButton
({ children = <Button>Sign Out</Button>, ...props }: ComponentProps<typeof ClerkSignOutButton>)
src/services/clerk/components/AuthButtons.tsx:23
FunctionSignUpButton
({ children = <Button>Sign Up</Button>, ...props }: ComponentProps<typeof ClerkSignOutButton>)
src/services/clerk/components/AuthButtons.tsx:9
FunctionSignedIn
({ children }: { children: ReactNode })
src/services/clerk/components/SignInStatus.tsx:15
FunctionSignedOut
({ children }: { children: ReactNode })
src/services/clerk/components/SignInStatus.tsx:7
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
FunctionSkeletonApplicationTable
()
src/features/jobListingApplications/components/ApplicationTable.tsx:154
FunctionStageCell
({ stage, jobListingId, userId, canUpdate, }: { stage: ApplicationStage jobListingId: string use
src/features/jobListingApplications/components/ApplicationTable.tsx:245
FunctionStageDetails
({ stage }: { stage: ApplicationStage })
src/features/jobListingApplications/components/ApplicationTable.tsx:452
FunctionStageIcon
({ stage, ...props }: { stage: ApplicationStage } & ComponentPropsWithRef<typeof CircleHelpIcon>)
src/features/jobListingApplications/components/StageIcon.tsx:11
FunctionStateSelectItems
()
src/features/jobListings/components/StateSelectItems.tsx:4
FunctionStatusUpdateButton
({ status, id, }: { status: JobListingStatus id: string })
src/app/employer/job-listings/[jobListingId]/page.tsx:144
FunctionSuspendedComponent
({ children, condition, otherwise, }: Omit<Props, "loadingFallback">)
src/components/AsyncIf.tsx:25
FunctionSuspendedComponent
()
src/app/employer/user-settings/page.tsx:24
FunctionSuspendedComponent
()
src/app/(job-seeker)/user-settings/notifications/page.tsx:21
FunctionSuspendedComponent
({ searchParams, params }: Props)
src/app/(job-seeker)/_shared/JobListingItems.tsx:59
FunctionSuspendedForm
({ userId, organizationId, }: { userId: string organizationId: string })
src/app/employer/user-settings/page.tsx:43
FunctionSuspendedForm
({ userId }: { userId: string })
src/app/(job-seeker)/user-settings/notifications/page.tsx:39
FunctionSuspendedPage
()
src/app/employer/page.tsx:18
FunctionSuspendedPage
({ params }: Props)
src/app/employer/job-listings/[jobListingId]/page.tsx:68
FunctionSuspendedPage
({ params }: Props)
src/app/employer/job-listings/[jobListingId]/edit/page.tsx:31
FunctionSuspendedPage
({ searchParams }: Props)
src/app/(clerk)/organizations/select/page.tsx:16
FunctionSwitch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
src/components/ui/switch.tsx:8
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
FunctionTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
FunctionToolbar
({ table, disabled, }: { table: Table<T> disabled?: boolean })
src/features/jobListingApplications/components/ApplicationTable.tsx:199
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
FunctionUTSSR
()
src/services/uploadthing/components/UploadThingSSR.tsx:15
FunctionUpgradePopover
({ buttonText, popoverText, }: { buttonText: ReactNode popoverText: ReactNode })
src/app/employer/job-listings/[jobListingId]/page.tsx:230
FunctionUploadDropzone
({ className, onClientUploadComplete, onUploadError, ...props }: ComponentProps<typeof UploadDropzoneC
src/services/uploadthing/components/UploadThing.tsx:13
FunctionUploadThingSSR
()
src/services/uploadthing/components/UploadThingSSR.tsx:7
FunctionUserInfo
({ imageUrl, email, name }: User)
src/features/users/components/_SidebarUserButtonClient.tsx:78
FunctionUserResumePage
()
src/app/(job-seeker)/user-settings/resume/page.tsx:22
FunctionUserResumeSidebar
()
src/app/(job-seeker)/@sidebar/user-settings/notifications/page.tsx:3
FunctionUserResumeSidebar
()
src/app/(job-seeker)/@sidebar/user-settings/resume/page.tsx:3
FunctionUserSettingsSidebar
()
src/app/(job-seeker)/_shared/UserSettingsSidebar.tsx:4
FunctioncreateJobListing
( unsafeData: z.infer<typeof jobListingSchema> )
src/features/jobListings/actions/actions.ts:31
FunctiondeleteJobListing
(id: string)
src/features/jobListings/actions/actions.ts:158
FunctiondeleteJobListing
(id: string)
src/features/jobListings/db/jobListings.ts:40
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:98
FunctiononChange
()
src/hooks/use-mobile.ts:10
FunctiononSubmit
( data: z.infer<typeof userNotificationSettingsSchema> )
src/features/users/components/NotificationsForm.tsx:40
FunctiononSubmit
(data: z.infer<typeof jobListingFilterSchema>)
src/features/jobListings/components/JobListingFilterForm.tsx:76
FunctiononSubmit
(data: z.infer<typeof jobListingSchema>)
src/features/jobListings/components/JobListingForm.tsx:80
FunctiononSubmit
(data: z.infer<typeof jobListingAiSearchSchema>)
src/features/jobListings/components/JobListingAiSearchForm.tsx:30
FunctiononSubmit
( data: z.infer<typeof newJobListingApplicationSchema> )
src/features/jobListingApplications/components/NewJobListingApplicationForm.tsx:32
FunctiononSubmit
( data: z.infer<typeof organizationUserSettingsSchema> )
src/features/organizations/components/NotificationsForm.tsx:50
FunctionperformAction
()
src/components/ActionButton.tsx:33
FunctiontoggleJobListingFeatured
(id: string)
src/features/jobListings/actions/actions.ts:131
FunctiontoggleJobListingStatus
(id: string)
src/features/jobListings/actions/actions.ts:100
FunctionupdateJobListing
( id: string, unsafeData: z.infer<typeof jobListingSchema> )
src/features/jobListings/actions/actions.ts:63
FunctionupdateJobListing
( id: string, jobListing: Partial<typeof JobListingTable.$inferInsert> )
src/features/jobListings/db/jobListings.ts:22
FunctionupdateOrganizationUserSettings
( { userId, organizationId, }: { userId: string organizationId: string }, settings: Pa
src/features/organizations/db/organizationUserSettings.ts:17
FunctionupdateUserNotificationSettings
( userId: string, settings: Partial< Omit<typeof UserNotificationSettingsTable.$inferInsert, "userId">
src/features/users/db/userNotificationSettings.ts:16
← previous301–364 of 364, ranked by callers