MCPcopy Create free account

hub / github.com/Nutlope/self.so / functions

Functions171 in github.com/Nutlope/self.so

FunctionPagination
({ className, ...props }: React.ComponentProps<'nav'>)
components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<'span'>)
components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = 'icon', ...props }: PaginationLinkProps)
components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
components/ui/pagination.tsx:62
FunctionPdf
()
app/(private)/pdf/page.tsx:48
FunctionPdfProcessing
({ userId }: { userId: string })
app/(private)/pdf/page.tsx:9
FunctionPopupSiteLive
({ isOpen, onClose, websiteUrl, }: { isOpen: boolean; onClose: () => void; websiteUrl: string; })
components/PopupSiteLive.tsx:8
FunctionPreview
()
app/(private)/preview/page.tsx:97
FunctionPreviewActionbar
({ initialUsername = '', prefix = 'self.so/', status, onStatusChange, isChangingStatus, }: { initi
components/PreviewActionbar.tsx:12
FunctionPreviewClient
({ messageTip }: { messageTip?: string })
app/(private)/preview/client.tsx:29
FunctionProfilePage
({ params, }: { params: Promise<{ username: string }>; })
app/[username]/page.tsx:47
FunctionReactQueryClientProvider
({ children, }: { children: React.ReactNode; })
components/ReactQueryClientProvider.tsx:6
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
components/ui/resizable.tsx:8
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/layout.tsx:22
FunctionRootLayout
({ children, }: { children: React.ReactNode; })
app/(private)/layout.tsx:5
FunctionSection
({ className, ...props }: BadgeProps)
components/ui/section.tsx:6
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:77
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/skeleton.tsx:3
FunctionSkillField
({ skill, index, onUpdate, onDelete, })
components/resume/editing/SkillField.tsx:10
FunctionSkills
({ skills, className }: SkillsProps)
components/resume/Skills.tsx:16
FunctionSocialButton
({ href, icon: Icon, label }: SocialButtonProps)
components/resume/Header.tsx:20
FunctionSummary
({ summary, className }: AboutProps)
components/resume/Summary.tsx:13
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme-provider.tsx:9
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionToaster
({ ...props }: ToasterProps)
components/ui/sonner.tsx:8
FunctionTopMenu
()
components/TopMenu.tsx:5
FunctionUploadPage
()
app/(private)/upload/page.tsx:3
FunctionUploadPageClient
()
app/(private)/upload/client.tsx:29
FunctionUsernameEditorContent
({ initialUsername, onClose, }: UsernameEditorContentProps)
components/UsernameEditorView.tsx:30
FunctionUsernameEditorView
({ initialUsername, isOpen, onClose, prefix = 'self.so/', }: { initialUsername: string; isOpen: bo
components/UsernameEditorView.tsx:164
FunctionWorkExperience
({ work, }: { work: ResumeDataSchemaType['workExperience']; })
components/resume/WorkExperience.tsx:6
FunctionWorkExperienceField
({ work, index, onUpdate, onDelete, })
components/resume/editing/WorkExperienceField.tsx:25
FunctionXIcon
(props: React.SVGProps<SVGSVGElement>)
components/icons/XIcon.tsx:1
FunctioncheckUsernameAvailability
( username: string )
hooks/useUserActions.tsx:30
FunctionconfirmDiscardChanges
()
app/(private)/preview/client.tsx:79
FunctiondeleteS3File
({ bucket, key, }: { bucket: string; key: string; })
lib/server/deleteS3File.ts:11
FunctiondeleteUser
(opts: { userId?: string; username?: string; })
lib/server/redisActions.ts:170
FunctionfetchResume
()
hooks/useUserActions.tsx:8
FunctionfetchUsername
()
hooks/useUserActions.tsx:19
FunctiongenerateMetadata
({ params, }: { params: Promise<{ username: string }>; })
app/[username]/page.tsx:7
FunctiongetCachedResume
(userId: string)
lib/server/cachedFunctions.ts:20
FunctiongetCachedUser
(userId: string)
lib/server/cachedFunctions.ts:7
FunctiongetResumeContent
(language: ResumeLanguage)
__tests__/sampleResumes.ts:170
FunctionhandleAddSkill
(skillToAdd: string)
components/resume/editing/EditResume.tsx:22
FunctionhandleDeleteResume
()
app/(private)/preview/client.tsx:90
FunctionhandleDiscardChanges
()
app/(private)/preview/client.tsx:74
FunctionhandleEndMonthSelect
(date: Date)
components/ui/date-range-picker.tsx:40
FunctionhandleKeyDown
(event: KeyboardEvent)
components/ui/sidebar.tsx:101
FunctionhandleReset
()
app/(private)/upload/client.tsx:55
FunctionhandleResumeChange
(newResume: ResumeData)
app/(private)/preview/client.tsx:105
FunctionhandleSaveChanges
()
app/(private)/preview/client.tsx:54
FunctionhandleStartMonthSelect
(date: Date)
components/ui/date-range-picker.tsx:33
FunctionhandleStatusChange
()
components/PreviewActionbar.tsx:27
FunctionhandleSubmit
(e: React.FormEvent)
components/resume/editing/AddSkillDialog.tsx:28
FunctionhandleUsernameChange
(e: React.ChangeEvent<HTMLInputElement>)
components/UsernameEditorView.tsx:64
FunctioninternalUsernameUpdate
(newUsername: string)
hooks/useUserActions.tsx:78
FunctionisFileContentBad
(fileContent: string)
lib/server/ai/isFileContentBad.ts:13
FunctiononChange
()
components/ui/use-mobile.tsx:12
FunctiononChange
()
hooks/use-mobile.tsx:12
FunctionprintBenchmarkResults
(results: BenchmarkResult[])
__tests__/benchmarkModels.ts:110
FunctionsaveResumeDataChanges
(newResumeData: ResumeData)
hooks/useUserActions.tsx:165
Functiontoast
({ ...props }: Toast)
components/ui/use-toast.ts:142
Functiontoast
({ ...props }: Toast)
hooks/use-toast.ts:142
Functionupdate
(props: ToasterToast)
components/ui/use-toast.ts:145
Functionupdate
(props: ToasterToast)
hooks/use-toast.ts:145
FunctionuploadFileResume
(file: File)
hooks/useUserActions.tsx:98
FunctionuseIsMobile
()
hooks/use-mobile.tsx:5
FunctionuseToast
()
hooks/use-toast.ts:171
← previous101–171 of 171, ranked by callers