MCPcopy Create free account

hub / github.com/Elliott-Chong/normalhuman / functions

Functions170 in github.com/Elliott-Chong/normalhuman

FunctionKeyboard
({ keys }: { keys: string[] })
src/app/(auth)/mail/top-account-switcher.tsx:20
FunctionLandingPage
()
src/app/page.tsx:9
FunctionMail
({ defaultLayout = [20, 32, 48], defaultCollapsed = false, navCollapsedSize, }: MailProps)
src/app/mail/components/mail.tsx:34
FunctionMailPage
()
src/app/mail/index.tsx:4
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/menubar.tsx:207
FunctionModeToggle
()
src/components/theme-toggle.tsx:9
FunctionNav
({ links, isCollapsed }: NavProps)
src/app/mail/components/nav.tsx:26
FunctionPOST
(req: Request)
src/app/api/completion/route.ts:11
FunctionPOST
(req: NextRequest)
src/app/api/initial-sync/route.ts:9
FunctionPOST
(req: NextRequest)
src/app/api/aurinko/webhook/route.ts:10
FunctionPOST
(req: Request)
src/app/api/chat/route.ts:18
FunctionPOST
(req: Request)
src/app/api/stripe/webhook/route.ts:7
FunctionPOST
(req: Request)
src/app/api/webhooks/clerk/route.ts:3
FunctionPage
()
src/app/sign-up/[[...sign-up]]/page.tsx:3
FunctionPage
()
src/app/sign-in/[[...sign-in]]/page.tsx:3
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:11
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:98
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:46
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:82
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:66
FunctionPremiumBanner
()
src/app/mail/components/premium-banner.tsx:9
FunctionPrivacyPolicyPage
()
src/app/privacy/page.tsx:3
FunctionRenderResults
()
src/app/mail/components/kbar/RenderResult.tsx:4
FunctionReplyBox
()
src/app/mail/components/reply-box.tsx:9
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:8
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
src/app/layout.tsx:17
FunctionSearchBar
()
src/app/mail/components/search-bar.tsx:12
FunctionSearchDisplay
()
src/app/mail/components/search-display.tsx:13
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:77
FunctionSideBar
({ isCollapsed }: Props)
src/app/mail/components/sidebar.tsx:22
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
FunctionStripeButton
()
src/app/mail/components/stripe-button.tsx:6
FunctionTRPCReactProvider
(props: { children: React.ReactNode })
src/trpc/react.tsx:39
FunctionTagInput
({ suggestions, defaultValues = [], label, onChange, value })
src/app/mail/components/email-editor/tag-input.tsx:15
FunctionTermsOfServicePage
()
src/app/terms-of-service/page.tsx:1
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
src/components/theme-provicer.tsx:7
FunctionThreadDisplay
()
src/app/mail/components/thread-display.tsx:54
FunctionThreadList
()
src/app/mail/components/thread-list.tsx:21
FunctionTipTapMenuBar
({ editor }: { editor: Editor })
src/app/mail/components/email-editor/menu-bar.tsx:23
FunctionToaster
()
src/components/ui/toaster.tsx:13
FunctionToaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:8
FunctionTopAccountSwitcher
()
src/app/(auth)/mail/top-account-switcher.tsx:6
FunctionWebhookDebugger
()
src/app/mail/components/webhook-debugger.tsx:19
FunctionaddAttributes
()
src/app/mail/components/email-editor/extension.ts:17
FunctionaddKeyboardShortcuts
()
src/app/mail/components/email-editor/index.tsx:64
FunctionaddNodeView
()
src/app/mail/components/email-editor/extension.ts:39
Methodconstructor
(accountId: string)
src/lib/orama.ts:11
Methodconstructor
(token: string)
src/lib/account.ts:11
Methodconstructor
(quill: Quill, options: any)
src/app/mail/components/copilot-suggestion.tsx:28
FunctionerrorFormatter
({ shape, error })
src/server/api/trpc.ts:46
Functiongenerate
(input: string)
src/app/mail/components/action.ts:7
FunctionhandleClick
()
src/app/mail/components/stripe-button.tsx:15
FunctionhandleCreateWebhook
()
src/app/mail/components/webhook-debugger.tsx:30
FunctionhandleEscape
(e: KeyboardEvent)
src/app/mail/components/search-bar.tsx:23
FunctionhandleKeyDown
(event: KeyboardEvent)
src/app/mail/components/compose-button.tsx:31
FunctionhandleKeyDown
(event: KeyboardEvent)
src/app/mail/components/email-editor/index.tsx:91
FunctionhandleSend
(value: string)
src/app/mail/components/compose-button.tsx:47
Functionhandler
(req: NextRequest)
src/app/api/trpc/[trpc]/route.ts:18
Functionhandler
(event: KeyboardEvent)
src/app/mail/components/kbar/use-vim.tsx:149
Functionhandler
(event: KeyboardEvent)
src/app/mail/components/kbar/use-account-switching.tsx:19
Functionmain
()
src/lib/orama.ts:82
FunctionparseHTML
()
src/app/mail/components/email-editor/extension.ts:25
FunctionrenderHTML
({ HTMLAttributes })
src/app/mail/components/email-editor/extension.ts:34
FunctiontoggleTheme
()
src/components/theme-toggle.tsx:12
FunctiontoggleTheme
()
src/app/mail/components/kbar/use-theme-switching.tsx:7
Functionupdate
(props: ToasterToast)
src/hooks/use-toast.ts:148
FunctionuseRefetch
()
src/hooks/use-refetch.ts:3
Methodvalue
(node: HTMLElement)
src/app/mail/components/copilot-suggestion.tsx:16
← previous101–170 of 170, ranked by callers