MCPcopy Create free account

hub / github.com/Axarb/NFTIAI / functions

Functions90 in github.com/Axarb/NFTIAI

↓ 196 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 5 callersFunctiondispatch
(action: Action)
components/ui/use-toast.ts:136
↓ 5 callersFunctiondispatch
(action: Action)
hooks/use-toast.ts:136
↓ 4 callersFunctionuseCarousel
()
components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:44
↓ 4 callersFunctionuseSidebar
()
components/ui/sidebar.tsx:41
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
components/ui/chart.tsx:320
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
components/ui/use-toast.ts:61
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
hooks/use-toast.ts:61
↓ 2 callersFunctionuseChart
()
components/ui/chart.tsx:27
↓ 1 callersFunctionanimateParticles
()
nft-marketplace.tsx:49
↓ 1 callersFunctioncheckMobile
()
components/nft-chat-section.tsx:31
↓ 1 callersFunctioncreateParticles
()
nft-marketplace.tsx:35
↓ 1 callersFunctiondismiss
()
components/ui/use-toast.ts:153
↓ 1 callersFunctiondismiss
()
hooks/use-toast.ts:153
↓ 1 callersFunctiongenId
()
components/ui/use-toast.ts:30
↓ 1 callersFunctiongenId
()
hooks/use-toast.ts:30
↓ 1 callersFunctionhandleSendMessage
()
components/nft-chat.tsx:42
↓ 1 callersFunctionhandleSendMessage
()
components/nft-chat-section.tsx:68
↓ 1 callersFunctionhandleSuggestedQuestion
(question: string)
components/nft-chat.tsx:111
↓ 1 callersFunctionhandleSuggestedQuestion
(question: string)
components/nft-chat-section.tsx:167
↓ 1 callersFunctionreducer
(state: State, action: Action)
components/ui/use-toast.ts:77
↓ 1 callersFunctionreducer
(state: State, action: Action)
hooks/use-toast.ts:77
↓ 1 callersFunctionscrollToBottom
()
components/nft-chat.tsx:28
↓ 1 callersFunctionscrollToBottom
()
components/nft-chat-section.tsx:43
↓ 1 callersFunctionuseIsMobile
()
components/ui/use-mobile.tsx:5
↓ 1 callersFunctionuseToast
()
components/ui/use-toast.ts:174
FunctionAboutPage
()
app/about/page.tsx:5
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:48
FunctionBadge
({ className, variant, ...props }: BadgeProps)
components/ui/badge.tsx:30
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
components/ui/breadcrumb.tsx:91
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
components/ui/breadcrumb.tsx:75
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
components/ui/calendar.tsx:12
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
components/ui/chart.tsx:70
FunctionCommandDialog
({ children, ...props }: DialogProps)
components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/command.tsx:127
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/context-menu.tsx:168
FunctionCreatePage
()
app/create/page.tsx:8
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionExplorePage
()
app/explore/page.tsx:60
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:31
FunctionLayout
({ children, title }: LayoutProps)
components/layout.tsx:13
FunctionMarketplacePage
()
app/marketplace/page.tsx:43
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/menubar.tsx:203
FunctionNFTChat
()
components/nft-chat.tsx:14
FunctionNFTChatSection
()
components/nft-chat-section.tsx:14
FunctionNFTMarketplace
()
nft-marketplace.tsx:8
FunctionPOST
(request: Request)
app/api/chat/route.ts:3
FunctionPage
()
app/page.tsx:5
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
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, }: Readonly<{ children: React.ReactNode }>)
app/layout.tsx:10
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
FunctionSupportPage
()
app/support/page.tsx:41
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme-provider.tsx:9
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionToaster
({ ...props }: ToasterProps)
components/ui/sonner.tsx:8
FunctionhandleContactChange
(e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement>)
app/support/page.tsx:51
FunctionhandleDrag
(e: React.DragEvent)
app/create/page.tsx:28
FunctionhandleDrop
(e: React.DragEvent)
app/create/page.tsx:38
FunctionhandleFileChange
(e: React.ChangeEvent<HTMLInputElement>)
app/create/page.tsx:48
FunctionhandleInputChange
(e: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement | HTMLSelectElement>)
app/create/page.tsx:21
FunctionhandleInputFocus
()
components/nft-chat-section.tsx:147
FunctionhandleKeyDown
(event: KeyboardEvent)
components/ui/sidebar.tsx:101
FunctionhandleKeyPress
(e: React.KeyboardEvent)
components/nft-chat.tsx:95
FunctionhandleKeyPress
(e: React.KeyboardEvent)
components/nft-chat-section.tsx:139
FunctionhandleResize
()
nft-marketplace.tsx:74
FunctionhandleResize
()
components/nft-chat-section.tsx:55
FunctionhandleScroll
()
nft-marketplace.tsx:93
FunctiononChange
()
components/ui/use-mobile.tsx:10
FunctiononChange
()
hooks/use-mobile.tsx:10
Functiontoast
({ ...props }: Toast)
components/ui/use-toast.ts:145
Functiontoast
({ ...props }: Toast)
hooks/use-toast.ts:145
Functionupdate
(props: ToasterToast)
components/ui/use-toast.ts:148
Functionupdate
(props: ToasterToast)
hooks/use-toast.ts:148
FunctionuseIsMobile
()
hooks/use-mobile.tsx:5
FunctionuseToast
()
hooks/use-toast.ts:174