Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gildaciolopes/doctor-schedule
/ functions
Functions
254 in github.com/Gildaciolopes/doctor-schedule
⨍
Functions
254
◇
Types & classes
22
Function
SidebarRail
({ className, ...props }: React.ComponentProps<"button">)
src/components/ui/sidebar.tsx:282
Function
SidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/sidebar.tsx:357
Function
SidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
src/components/ui/sidebar.tsx:256
Function
SignUpForm
()
src/app/authentication/components/sign-up-form.tsx:38
Function
Skeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
Function
StatsCards
({ totalRevenue, totalAppointments, totalPatients, totalDoctors, }: StatsCardsProps)
src/app/(protected)/dashboard/_components/stats-cards.tsx:18
Function
SubscriptionLoading
()
src/app/(protected)/subscription/loading.tsx:12
Function
SubscriptionPage
()
src/app/(protected)/subscription/page.tsx:23
Function
SubscriptionPlan
({ active = false, className, userEmail, }: SubscriptionPlanProps)
src/app/(protected)/subscription/_components/subscription-plan.tsx:19
Function
Table
({ className, ...props }: React.ComponentProps<"table">)
src/components/ui/table.tsx:7
Function
TableBody
({ className, ...props }: React.ComponentProps<"tbody">)
src/components/ui/table.tsx:32
Function
TableCaption
({ className, ...props }: React.ComponentProps<"caption">)
src/components/ui/table.tsx:94
Function
TableCell
({ className, ...props }: React.ComponentProps<"td">)
src/components/ui/table.tsx:81
Function
TableFooter
({ className, ...props }: React.ComponentProps<"tfoot">)
src/components/ui/table.tsx:42
Function
TableHead
({ className, ...props }: React.ComponentProps<"th">)
src/components/ui/table.tsx:68
Function
TableHeader
({ className, ...props }: React.ComponentProps<"thead">)
src/components/ui/table.tsx:22
Function
TableRow
({ className, ...props }: React.ComponentProps<"tr">)
src/components/ui/table.tsx:55
Function
Tabs
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Root>)
src/components/ui/tabs.tsx:8
Function
TabsContent
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Content>)
src/components/ui/tabs.tsx:53
Function
TabsList
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.List>)
src/components/ui/tabs.tsx:21
Function
TabsTrigger
({ className, ...props }: React.ComponentProps<typeof TabsPrimitive.Trigger>)
src/components/ui/tabs.tsx:37
Function
TermsPage
()
src/app/terms/page.tsx:6
Function
Testimonials
()
src/components/testimonials.tsx:30
Function
ThemeProvider
({ children, ...props }: React.ComponentProps<typeof NextThemesProvider>)
src/components/theme-provider.tsx:6
Function
Toaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
Function
Tooltip
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Root>)
src/components/ui/tooltip.tsx:21
Function
TooltipContent
({ className, sideOffset = 0, children, ...props }: React.ComponentProps<typeof TooltipPrimitive.Conte
src/components/ui/tooltip.tsx:37
Function
TooltipProvider
({ delayDuration = 0, ...props }: React.ComponentProps<typeof TooltipPrimitive.Provider>)
src/components/ui/tooltip.tsx:8
Function
TooltipTrigger
({ ...props }: React.ComponentProps<typeof TooltipPrimitive.Trigger>)
src/components/ui/tooltip.tsx:31
Function
TopDoctors
({ doctors }: TopDoctorsProps)
src/app/(protected)/dashboard/_components/top-doctors.tsx:16
Function
TopSpecialties
({ topSpecialties, }: TopSpecialtiesProps)
src/app/(protected)/dashboard/_components/top-specialties.tsx:45
Function
TrialExpiredBanner
({ isDemoUser, demoTrialEndsAt, plan, }: TrialExpiredBannerProps)
src/components/trial-expired-banner.tsx:15
Function
TrialNotification
({ isDemoUser, demoTrialEndsAt, plan, }: TrialNotificationProps)
src/components/trial-notification.tsx:15
Function
UpsertDoctorForm
({ doctor, onSuccess, isOpen, }: UpsertDoctorFormProps)
src/app/(protected)/doctors/_components/upsert-doctor-form.tsx:77
Function
UpsertPatientForm
({ patient, onSuccess, isOpen, }: UpsertPatientFormProps)
src/app/(protected)/patients/_components/upsert-patient-form.tsx:60
Function
WithAuthentication
({ children, mustHavePlan = false, mustHaveClinic = false, }: { children: React.ReactNode; mustHaveP
src/hocs/with-authentication.tsx:11
Function
download
()
src/components/export-button.tsx:33
Function
handleDateSelect
(dateRange: DateRange | undefined)
src/app/(protected)/dashboard/_components/date-picker.tsx:30
Function
handleDeleteAppointmentClick
()
src/app/(protected)/appointments/_components/table-actions.tsx:61
Function
handleDeleteDoctorClick
()
src/app/(protected)/doctors/_components/doctor-card.tsx:57
Function
handleDeletePatientClick
()
src/app/(protected)/patients/_components/table-actions.tsx:48
Function
handleGoogleLogin
()
src/app/authentication/components/login-form.tsx:64
Function
handleGoogleSignUp
()
src/app/authentication/components/sign-up-form.tsx:89
Function
handleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:98
Function
handleSignOut
()
src/app/(protected)/_components/app-sidebar.tsx:64
Function
handleSubmit
()
src/components/contact.tsx:10
Function
handleSubmit
(values: z.infer<typeof loginSchema>)
src/app/authentication/components/login-form.tsx:47
Function
middleware
(request: NextRequest)
src/middleware.ts:5
Function
onChange
()
src/hooks/use-mobile.ts:10
Function
onSubmit
(values: z.infer<typeof formSchema>)
src/app/(protected)/patients/_components/upsert-patient-form.tsx:100
Function
onSubmit
(data: z.infer<typeof clinicFormSchema>)
src/app/(protected)/clinic-form/_components/form.tsx:35
Function
onSubmit
(values: z.infer<typeof formSchema>)
src/app/(protected)/appointments/_components/add-appointment-form.tsx:148
Function
onSubmit
(values: z.infer<typeof formSchema>)
src/app/(protected)/doctors/_components/upsert-doctor-form.tsx:130
Function
onSubmit
(values: z.infer<typeof registerSchema>)
src/app/authentication/components/sign-up-form.tsx:66
← previous
201–254 of 254, ranked by callers