Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WebDevSimplified/job-board-ai
/ functions
Functions
364 in github.com/WebDevSimplified/job-board-ai
⨍
Functions
364
◇
Types & classes
4
Function
SignOutButton
({ children = <Button>Sign Out</Button>, ...props }: ComponentProps<typeof ClerkSignOutButton>)
src/services/clerk/components/AuthButtons.tsx:23
Function
SignUpButton
({ children = <Button>Sign Up</Button>, ...props }: ComponentProps<typeof ClerkSignOutButton>)
src/services/clerk/components/AuthButtons.tsx:9
Function
SignedIn
({ children }: { children: ReactNode })
src/services/clerk/components/SignInStatus.tsx:15
Function
SignedOut
({ children }: { children: ReactNode })
src/services/clerk/components/SignInStatus.tsx:7
Function
Skeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
Function
SkeletonApplicationTable
()
src/features/jobListingApplications/components/ApplicationTable.tsx:154
Function
StageCell
({ stage, jobListingId, userId, canUpdate, }: { stage: ApplicationStage jobListingId: string use
src/features/jobListingApplications/components/ApplicationTable.tsx:245
Function
StageDetails
({ stage }: { stage: ApplicationStage })
src/features/jobListingApplications/components/ApplicationTable.tsx:452
Function
StageIcon
({ stage, ...props }: { stage: ApplicationStage } & ComponentPropsWithRef<typeof CircleHelpIcon>)
src/features/jobListingApplications/components/StageIcon.tsx:11
Function
StateSelectItems
()
src/features/jobListings/components/StateSelectItems.tsx:4
Function
StatusUpdateButton
({ status, id, }: { status: JobListingStatus id: string })
src/app/employer/job-listings/[jobListingId]/page.tsx:144
Function
SuspendedComponent
({ children, condition, otherwise, }: Omit<Props, "loadingFallback">)
src/components/AsyncIf.tsx:25
Function
SuspendedComponent
()
src/app/employer/user-settings/page.tsx:24
Function
SuspendedComponent
()
src/app/(job-seeker)/user-settings/notifications/page.tsx:21
Function
SuspendedComponent
({ searchParams, params }: Props)
src/app/(job-seeker)/_shared/JobListingItems.tsx:59
Function
SuspendedForm
({ userId, organizationId, }: { userId: string organizationId: string })
src/app/employer/user-settings/page.tsx:43
Function
SuspendedForm
({ userId }: { userId: string })
src/app/(job-seeker)/user-settings/notifications/page.tsx:39
Function
SuspendedPage
()
src/app/employer/page.tsx:18
Function
SuspendedPage
({ params }: Props)
src/app/employer/job-listings/[jobListingId]/page.tsx:68
Function
SuspendedPage
({ params }: Props)
src/app/employer/job-listings/[jobListingId]/edit/page.tsx:31
Function
SuspendedPage
({ searchParams }: Props)
src/app/(clerk)/organizations/select/page.tsx:16
Function
Switch
({ className, ...props }: React.ComponentProps<typeof SwitchPrimitive.Root>)
src/components/ui/switch.tsx:8
Function
Table
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
Function
TableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
Function
TableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
Function
TableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
Function
TableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
Function
TableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
Function
TableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
Function
TableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
Function
Textarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/textarea.tsx:5
Function
Toaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
Function
Toolbar
({ table, disabled, }: { table: Table<T> disabled?: boolean })
src/features/jobListingApplications/components/ApplicationTable.tsx:199
Function
Tooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:21
Function
TooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:37
Function
TooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:8
Function
TooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:31
Function
UTSSR
()
src/services/uploadthing/components/UploadThingSSR.tsx:15
Function
UpgradePopover
({ buttonText, popoverText, }: { buttonText: ReactNode popoverText: ReactNode })
src/app/employer/job-listings/[jobListingId]/page.tsx:230
Function
UploadDropzone
({ className, onClientUploadComplete, onUploadError, ...props }: ComponentProps<typeof UploadDropzoneC
src/services/uploadthing/components/UploadThing.tsx:13
Function
UploadThingSSR
()
src/services/uploadthing/components/UploadThingSSR.tsx:7
Function
UserInfo
({ imageUrl, email, name }: User)
src/features/users/components/_SidebarUserButtonClient.tsx:78
Function
UserResumePage
()
src/app/(job-seeker)/user-settings/resume/page.tsx:22
Function
UserResumeSidebar
()
src/app/(job-seeker)/@sidebar/user-settings/notifications/page.tsx:3
Function
UserResumeSidebar
()
src/app/(job-seeker)/@sidebar/user-settings/resume/page.tsx:3
Function
UserSettingsSidebar
()
src/app/(job-seeker)/_shared/UserSettingsSidebar.tsx:4
Function
createJobListing
( unsafeData: z.infer<typeof jobListingSchema> )
src/features/jobListings/actions/actions.ts:31
Function
deleteJobListing
(id: string)
src/features/jobListings/actions/actions.ts:158
Function
deleteJobListing
(id: string)
src/features/jobListings/db/jobListings.ts:40
Function
handleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:98
Function
onChange
()
src/hooks/use-mobile.ts:10
Function
onSubmit
( data: z.infer<typeof userNotificationSettingsSchema> )
src/features/users/components/NotificationsForm.tsx:40
Function
onSubmit
(data: z.infer<typeof jobListingFilterSchema>)
src/features/jobListings/components/JobListingFilterForm.tsx:76
Function
onSubmit
(data: z.infer<typeof jobListingSchema>)
src/features/jobListings/components/JobListingForm.tsx:80
Function
onSubmit
(data: z.infer<typeof jobListingAiSearchSchema>)
src/features/jobListings/components/JobListingAiSearchForm.tsx:30
Function
onSubmit
( data: z.infer<typeof newJobListingApplicationSchema> )
src/features/jobListingApplications/components/NewJobListingApplicationForm.tsx:32
Function
onSubmit
( data: z.infer<typeof organizationUserSettingsSchema> )
src/features/organizations/components/NotificationsForm.tsx:50
Function
performAction
()
src/components/ActionButton.tsx:33
Function
toggleJobListingFeatured
(id: string)
src/features/jobListings/actions/actions.ts:131
Function
toggleJobListingStatus
(id: string)
src/features/jobListings/actions/actions.ts:100
Function
updateJobListing
( id: string, unsafeData: z.infer<typeof jobListingSchema> )
src/features/jobListings/actions/actions.ts:63
Function
updateJobListing
( id: string, jobListing: Partial<typeof JobListingTable.$inferInsert> )
src/features/jobListings/db/jobListings.ts:22
Function
updateOrganizationUserSettings
( { userId, organizationId, }: { userId: string organizationId: string }, settings: Pa
src/features/organizations/db/organizationUserSettings.ts:17
Function
updateUserNotificationSettings
( userId: string, settings: Partial< Omit<typeof UserNotificationSettingsTable.$inferInsert, "userId">
src/features/users/db/userNotificationSettings.ts:16
← previous
301–364 of 364, ranked by callers