MCPcopy Create free account

hub / github.com/Mahmud0808/ResumeAI / functions

Functions207 in github.com/Mahmud0808/ResumeAI

FunctionAddSection
()
components/layout/my-resume/forms/CustomSectionsForm.tsx:58
FunctionAiLoader
({ size = 16 }: { size?: number })
components/common/AiLoader.tsx:11
FunctionAiThinkingText
({ text = "Thinking..." }: { text?: string })
components/common/AiLoader.tsx:51
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:48
FunctionAuthSessionProvider
({ children, session, }: { children: React.ReactNode; session: Session | null; })
components/common/AuthSessionProvider.tsx:7
FunctionBars
({ count = 3, light = false }: { count?: number; light?: boolean })
components/layout/TemplateGlyph.tsx:10
FunctionBodySections
({ formData, isEditMode, onSelect, sections, }: { formData: any; isEditMode: boolean; onSelect:
components/layout/my-resume/templates/BodySections.tsx:102
FunctionBoldTemplate
({ formData, themeColor, isEditMode, onSelect, }: { formData: any; themeColor: string; isEditMod
components/layout/my-resume/templates/BoldTemplate.tsx:7
FunctionChangePasswordDialog
({ open, onOpenChange, }: { open: boolean; onOpenChange: (open: boolean) => void; })
components/common/ChangePasswordDialog.tsx:21
FunctionCheckEmailPage
()
app/(auth)/check-email/page.tsx:12
FunctionClassicTemplate
({ formData, themeColor, isEditMode, onSelect, }: { formData: any; themeColor: string; isEditMod
components/layout/my-resume/templates/ClassicTemplate.tsx:8
FunctionCompactTemplate
({ formData, themeColor, isEditMode, onSelect, }: { formData: any; themeColor: string; isEditMod
components/layout/my-resume/templates/CompactTemplate.tsx:7
FunctionCustomSectionPreview
({ index }: { index: number })
components/layout/my-resume/previews/CustomSectionPreview.tsx:5
FunctionCustomSectionsForm
({ params }: { params: { id: string } })
components/layout/my-resume/forms/CustomSectionsForm.tsx:26
FunctionDashboard
()
app/(root)/dashboard/page.tsx:7
FunctionDashboardCards
()
components/layout/DashboardCards.tsx:14
FunctionDateFormatPicker
({ params }: { params: { id: string } })
components/layout/DateFormatPicker.tsx:15
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionDraggableSection
({ sectionKey, isEditMode, onSelect, children, stepIndex, }: { sectionKey: string; isEditMode: b
components/layout/my-resume/templates/BodySections.tsx:50
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionEditResume
({ params, }: { params: Promise<{ id: string }>; })
app/(root)/my-resume/[id]/edit/page.tsx:9
FunctionEditableSection
({ index, isEditMode, onSelect, className = "", children, }: { index: number; isEditMode: boolea
components/layout/my-resume/templates/EditableSection.tsx:9
FunctionEducationForm
({ params }: { params: { id: string } })
components/layout/my-resume/forms/EducationForm.tsx:28
FunctionEducationalPreview
()
components/layout/my-resume/previews/EducationalPreview.tsx:5
FunctionElegantTemplate
({ formData, themeColor, isEditMode, onSelect, }: { formData: any; themeColor: string; isEditMod
components/layout/my-resume/templates/ElegantTemplate.tsx:7
FunctionExecutiveTemplate
({ formData, themeColor, isEditMode, onSelect, }: { formData: any; themeColor: string; isEditMod
components/layout/my-resume/templates/ExecutiveTemplate.tsx:7
FunctionExperienceForm
({ params }: { params: { id: string } })
components/layout/my-resume/forms/ExperienceForm.tsx:29
FunctionExperiencePreview
()
components/layout/my-resume/previews/ExperiencePreview.tsx:5
FunctionFadeIn
({ children, delay = 0, className, }: { children: ReactNode; delay?: number; className?: string; }
components/common/motion.tsx:33
FunctionFinalResumeView
({ params, isOwnerView, })
components/layout/ResumeView.tsx:22
FunctionForgotPasswordPage
()
app/(auth)/forgot-password/page.tsx:11
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:31
FunctionFormProvider
({ params, children, }: { params: { id: string }; children: ReactNode; })
lib/context/FormProvider.tsx:21
FunctionGoogleIcon
({ className = "h-4 w-4" }: { className?: string })
components/common/GoogleIcon.tsx:4
FunctionHeader
()
components/layout/Header.tsx:10
FunctionHeaderText
({ title, subtitle }: { title: string; subtitle: string })
components/layout/HeaderText.tsx:3
FunctionMiniResumePreview
({ resume }: { resume: any })
components/common/MiniResumePreview.tsx:37
FunctionMinimalTemplate
({ formData, themeColor, isEditMode, onSelect, }: { formData: any; themeColor: string; isEditMod
components/layout/my-resume/templates/MinimalTemplate.tsx:7
FunctionModernTemplate
({ formData, themeColor, isEditMode, onSelect, }: { formData: any; themeColor: string; isEditMod
components/layout/my-resume/templates/ModernTemplate.tsx:7
FunctionMyResume
({ params }: { params: Promise<{ id: string }> })
app/(root)/resume/[id]/page.tsx:55
FunctionOpengraphImage
()
app/opengraph-image.tsx:9
FunctionOpengraphImage
({ params, }: { params: Promise<{ id: string }>; })
app/(root)/resume/[id]/opengraph-image.tsx:9
FunctionPageWrapper
({ children }: { children: ReactNode })
components/common/PageWrapper.tsx:3
FunctionPersonalDetailsForm
({ params }: { params: { id: string } })
components/layout/my-resume/forms/PersonalDetailsForm.tsx:24
FunctionPersonalDetailsPreview
()
components/layout/my-resume/previews/PersonalDetailsPreview.tsx:5
FunctionPlaceholder
({ rows = 3, light = false, }: { rows?: number; light?: boolean; })
components/common/MiniResumePreview.tsx:10
FunctionProviders
({ children })
components/common/ProgressBarProvider.tsx:10
FunctionRemoveSection
()
components/layout/my-resume/forms/CustomSectionsForm.tsx:63
FunctionResetPasswordPage
()
app/(auth)/reset-password/page.tsx:14
FunctionResumeCard
({ resume, refreshResumes, }: { resume: any; refreshResumes: () => void; })
components/common/ResumeCard.tsx:53
FunctionResumeEditForm
({ params, userId, }: { params: { id: string }; userId: string | undefined; })
components/layout/my-resume/ResumeEditForm.tsx:32
FunctionResumeEditor
({ params, userId, }: { params: { id: string }; userId: string | undefined; })
components/layout/my-resume/ResumeEditor.tsx:13
FunctionResumePreview
()
components/layout/my-resume/ResumePreview.tsx:31
FunctionRevealOnScroll
({ children, delay = 0, className, }: { children: ReactNode; delay?: number; className?: string; }
components/common/motion.tsx:52
FunctionRichTextEditor
({ onRichTextEditorChange, defaultValue, }: { onRichTextEditorChange: (value: any) => void; defaultVal
components/common/RichTextEditor.tsx:10
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:43
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/(auth)/layout.tsx:4
FunctionSectionHeading
({ color }: { color: string })
components/common/MiniResumePreview.tsx:30
FunctionSectionVisibility
({ params }: { params: { id: string } })
components/layout/SectionVisibility.tsx:15
FunctionSidebarTemplate
({ formData, themeColor, isEditMode, onSelect, }: { formData: any; themeColor: string; isEditMod
components/layout/my-resume/templates/SidebarTemplate.tsx:7
FunctionSignInPage
()
app/(auth)/sign-in/page.tsx:15
FunctionSignUpPage
()
app/(auth)/sign-up/page.tsx:15
FunctionSkillsForm
({ params }: { params: { id: string } })
components/layout/my-resume/forms/SkillsForm.tsx:26
FunctionSkillsPreview
()
components/layout/my-resume/previews/SkillsPreview.tsx:5
FunctionStaggerContainer
({ children, className, whileInView = false, }: { children: ReactNode; className?: string; whileIn
components/common/motion.tsx:72
FunctionStaggerItem
({ children, className, }: { children: ReactNode; className?: string; })
components/common/motion.tsx:93
FunctionSummaryForm
({ params }: { params: { id: string } })
components/layout/my-resume/forms/SummaryForm.tsx:26
FunctionSummaryPreview
()
components/layout/my-resume/previews/SummaryPreview.tsx:4
FunctionTemplateGlyph
({ template, color, className = "", }: { template: string; color: string; className?: string; })
components/layout/TemplateGlyph.tsx:22
FunctionTemplatePicker
({ params }: { params: { id: string } })
components/layout/TemplatePicker.tsx:16
FunctionThemeColor
({ params }: { params: { id: string } })
components/layout/ThemeColor.tsx:20
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionTopBar
()
components/layout/TopBar.tsx:11
FunctionUserMenu
({ showName = true }: { showName?: boolean })
components/common/UserMenu.tsx:25
FunctionVerifyEmailPage
({ searchParams, }: { searchParams: Promise<{ token?: string }>; })
app/(auth)/verify-email/page.tsx:9
Functionauthorized
({ auth, request: { nextUrl } })
auth.config.ts:33
FunctiondateOrdered
( data: { startDate: string; endDate?: string }, ctx: z.RefinementCtx )
lib/validations/resume.ts:221
FunctiongenerateMetadata
({ params, }: { params: Promise<{ id: string }>; })
app/(root)/resume/[id]/page.tsx:11
FunctiongenerateSummaryFromAI
()
components/layout/my-resume/forms/SummaryForm.tsx:60
FunctiongetCollection
( name: string )
lib/mongodb.ts:53
Functionjwt
({ token, user })
auth.ts:122
FunctiononDelete
()
components/common/ResumeCard.tsx:120
FunctiononRename
( values: z.infer<typeof ResumeNameValidationSchema> )
components/common/ResumeCard.tsx:88
FunctiononReorder
(newVisible: string[])
components/layout/my-resume/templates/BodySections.tsx:161
FunctiononResend
()
app/(auth)/check-email/page.tsx:18
FunctiononSave
()
components/layout/my-resume/forms/SkillsForm.tsx:119
FunctiononSave
(data: z.infer<typeof EducationValidationSchema>)
components/layout/my-resume/forms/EducationForm.tsx:156
FunctiononSave
(data: z.infer<typeof ExperienceValidationSchema>)
components/layout/my-resume/forms/ExperienceForm.tsx:158
FunctiononSave
(data: z.infer<typeof SummaryValidationSchema>)
components/layout/my-resume/forms/SummaryForm.tsx:85
FunctiononSave
(data: z.infer<typeof CustomSectionValidationSchema>)
components/layout/my-resume/forms/CustomSectionsForm.tsx:68
FunctiononSave
( data: z.infer<typeof PersonalDetailValidationSchema> )
components/layout/my-resume/forms/PersonalDetailsForm.tsx:55
FunctiononSubmit
(e: React.FormEvent)
components/common/ChangePasswordDialog.tsx:50
FunctiononSubmit
( values: z.infer<typeof ResumeNameValidationSchema> )
components/common/AddResume.tsx:49
FunctiononSubmit
(e: React.FormEvent)
app/(auth)/reset-password/page.tsx:24
FunctiononSubmit
(e: React.FormEvent)
app/(auth)/sign-up/page.tsx:25
FunctiononSubmit
(e: React.FormEvent)
app/(auth)/forgot-password/page.tsx:16
FunctiononSubmit
(e: React.FormEvent)
app/(auth)/sign-in/page.tsx:23
Functionpage
()
app/(auth)/page.tsx:55
← previousnext →101–200 of 207, ranked by callers