MCPcopy Create free account

hub / github.com/Seif-01/App-design / functions

Functions66 in github.com/Seif-01/App-design

↓ 200 callersFunctioncn
(...inputs: ClassValue[])
src/lib/utils.ts:4
↓ 5 callersFunctiondispatch
(action: Action)
src/hooks/use-toast.ts:128
↓ 4 callersFunctionuseCarousel
()
src/components/ui/carousel.tsx:31
↓ 4 callersFunctionuseFormField
()
src/components/ui/form.tsx:33
↓ 4 callersFunctionuseSidebar
()
src/components/ui/sidebar.tsx:34
↓ 3 callersFunctiongetPayloadConfigFromPayload
(config: ChartConfig, payload: unknown, key: string)
src/components/ui/chart.tsx:278
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
src/hooks/use-toast.ts:55
↓ 2 callersFunctiononChange
()
src/hooks/use-mobile.tsx:10
↓ 2 callersFunctionuseChart
()
src/components/ui/chart.tsx:22
↓ 1 callersFunctiondismiss
()
src/hooks/use-toast.ts:145
↓ 1 callersFunctionformatDate
(date: Date)
src/pages/Home.tsx:21
↓ 1 callersFunctionformatTime
(date: Date)
src/pages/Home.tsx:29
↓ 1 callersFunctiongenId
()
src/hooks/use-toast.ts:24
↓ 1 callersFunctionreducer
(state: State, action: Action)
src/hooks/use-toast.ts:71
↓ 1 callersFunctionuseIsMobile
()
src/hooks/use-mobile.tsx:5
↓ 1 callersFunctionuseToast
()
src/hooks/use-toast.ts:166
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:51
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/alert-dialog.tsx:46
FunctionApp
()
src/App.tsx:12
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:25
FunctionBottomActions
({ onClear, onDownloadAll, hasItems }: BottomActionsProps)
src/components/BottomActions.tsx:9
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/breadcrumb.tsx:69
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
src/components/ui/breadcrumb.tsx:62
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
src/components/ui/calendar.tsx:10
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
src/components/ui/chart.tsx:61
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
src/components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:117
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/context-menu.tsx:157
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:59
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:54
FunctionDownloadItem
({ download, isExpanded = false, onTogglePause, onClick, }: DownloadItemProps)
src/components/DownloadItem.tsx:24
FunctionDownloads
()
src/pages/Downloads.tsx:8
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:6
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:51
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:46
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:158
FunctionFilterTabs
({ activeTab, onChange }: FilterTabsProps)
src/components/FilterTabs.tsx:9
FunctionFloatingActions
()
src/components/FloatingActions.tsx:4
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:20
FunctionHeader
({ title, showBack = false }: HeaderProps)
src/components/Header.tsx:10
FunctionHome
()
src/pages/Home.tsx:7
FunctionIndex
()
src/pages/Index.tsx:3
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/menubar.tsx:185
FunctionNotFound
()
src/pages/NotFound.tsx:4
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:65
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:34
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:57
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:49
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:15
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:6
FunctionSearchBar
({ onSearch }: SearchBarProps)
src/components/SearchBar.tsx:8
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:75
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:70
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
FunctionToaster
()
src/components/ui/toaster.tsx:4
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:6
FunctionhandleClear
()
src/pages/Downloads.tsx:30
FunctionhandleDownloadAll
()
src/pages/Downloads.tsx:34
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:80
FunctionhandleSearch
(url: string)
src/pages/Home.tsx:16
FunctionhandleSelectFolder
()
src/components/Header.tsx:14
FunctionhandleSubmit
(e: React.FormEvent)
src/components/SearchBar.tsx:11
FunctionhandleTogglePause
(id: string)
src/pages/Downloads.tsx:20
Functiontoast
({ ...props }: Toast)
src/hooks/use-toast.ts:137
Functionupdate
(props: ToasterToast)
src/hooks/use-toast.ts:140