MCPcopy Create free account

hub / github.com/Gildaciolopes/doctor-schedule / functions

Functions254 in github.com/Gildaciolopes/doctor-schedule

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
FunctionSignUpForm
()
src/app/authentication/components/sign-up-form.tsx:38
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
FunctionStatsCards
({ totalRevenue, totalAppointments, totalPatients, totalDoctors, }: StatsCardsProps)
src/app/(protected)/dashboard/_components/stats-cards.tsx:18
FunctionSubscriptionLoading
()
src/app/(protected)/subscription/loading.tsx:12
FunctionSubscriptionPage
()
src/app/(protected)/subscription/page.tsx:23
FunctionSubscriptionPlan
({ active = false, className, userEmail, }: SubscriptionPlanProps)
src/app/(protected)/subscription/_components/subscription-plan.tsx:19
FunctionTable
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
FunctionTableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
FunctionTableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
FunctionTableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
FunctionTableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
FunctionTableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
FunctionTableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
FunctionTableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
FunctionTabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:8
FunctionTabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:53
FunctionTabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
src/components/ui/tabs.tsx:21
FunctionTabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:37
FunctionTermsPage
()
src/app/terms/page.tsx:6
FunctionTestimonials
()
src/components/testimonials.tsx:30
FunctionThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
src/components/theme-provider.tsx:6
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
FunctionTooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:21
FunctionTooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:37
FunctionTooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:8
FunctionTooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:31
FunctionTopDoctors
({ doctors }: TopDoctorsProps)
src/app/(protected)/dashboard/_components/top-doctors.tsx:16
FunctionTopSpecialties
({ topSpecialties, }: TopSpecialtiesProps)
src/app/(protected)/dashboard/_components/top-specialties.tsx:45
FunctionTrialExpiredBanner
({ isDemoUser, demoTrialEndsAt, plan, }: TrialExpiredBannerProps)
src/components/trial-expired-banner.tsx:15
FunctionTrialNotification
({ isDemoUser, demoTrialEndsAt, plan, }: TrialNotificationProps)
src/components/trial-notification.tsx:15
FunctionUpsertDoctorForm
({ doctor, onSuccess, isOpen, }: UpsertDoctorFormProps)
src/app/(protected)/doctors/_components/upsert-doctor-form.tsx:77
FunctionUpsertPatientForm
({ patient, onSuccess, isOpen, }: UpsertPatientFormProps)
src/app/(protected)/patients/_components/upsert-patient-form.tsx:60
FunctionWithAuthentication
({ children, mustHavePlan = false, mustHaveClinic = false, }: { children: React.ReactNode; mustHaveP
src/hocs/with-authentication.tsx:11
Functiondownload
()
src/components/export-button.tsx:33
FunctionhandleDateSelect
(dateRange: DateRange | undefined)
src/app/(protected)/dashboard/_components/date-picker.tsx:30
FunctionhandleDeleteAppointmentClick
()
src/app/(protected)/appointments/_components/table-actions.tsx:61
FunctionhandleDeleteDoctorClick
()
src/app/(protected)/doctors/_components/doctor-card.tsx:57
FunctionhandleDeletePatientClick
()
src/app/(protected)/patients/_components/table-actions.tsx:48
FunctionhandleGoogleLogin
()
src/app/authentication/components/login-form.tsx:64
FunctionhandleGoogleSignUp
()
src/app/authentication/components/sign-up-form.tsx:89
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:98
FunctionhandleSignOut
()
src/app/(protected)/_components/app-sidebar.tsx:64
FunctionhandleSubmit
()
src/components/contact.tsx:10
FunctionhandleSubmit
(values: z.infer<typeof loginSchema>)
src/app/authentication/components/login-form.tsx:47
Functionmiddleware
(request: NextRequest)
src/middleware.ts:5
FunctiononChange
()
src/hooks/use-mobile.ts:10
FunctiononSubmit
(values: z.infer<typeof formSchema>)
src/app/(protected)/patients/_components/upsert-patient-form.tsx:100
FunctiononSubmit
(data: z.infer<typeof clinicFormSchema>)
src/app/(protected)/clinic-form/_components/form.tsx:35
FunctiononSubmit
(values: z.infer<typeof formSchema>)
src/app/(protected)/appointments/_components/add-appointment-form.tsx:148
FunctiononSubmit
(values: z.infer<typeof formSchema>)
src/app/(protected)/doctors/_components/upsert-doctor-form.tsx:130
FunctiononSubmit
(values: z.infer<typeof registerSchema>)
src/app/authentication/components/sign-up-form.tsx:66
← previous201–254 of 254, ranked by callers