MCPcopy Create free account

hub / github.com/Mina-Massoud/mina-scheduler / functions

Functions311 in github.com/Mina-Massoud/mina-scheduler

↓ 205 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 12 callersFunctionsetOpen
( modal: React.ReactNode, fetchdata?: () => Promise<any>, modalId: string = "default" )
src/providers/modal-context.tsx:37
↓ 8 callersFunctionuseModal
()
src/providers/modal-context.tsx:94
↓ 5 callersFunctionuseScheduler
()
src/providers/schedular-provider.tsx:348
↓ 4 callersFunctionget12HourFormat
(hour: number)
src/components/schedule/_components/add-event-components/select-date.tsx:74
↓ 4 callersFunctionget24HourFormat
(hour: number, period: string)
src/components/schedule/_components/add-event-components/select-date.tsx:84
↓ 4 callersFunctiongetPeriod
(hour: number)
src/components/schedule/_components/add-event-components/select-date.tsx:79
↓ 4 callersFunctionsetClose
(modalId: string = "default")
src/providers/modal-context.tsx:54
↓ 4 callersFunctionuseCarousel
()
src/components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
src/components/ui/form.tsx:45
↓ 4 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:47
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
src/components/ui/chart.tsx:308
↓ 3 callersFunctionhandleOpenChange
(open: boolean)
src/components/ui/custom-modal.tsx:58
↓ 2 callersFunctionformatDate
(date: Date)
src/components/schedule/_components/view/event-component/event-styled.tsx:16
↓ 2 callersFunctiongroupEventsByTimePeriod
(events: Event[] | undefined)
src/components/schedule/_components/view/week/week-view.tsx:232
↓ 2 callersFunctionhandleAddEvent
(selectedDay?: number)
src/components/schedule/_components/view/schedular-view-filteration.tsx:71
↓ 2 callersFunctionhandleAddEventWeek
(dayIndex: number, detailedHour: string)
src/components/schedule/_components/view/week/week-view.tsx:186
↓ 2 callersFunctionhandleEditEvent
(event: Event)
src/components/schedule/_components/view/event-component/event-styled.tsx:82
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:27
↓ 1 callersFunctionbuildOverlapGraph
(events: Event[])
src/components/schedule/_components/view/day/daily-view.tsx:77
↓ 1 callersFunctiondfs
(nodeId: string, component: string[])
src/components/schedule/_components/view/day/daily-view.tsx:105
↓ 1 callersFunctioneventsOverlap
(event1: Event, event2: Event)
src/components/schedule/_components/view/week/week-view.tsx:241
↓ 1 callersFunctioneventsOverlap
(event1: Event, event2: Event)
src/components/schedule/_components/view/day/daily-view.tsx:66
↓ 1 callersFunctionfindConnectedComponents
(graph: Record<string, string[]>, events: Event[])
src/components/schedule/_components/view/day/daily-view.tsx:100
↓ 1 callersFunctionformatTime
(date: Date)
src/components/schedule/_components/view/event-component/event-styled.tsx:28
↓ 1 callersFunctiongetBackgroundColor
(variant: string | undefined)
src/components/schedule/_components/view/event-component/event-styled.tsx:101
↓ 1 callersFunctiongetButtonVariant
(color: string)
src/components/schedule/_modals/add-event-modal.tsx:110
↓ 1 callersFunctiongetEventColor
(variant: Variant)
src/components/schedule/_modals/add-event-modal.tsx:80
↓ 1 callersFunctiongetEventStatus
(color: string)
src/components/schedule/_modals/add-event-modal.tsx:95
↓ 1 callersFunctiongroupEventsByTimePeriod
(events: Event[] | undefined)
src/components/schedule/_components/view/day/daily-view.tsx:57
↓ 1 callersFunctionhandleAddEvent
(selectedDay: number)
src/components/schedule/_components/view/month/month-view.tsx:78
↓ 1 callersFunctionhandleAddEvent
(event?: Event)
src/components/schedule/_components/view/week/week-view.tsx:148
↓ 1 callersFunctionhandleAddEvent
(event?: Event)
src/components/schedule/_components/view/day/daily-view.tsx:208
↓ 1 callersFunctionhandleAddEventDay
(detailedHour: string)
src/components/schedule/_components/view/day/daily-view.tsx:233
↓ 1 callersFunctionhandleShowMoreEvents
(dayEvents: Event[])
src/components/schedule/_components/view/month/month-view.tsx:119
↓ 1 callersFunctionsetCanClose
(modalId: string, value: boolean)
src/providers/modal-context.tsx:71
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.ts:5
FunctionAccordion
({ ...props }: React.ComponentProps<typeof AccordionPrimitive.Root>)
src/components/ui/accordion.tsx:9
FunctionAccordionContent
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Content>)
src/components/ui/accordion.tsx:50
FunctionAccordionItem
({ className, ...props }: React.ComponentProps<typeof AccordionPrimitive.Item>)
src/components/ui/accordion.tsx:15
FunctionAccordionTrigger
({ className, children, ...props }: React.ComponentProps<typeof AccordionPrimitive.Trigger>)
src/components/ui/accordion.tsx:28
FunctionAddEventModal
({ CustomAddEventModal, }: { CustomAddEventModal?: React.FC<{ register: any; errors: any }>; })
src/components/schedule/_modals/add-event-modal.tsx:24
FunctionAlert
({ className, variant, ...props }: React.ComponentProps<"div"> & VariantProps<typeof alertVariants>)
src/components/ui/alert.tsx:22
FunctionAlertDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert.tsx:50
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
src/components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
src/components/ui/alert-dialog.tsx:121
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
src/components/ui/alert-dialog.tsx:133
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
src/components/ui/alert-dialog.tsx:47
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
src/components/ui/alert-dialog.tsx:108
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:79
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert-dialog.tsx:66
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
src/components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
src/components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
src/components/ui/alert-dialog.tsx:95
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
src/components/ui/alert-dialog.tsx:15
FunctionAlertTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/alert.tsx:37
FunctionAspectRatio
({ ...props }: React.ComponentProps<typeof AspectRatioPrimitive.Root>)
src/components/ui/aspect-ratio.tsx:5
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
src/components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
src/components/ui/badge.tsx:28
FunctionBreadcrumb
({ ...props }: React.ComponentProps<"nav">)
src/components/ui/breadcrumb.tsx:7
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:83
FunctionBreadcrumbItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:24
FunctionBreadcrumbLink
({ asChild, className, ...props }: React.ComponentProps<"a"> & { asChild?: boolean })
src/components/ui/breadcrumb.tsx:34
FunctionBreadcrumbList
({ className, ...props }: React.ComponentProps<"ol">)
src/components/ui/breadcrumb.tsx:11
FunctionBreadcrumbPage
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:52
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:65
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
src/components/ui/button.tsx:44
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: React.ComponentProps<typeof DayPicker>)
src/components/ui/calendar.tsx:10
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionCarousel
({ orientation = "horizontal", opts, setApi, plugins, className, children, ...props }: React.Com
src/components/ui/carousel.tsx:45
FunctionCarouselContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/carousel.tsx:135
FunctionCarouselItem
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/carousel.tsx:156
FunctionCarouselNext
({ className, variant = "outline", size = "icon", ...props }: React.ComponentProps<typeof Button>)
src/components/ui/carousel.tsx:204
FunctionCarouselPrevious
({ className, variant = "outline", size = "icon", ...props }: React.ComponentProps<typeof Button>)
src/components/ui/carousel.tsx:174
FunctionChartContainer
({ id, className, children, config, ...props }: React.ComponentProps<"div"> & { config: ChartConfi
src/components/ui/chart.tsx:37
FunctionChartLegendContent
({ className, hideIcon = false, payload, verticalAlign = "bottom", nameKey, }: React.ComponentProps<
src/components/ui/chart.tsx:253
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:72
FunctionChartTooltipContent
({ active, payload, className, indicator = "dot", hideLabel = false, hideIndicator = false, labe
src/components/ui/chart.tsx:107
FunctionCheckbox
({ className, ...props }: React.ComponentProps<typeof CheckboxPrimitive.Root>)
src/components/ui/checkbox.tsx:9
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:11
FunctionCommand
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive>)
src/components/ui/command.tsx:16
FunctionCommandDialog
({ title = "Command Palette", description = "Search for a command to run...", children, ...props }: Re
src/components/ui/command.tsx:32
FunctionCommandEmpty
({ ...props }: React.ComponentProps<typeof CommandPrimitive.Empty>)
src/components/ui/command.tsx:94
FunctionCommandGroup
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Group>)
src/components/ui/command.tsx:106
FunctionCommandInput
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Input>)
src/components/ui/command.tsx:56
FunctionCommandItem
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Item>)
src/components/ui/command.tsx:135
FunctionCommandList
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.List>)
src/components/ui/command.tsx:78
FunctionCommandSeparator
({ className, ...props }: React.ComponentProps<typeof CommandPrimitive.Separator>)
src/components/ui/command.tsx:122
FunctionCommandShortcut
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/command.tsx:151
FunctionContextMenu
({ ...props }: React.ComponentProps<typeof ContextMenuPrimitive.Root>)
src/components/ui/context-menu.tsx:9
next →1–100 of 311, ranked by callers