MCPcopy Create free account

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

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

↓ 1 callersFunctionupdateUserNotificationSettings
( unsafeData: z.infer<typeof userNotificationSettingsSchema> )
src/features/users/actions/userNotificationSettingsActions.ts:8
↓ 1 callersFunctionupdateUserResume
( userId: string, data: Partial<Omit<typeof UserResumeTable.$inferInsert, "userId">> )
src/features/users/db/userResumes.ts:21
↓ 1 callersFunctionupsertUserResume
( userId: string, data: Omit<typeof UserResumeTable.$inferInsert, "userId"> )
src/features/users/db/userResumes.ts:6
↓ 1 callersFunctionuseIsBreakpoint
(breakpoint: string)
src/components/IsBreakpoint.tsx:18
FunctionAISummaryCard
()
src/app/(job-seeker)/user-settings/resume/page.tsx:63
FunctionActionButton
({ action, requireAreYouSure = false, areYouSureDescription = "This action cannot be undone.", ...prop
src/components/ActionButton.tsx:21
FunctionActionCell
({ resumeUrl, userName, resumeMarkdown, coverLetterMarkdown, }: { resumeUrl: string | null | undefin
src/features/jobListingApplications/components/ApplicationTable.tsx:361
FunctionAiCard
()
src/app/(job-seeker)/ai-search/page.tsx:37
FunctionAiSearchPage
()
src/app/(job-seeker)/ai-search/page.tsx:14
FunctionAiSearchSidebar
()
src/app/(job-seeker)/@sidebar/ai-search/page.tsx:1
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
src/components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
src/components/ui/alert-dialog.tsx:121
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
src/components/ui/alert-dialog.tsx:133
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
src/components/ui/alert-dialog.tsx:47
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:108
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:79
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:66
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:95
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:15
FunctionAppSidebar
({ children, content, footerButton, }: { children: ReactNode content: ReactNode footerButton: Reac
src/components/sidebar/AppSidebar.tsx:15
FunctionAppSidebarClient
({ children }: { children: ReactNode })
src/components/sidebar/_AppSidebarClient.tsx:7
FunctionApplicationTable
({ applications, canUpdateRating, canUpdateStage, noResultsMessage = "No applications", disableToolb
src/features/jobListingApplications/components/ApplicationTable.tsx:166
FunctionApplications
({ jobListingId }: { jobListingId: string })
src/app/employer/job-listings/[jobListingId]/page.tsx:292
FunctionApplyButton
({ jobListingId }: { jobListingId: string })
src/app/(job-seeker)/job-listings/[jobListingId]/page.tsx:172
FunctionAsyncIf
({ children, condition, loadingFallback, otherwise, }: Props)
src/components/AsyncIf.tsx:10
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
src/components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"span"> & VariantPr
src/components/ui/badge.tsx:34
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
src/components/ui/button.tsx:38
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
FunctionClerkLayout
({ children, }: { children: React.ReactNode })
src/app/(clerk)/layout.tsx:1
FunctionClerkProvider
({ children }: { children: ReactNode })
src/services/clerk/components/ClerkProvider.tsx:8
FunctionClientSheet
({ children }: { children: ReactNode })
src/app/(job-seeker)/job-listings/[jobListingId]/_ClientSheet.tsx:7
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
FunctionDataTable
({ columns, data, initialFilters, noResultsMessage = "No results.", ToolbarComponent, }: DataTablePr
src/components/dataTable/DataTable.tsx:36
FunctionDataTableFacetedFilter
({ column, disabled, options, title, }: DataTableFacetedFilterProps<TData, TValue, OValue>)
src/components/dataTable/DataTableFacetedFilter.tsx:27
FunctionDataTablePagination
({ table, }: DataTablePaginationProps<TData>)
src/components/dataTable/DataTablePagination.tsx:21
FunctionDataTableSortableColumnHeader
({ column, title, className, }: DataTableSortableColumnHeaderProps<TData, TValue>)
src/components/dataTable/DataTableSortableColumnHeader.tsx:20
FunctionDaysSincePosting
({ postedAt }: { postedAt: Date })
src/app/(job-seeker)/_shared/JobListingItems.tsx:166
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
FunctionDisabledToolbar
({ table }: { table: Table<T> })
src/features/jobListingApplications/components/ApplicationTable.tsx:195
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
FunctionDropzoneClient
()
src/app/(job-seeker)/user-settings/resume/_DropzoneClient.tsx:6
FunctionEditJobListingPage
(props: Props)
src/app/employer/job-listings/[jobListingId]/edit/page.tsx:16
FunctionEmployerHomePage
()
src/app/employer/page.tsx:10
FunctionEmployerLayout
({ children }: { children: ReactNode })
src/app/employer/layout.tsx:33
FunctionEmployerUserSettingsPage
()
src/app/employer/user-settings/page.tsx:16
FunctionFeaturedToggleButton
({ isFeatured, id, }: { isFeatured: boolean id: string })
src/app/employer/job-listings/[jobListingId]/page.tsx:188
FunctionFormControl
({ ...props }: React.ComponentProps<typeof Slot>)
src/components/ui/form.tsx:107
FunctionFormDescription
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/form.tsx:125
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:32
FunctionFormItem
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/form.tsx:76
FunctionFormLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/form.tsx:90
FunctionFormMessage
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/form.tsx:138
FunctionHomePage
({ searchParams, }: { searchParams: Promise<Record<string, string | string[]>> })
src/app/(job-seeker)/page.tsx:3
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionInternalMarkdownEditor
({ ref, className, ...props }: MDXEditorProps & { ref?: Ref<MDXEditorMethods> })
src/components/markdown/_MarkdownEditor.tsx:25
← previousnext →101–200 of 364, ranked by callers