Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Elliott-Chong/normalhuman
/ functions
Functions
170 in github.com/Elliott-Chong/normalhuman
⨍
Functions
170
◇
Types & classes
25
Function
Keyboard
({ keys }: { keys: string[] })
src/app/(auth)/mail/top-account-switcher.tsx:20
Function
LandingPage
()
src/app/page.tsx:9
Function
Mail
({ defaultLayout = [20, 32, 48], defaultCollapsed = false, navCollapsedSize, }: MailProps)
src/app/mail/components/mail.tsx:34
Function
MailPage
()
src/app/mail/index.tsx:4
Function
MenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/menubar.tsx:207
Function
ModeToggle
()
src/components/theme-toggle.tsx:9
Function
Nav
({ links, isCollapsed }: NavProps)
src/app/mail/components/nav.tsx:26
Function
POST
(req: Request)
src/app/api/completion/route.ts:11
Function
POST
(req: NextRequest)
src/app/api/initial-sync/route.ts:9
Function
POST
(req: NextRequest)
src/app/api/aurinko/webhook/route.ts:10
Function
POST
(req: Request)
src/app/api/chat/route.ts:18
Function
POST
(req: Request)
src/app/api/stripe/webhook/route.ts:7
Function
POST
(req: Request)
src/app/api/webhooks/clerk/route.ts:3
Function
Page
()
src/app/sign-up/[[...sign-up]]/page.tsx:3
Function
Page
()
src/app/sign-in/[[...sign-in]]/page.tsx:3
Function
Pagination
({ className, ...props }: React.ComponentProps<"nav">)
src/components/ui/pagination.tsx:11
Function
PaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/pagination.tsx:98
Function
PaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
src/components/ui/pagination.tsx:46
Function
PaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:82
Function
PaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
src/components/ui/pagination.tsx:66
Function
PremiumBanner
()
src/app/mail/components/premium-banner.tsx:9
Function
PrivacyPolicyPage
()
src/app/privacy/page.tsx:3
Function
RenderResults
()
src/app/mail/components/kbar/RenderResult.tsx:4
Function
ReplyBox
()
src/app/mail/components/reply-box.tsx:9
Function
ResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
src/components/ui/resizable.tsx:23
Function
ResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
src/components/ui/resizable.tsx:8
Function
RootLayout
({ children, }: Readonly<{ children: React.ReactNode }>)
src/app/layout.tsx:17
Function
SearchBar
()
src/app/mail/components/search-bar.tsx:12
Function
SearchDisplay
()
src/app/mail/components/search-display.tsx:13
Function
SheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:91
Function
SheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/sheet.tsx:77
Function
SideBar
({ isCollapsed }: Props)
src/app/mail/components/sidebar.tsx:22
Function
Skeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/skeleton.tsx:3
Function
StripeButton
()
src/app/mail/components/stripe-button.tsx:6
Function
TRPCReactProvider
(props: { children: React.ReactNode })
src/trpc/react.tsx:39
Function
TagInput
({ suggestions, defaultValues = [], label, onChange, value })
src/app/mail/components/email-editor/tag-input.tsx:15
Function
TermsOfServicePage
()
src/app/terms-of-service/page.tsx:1
Function
ThemeProvider
({ children, ...props }: ThemeProviderProps)
src/components/theme-provicer.tsx:7
Function
ThreadDisplay
()
src/app/mail/components/thread-display.tsx:54
Function
ThreadList
()
src/app/mail/components/thread-list.tsx:21
Function
TipTapMenuBar
({ editor }: { editor: Editor })
src/app/mail/components/email-editor/menu-bar.tsx:23
Function
Toaster
()
src/components/ui/toaster.tsx:13
Function
Toaster
({ ...props }: ToasterProps)
src/components/ui/sonner.tsx:8
Function
TopAccountSwitcher
()
src/app/(auth)/mail/top-account-switcher.tsx:6
Function
WebhookDebugger
()
src/app/mail/components/webhook-debugger.tsx:19
Function
addAttributes
()
src/app/mail/components/email-editor/extension.ts:17
Function
addKeyboardShortcuts
()
src/app/mail/components/email-editor/index.tsx:64
Function
addNodeView
()
src/app/mail/components/email-editor/extension.ts:39
Method
constructor
(accountId: string)
src/lib/orama.ts:11
Method
constructor
(token: string)
src/lib/account.ts:11
Method
constructor
(quill: Quill, options: any)
src/app/mail/components/copilot-suggestion.tsx:28
Function
errorFormatter
({ shape, error })
src/server/api/trpc.ts:46
Function
generate
(input: string)
src/app/mail/components/action.ts:7
Function
handleClick
()
src/app/mail/components/stripe-button.tsx:15
Function
handleCreateWebhook
()
src/app/mail/components/webhook-debugger.tsx:30
Function
handleEscape
(e: KeyboardEvent)
src/app/mail/components/search-bar.tsx:23
Function
handleKeyDown
(event: KeyboardEvent)
src/app/mail/components/compose-button.tsx:31
Function
handleKeyDown
(event: KeyboardEvent)
src/app/mail/components/email-editor/index.tsx:91
Function
handleSend
(value: string)
src/app/mail/components/compose-button.tsx:47
Function
handler
(req: NextRequest)
src/app/api/trpc/[trpc]/route.ts:18
Function
handler
(event: KeyboardEvent)
src/app/mail/components/kbar/use-vim.tsx:149
Function
handler
(event: KeyboardEvent)
src/app/mail/components/kbar/use-account-switching.tsx:19
Function
main
()
src/lib/orama.ts:82
Function
parseHTML
()
src/app/mail/components/email-editor/extension.ts:25
Function
renderHTML
({ HTMLAttributes })
src/app/mail/components/email-editor/extension.ts:34
Function
toggleTheme
()
src/components/theme-toggle.tsx:12
Function
toggleTheme
()
src/app/mail/components/kbar/use-theme-switching.tsx:7
Function
update
(props: ToasterToast)
src/hooks/use-toast.ts:148
Function
useRefetch
()
src/hooks/use-refetch.ts:3
Method
value
(node: HTMLElement)
src/app/mail/components/copilot-suggestion.tsx:16
← previous
101–170 of 170, ranked by callers