MCPcopy Create free account

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

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

FunctionIsBreakpoint
({ breakpoint, children, otherwise, }: { breakpoint: string children: ReactNode otherwise?: ReactN
src/components/IsBreakpoint.tsx:5
FunctionJobBoardSidebar
()
src/app/(job-seeker)/_shared/JobBoardSidebar.tsx:4
FunctionJobBoardSidebarPage
()
src/app/(job-seeker)/@sidebar/page.tsx:3
FunctionJobBoardSidebarPage
()
src/app/(job-seeker)/@sidebar/job-listings/[jobListingId]/page.tsx:3
FunctionJobListingAiSearchForm
()
src/features/jobListings/components/JobListingAiSearchForm.tsx:23
FunctionJobListingBadges
({ jobListing: { wage, wageInterval, stateAbbreviation, city, type, experienceLevel,
src/features/jobListings/components/JobListingBadges.tsx:20
FunctionJobListingCard
({ jobListingTitle, applications, noMargin = false, }: { jobListingTitle: string applications: Appli
src/services/resend/components/DailyApplicationEmail.tsx:108
FunctionJobListingDetails
({ params, searchParams, }: { params: Promise<{ jobListingId: string }> searchParams: Promise<Record<s
src/app/(job-seeker)/job-listings/[jobListingId]/page.tsx:100
FunctionJobListingFilterForm
()
src/features/jobListings/components/JobListingFilterForm.tsx:55
FunctionJobListingForm
({ jobListing, }: { jobListing: Pick< typeof JobListingTable.$inferSelect, | "title" | "descri
src/features/jobListings/components/JobListingForm.tsx:48
FunctionJobListingItems
(props: Props)
src/app/(job-seeker)/_shared/JobListingItems.tsx:51
FunctionJobListingListItem
({ jobListing, organization, }: { jobListing: Pick< typeof JobListingTable.$inferSelect, | "titl
src/app/(job-seeker)/_shared/JobListingItems.tsx:91
FunctionJobListingMenu
({ orgId }: { orgId: string })
src/app/employer/layout.tsx:81
FunctionJobListingMenuGroup
({ status, jobListings, }: { status: JobListingStatus jobListings: JobListing[] })
src/app/employer/_JobListingMenugroup.tsx:27
FunctionJobListingMenuItem
({ id, title, applicationCount }: JobListing)
src/app/employer/_JobListingMenugroup.tsx:65
FunctionJobListingPage
(props: Props)
src/app/employer/job-listings/[jobListingId]/page.tsx:60
FunctionJobListingPage
({ params, searchParams, }: { params: Promise<{ jobListingId: string }> searchParams: Promise<Record<s
src/app/(job-seeker)/job-listings/[jobListingId]/page.tsx:50
FunctionJobSeekerLayout
({ children, sidebar, }: { children: ReactNode sidebar: ReactNode })
src/app/(job-seeker)/layout.tsx:12
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
src/components/ui/label.tsx:8
FunctionLayoutSuspense
({ children }: { children: ReactNode })
src/app/employer/layout.tsx:41
FunctionLoadingSpinner
({ className, ...props }: ComponentProps<typeof Loader2Icon>)
src/components/LoadingSpinner.tsx:5
FunctionLoadingSwap
({ isLoading, children, className, }: { isLoading: boolean children: ReactNode className?: string
src/components/LoadingSwap.tsx:5
FunctionMarkdownPartial
({ mainMarkdown, dialogMarkdown, dialogTitle, }: { mainMarkdown: ReactNode dialogMarkdown: ReactNode
src/components/markdown/MarkdownPartial.tsx:13
FunctionMarkdownRenderer
({ className, options, ...props }: MDXRemoteProps & { className?: string })
src/components/markdown/MarkdownRenderer.tsx:8
FunctionNewJobListingApplicationForm
({ jobListingId, }: { jobListingId: string })
src/features/jobListingApplications/components/NewJobListingApplicationForm.tsx:22
FunctionNewJobListingPage
()
src/app/employer/job-listings/new/page.tsx:4
FunctionNoPermission
()
src/app/(job-seeker)/ai-search/page.tsx:53
FunctionNotificationsForm
({ notificationSettings, }: { notificationSettings?: Pick< typeof UserNotificationSettingsTable.$infer
src/features/users/components/NotificationsForm.tsx:24
FunctionNotificationsForm
({ notificationSettings, }: { notificationSettings?: Pick< typeof OrganizationUserSettingsTable.$infer
src/features/organizations/components/NotificationsForm.tsx:34
FunctionNotificationsPage
()
src/app/(job-seeker)/user-settings/notifications/page.tsx:13
FunctionOrganizationInfo
({ organization, user, }: { user: User organization: Organization })
src/features/organizations/components/_SidebarOrganizationButtonClient.tsx:102
FunctionOrganizationSection
({ orgName, applications, noMargin = false, }: { orgName: string applications: Application[] noMar
src/services/resend/components/DailyApplicationEmail.tsx:74
FunctionOrganizationSelectPage
(props: Props)
src/app/(clerk)/organizations/select/page.tsx:8
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
FunctionPricingPage
()
src/app/employer/pricing/page.tsx:3
FunctionPricingTable
()
src/services/clerk/components/PricingTable.tsx:3
FunctionRatingCell
({ rating, jobListingId, userId, canUpdate, }: { rating: number | null jobListingId: string user
src/features/jobListingApplications/components/ApplicationTable.tsx:303
FunctionRatingIcons
({ rating, className, }: { rating: number | null className?: string })
src/features/jobListingApplications/components/RatingIcons.tsx:5
FunctionRatingIcons
({ rating }: { rating: number | null })
src/services/resend/components/DailyApplicationEmail.tsx:137
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:31
FunctionResizablePanel
({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>)
src/components/ui/resizable.tsx:25
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:9
FunctionResumeDetails
()
src/app/(job-seeker)/user-settings/resume/page.tsx:41
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
src/app/layout.tsx:24
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, hideCloseButton = false, side = "right", ...props }: React.ComponentProps<ty
src/components/ui/sheet.tsx:47
FunctionSheetDescription
({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>)
src/components/ui/sheet.tsx:121
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:98
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:88
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:108
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:154
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:371
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:346
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:385
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
src/components/ui/sidebar.tsx:417
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:440
FunctionSidebarGroupLabel
({ className, asChild = false, ...props }: React.ComponentProps<"div"> & { asChild?: boolean })
src/components/ui/sidebar.tsx:396
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:335
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
src/components/ui/sidebar.tsx:321
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
src/components/ui/sidebar.tsx:307
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:454
FunctionSidebarMenuAction
({ className, asChild = false, showOnHover = false, ...props }: React.ComponentProps<"button"> & { a
src/components/ui/sidebar.tsx:548
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:580
FunctionSidebarMenuButton
({ asChild = false, isActive = false, variant = "default", size = "default", tooltip, className,
src/components/ui/sidebar.tsx:498
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:465
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean })
src/components/ui/sidebar.tsx:602
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:640
FunctionSidebarMenuSubButton
({ asChild = false, size = "md", isActive = false, className, ...props }: React.ComponentProps<"a">
src/components/ui/sidebar.tsx:669
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:655
FunctionSidebarNavMenuGroup
({ items, className, }: { items: { href: string icon: ReactNode label: string authStatus
src/components/sidebar/SidebarNavMenuGroup.tsx:14
FunctionSidebarOrganizationButton
()
src/features/organizations/components/SidebarOrganizationButton.tsx:11
FunctionSidebarOrganizationButtonClient
({ user, organization, }: { user: User organization: Organization })
src/features/organizations/components/_SidebarOrganizationButtonClient.tsx:36
FunctionSidebarOrganizationSuspense
()
src/features/organizations/components/SidebarOrganizationButton.tsx:19
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
src/components/ui/sidebar.tsx:56
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
src/components/ui/sidebar.tsx:282
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/sidebar.tsx:357
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
src/components/ui/sidebar.tsx:256
FunctionSidebarUserButton
()
src/features/users/components/SidebarUserButton.tsx:8
FunctionSidebarUserButtonClient
({ user }: { user: User })
src/features/users/components/_SidebarUserButtonClient.tsx:29
FunctionSidebarUserSuspense
()
src/features/users/components/SidebarUserButton.tsx:16
FunctionSignInButton
({ children = <Button>Sign In</Button>, ...props }: ComponentProps<typeof ClerkSignOutButton>)
src/services/clerk/components/AuthButtons.tsx:16
FunctionSignInPage
()
src/app/(clerk)/sign-in/[[...sign-in]]/page.tsx:3
← previousnext →201–300 of 364, ranked by callers