MCPcopy Create free account

hub / github.com/buka-studio/echotab / functions

Functions996 in github.com/buka-studio/echotab

FunctionFeaturesCarousel
()
apps/web/src/app/components/FeaturesCarousel.tsx:23
FunctionFeedbackPage
()
apps/extension/src/Settings/FeedbackPage.tsx:4
FunctionFeedbackVisual
({ style, className, ...props }: ComponentProps<typeof motion.div> & { illustration?: React.ReactNode })
apps/extension/src/Settings/FeedbackVisual.tsx:7
FunctionField
({ className, orientation = "vertical", ...props }: React.ComponentProps<"div"> & VariantProps<typeof fi
packages/ui/src/Field.tsx:78
FunctionFieldContent
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Field.tsx:94
FunctionFieldDescription
({ className, ...props }: React.ComponentProps<"p">)
packages/ui/src/Field.tsx:132
FunctionFieldError
({ className, children, errors, ...props }: React.ComponentProps<"div"> & { errors?: Array<{ message
packages/ui/src/Field.tsx:175
FunctionFieldGroup
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Field.tsx:44
FunctionFieldLabel
({ className, ...props }: React.ComponentProps<typeof Label>)
packages/ui/src/Field.tsx:104
FunctionFieldLegend
({ className, variant = "legend", ...props }: React.ComponentProps<"legend"> & { variant?: "legend" | "l
packages/ui/src/Field.tsx:24
FunctionFieldSeparator
({ children, className, ...props }: React.ComponentProps<"div"> & { children?: React.ReactNode; })
packages/ui/src/Field.tsx:147
FunctionFieldSet
({ className, ...props }: React.ComponentProps<"fieldset">)
packages/ui/src/Field.tsx:10
FunctionFieldTitle
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/Field.tsx:119
FunctionFileUpload
({ defaultValue, value: controlledValue, onChange, onReject, accept, maxFiles, maxSize, disabl
packages/ui/src/FileUpload.tsx:125
FunctionFileUploadDropzone
({ children, asChild, className, ref, ...props }: FileUploadDropzoneProps)
packages/ui/src/FileUpload.tsx:337
FunctionFileUploadDropzoneOutline
({ isAnimating = false, className = "", strokeWidth = 1, dashLength = 4, gapLength = 4, speed = 40
packages/ui/src/FileUpload.tsx:284
FunctionFileUploadItem
({ children, className, asChild, file, ...props }: React.ComponentPropsWithoutRef<"li"> & { file:
packages/ui/src/FileUpload.tsx:593
FunctionFileUploadItemDelete
({ children, className, asChild, ...props }: React.ComponentProps<"button"> & { asChild?: boolean })
packages/ui/src/FileUpload.tsx:694
FunctionFileUploadItemMetadata
({ className, unit = "MB", ...props }: React.ComponentPropsWithoutRef<"div"> & { unit?: "MB" | "KB" })
packages/ui/src/FileUpload.tsx:665
FunctionFileUploadItemPreview
({ className, children, ...props }: React.ComponentPropsWithoutRef<"div">)
packages/ui/src/FileUpload.tsx:624
FunctionFileUploadList
({ className, children, asChild, ...props }: React.ComponentPropsWithoutRef<"ul"> & { asChild?: boolea
packages/ui/src/FileUpload.tsx:575
FunctionFileUploadTrigger
(props: FileUploadTriggerProps)
packages/ui/src/FileUpload.tsx:530
FunctionFilterTagChips
({ filter, onRemoveKeyword, onRemoveTag }: Props)
apps/extension/src/components/FilterTagChips.tsx:13
FunctionFooter
()
apps/web/src/app/page.tsx:40
FunctionGET
(req: Request)
apps/web/src/app/api/lists/me/route.ts:4
FunctionGET
(req: Request, context: Context)
apps/web/src/app/api/lists/[listId]/route.ts:12
FunctionGET
(req: Request)
apps/web/src/app/api/status/route.ts:3
FunctionGET
(_req: Request, context: Context)
apps/web/src/app/og/[listId]/route.ts:13
FunctionGlowOutline
({ speed = 1, width = 1, radius = 8, className, }: { speed?: number; width?: number; radius?: nu
packages/ui/src/GlowOutline.tsx:7
FunctionGridBackground
({ n = 200, className, ...props }: ComponentProps<"svg"> & { n?: number })
apps/extension/src/Curate/GridBackground.tsx:5
FunctionHeader
({ children, bookmarked = true, className, }: { children: ReactNode; bookmarked?: boolean; classNa
apps/extension/src/Curate/CurateCard/CurateCard.tsx:11
FunctionHeaderCTA
()
apps/web/src/app/collections/HeaderCTA.tsx:5
FunctionHeaderUrl
({ children, className }: { children: ReactNode; className?: string })
apps/extension/src/Widget/Widget.tsx:23
FunctionHeaderUrl
({ children, className, right, }: { children: ReactNode; className?: string; right?: ReactNode; })
apps/extension/src/Curate/CurateCard/CurateCard.tsx:43
FunctionHeading
({ className }: { className?: string })
apps/web/src/app/page.tsx:12
FunctionHero
()
apps/web/src/app/Hero/Hero.tsx:70
FunctionHome
()
apps/web/src/app/page.tsx:58
FunctionHoverCard
({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Root>)
packages/ui/src/HoverCard.tsx:8
FunctionHoverCardContent
({ className, align = "center", sideOffset = 4, ...props }: React.ComponentProps<typeof HoverCardPrimi
packages/ui/src/HoverCard.tsx:16
FunctionHoverCardTrigger
({ ...props }: React.ComponentProps<typeof HoverCardPrimitive.Trigger>)
packages/ui/src/HoverCard.tsx:12
FunctionIllustration
({ ...props }: SVGProps<SVGSVGElement>)
apps/extension/src/Bookmarks/Lists/Illustration.tsx:5
FunctionInfoDescription
({ tab, className, preload, scope = "page", }: { tab: TabLike; className?: string; preload?: boo
apps/extension/src/components/TabInfoPreview.tsx:149
FunctionInfoTabTrigger
({ className, children, ...props }: ComponentProps<typeof TabsTrigger>)
apps/extension/src/components/TabInfoPreview.tsx:293
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
packages/ui/src/Input.tsx:5
FunctionInputGroup
({ className, ...props }: React.ComponentProps<"div">)
packages/ui/src/InputGroup.tsx:11
FunctionInputGroupAddon
({ className, align = "inline-start", ...props }: React.ComponentProps<"div"> & VariantProps<typeof inpu
packages/ui/src/InputGroup.tsx:58
FunctionInputGroupButton
({ className, type = "button", variant = "ghost", size = "xs", ...props }: Omit<React.ComponentProps
packages/ui/src/InputGroup.tsx:94
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<"input">)
packages/ui/src/InputGroup.tsx:125
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<"span">)
packages/ui/src/InputGroup.tsx:113
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
packages/ui/src/InputGroup.tsx:138
FunctionInstallButton
({ children, className, }: { children: ReactNode; className?: string; })
apps/web/src/app/components/InstallButton.tsx:4
FunctionInvalidator
({ onUpdate, fadeInMs = 2000, }: { onUpdate?: Subscribable; fadeInMs?: number; })
apps/web/src/app/Hero/GenieTabs/Warp.tsx:207
FunctionItem
({ children }: { children: ReactNode })
apps/web/src/app/FeaturesCarousel.tsx:29
FunctionItemGrid
({ items, className, children, }: Props<T>)
apps/extension/src/Bookmarks/ItemGrid.tsx:25
FunctionItemListPlaceholder
({ children, className, layout = "list", variant = "diagonal", count = 6, }: { children?: ReactNod
apps/extension/src/components/ItemListPlaceholder/ItemListPlaceholder.tsx:27
FunctionItemListPlaceholderCopy
({ title, subtitle, }: { title: ReactNode; subtitle: ReactNode; })
apps/extension/src/components/ItemListPlaceholder/ItemListPlaceholder.tsx:10
FunctionJumbo
({ tab, className }: { tab: SavedTab; className?: string })
apps/extension/src/Curate/CurateCard/CurateCard.tsx:67
FunctionKeyboardShortcut
({ className, children, }: { className?: string; children?: React.ReactNode; })
apps/extension/src/components/KeyboardShortcut.tsx:3
FunctionKeyboardShortcutKey
({ children, className, }: { children: React.ReactNode; className?: string; })
apps/extension/src/components/KeyboardShortcut.tsx:13
FunctionKeyboardShortcuts
({ className }: { className?: string })
apps/extension/src/Shortcuts/KeyboardShortcuts.tsx:34
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
packages/ui/src/Label.tsx:8
FunctionLayout
({ children }: { children: ReactNode })
apps/web/src/app/collections/layout.tsx:7
FunctionLayout
({ children }: Props)
apps/extension/src/Layout.tsx:7
FunctionLayoutSidebarPortal
({ children }: { children: React.ReactNode })
apps/extension/src/LayoutSidebarPortal.tsx:3
FunctionLength
(length)
apps/extension/scripts/remToPxCss.ts:35
FunctionLinkDecoratorPlugin
()
apps/web/src/app/collections/[listId]/RichTextRenderer.tsx:22
FunctionListContent
({ content }: { content: string })
apps/web/src/app/collections/[listId]/ListContent.tsx:6
FunctionListContextProvider
({ children, links = [] }: { children: ReactNode; links?: PublicLink[] })
apps/web/src/app/collections/[listId]/ListContext.tsx:22
FunctionListDeleteDialog
({ list, children, publicList }: Props)
apps/extension/src/Bookmarks/Lists/ListDeleteDialog.tsx:29
FunctionListExitPlugin
()
packages/ui/src/RichEditor/plugins/ListExitPlugin.tsx:12
FunctionListFormDialog
({ list, defaultLinks, trigger, className, children, onSubmit, ...props }: Props)
apps/extension/src/Bookmarks/Lists/ListFormDialog.tsx:113
FunctionListItem
({ list, publicList, className, ref, ...props }: Props)
apps/extension/src/Bookmarks/Lists/ListItem.tsx:91
FunctionListLinkItem
({ link, index }: { link: PublicLink, index: number })
apps/web/src/app/collections/[listId]/ListLinkItem.tsx:21
FunctionListMenu
({ list, publicList }: { list: List; publicList?: UserList })
apps/extension/src/Bookmarks/Lists/ListItem.tsx:30
FunctionListPublishDialog
({ list, children, publicList }: Props)
apps/extension/src/Bookmarks/Lists/ListPublishDialog.tsx:31
FunctionListViewLogger
({ listId }: { listId: string })
apps/web/src/app/collections/[listId]/ListViewLogger.tsx:5
FunctionLists
()
apps/extension/src/Bookmarks/Lists/Lists.tsx:19
FunctionLogo
({ ...props })
packages/ui/src/Logo.tsx:1
FunctionMentionToLinkPlugin
()
apps/web/src/app/collections/[listId]/RichTextRenderer.tsx:54
FunctionMentionsLookupServiceProvider
({ children, service, }: { children: React.ReactNode; service: { search: (string: string, callback: (r
packages/ui/src/RichEditor/plugins/MentionsPlugin.tsx:88
FunctionMentionsPlugin
({ onMentionsChange }: Props)
packages/ui/src/RichEditor/plugins/MentionsPlugin.tsx:214
FunctionMentionsPopoverPlugin
({ children, }: { children: (props: { mention: string }) => React.ReactNode; })
packages/ui/src/RichEditor/plugins/MentionsPopoverPlugin.tsx:9
FunctionMentionsTypeaheadMenuItem
({ index, isSelected, onClick, onMouseEnter, option, className, }: ItemProps & { className?: strin
packages/ui/src/RichEditor/plugins/MentionsPlugin.tsx:176
FunctionMiscPage
()
apps/extension/src/Settings/MiscPage.tsx:21
FunctionMobileBottomBar
({ children, className, }: { children?: React.ReactNode; className?: string; })
apps/extension/src/components/MobileBottomBar.tsx:5
FunctionMobileBottomBarPortal
({ children }: { children: React.ReactNode })
apps/extension/src/components/MobileBottomBar.tsx:24
FunctionModeToggle
()
apps/web/src/app/Hero/ThemeSwitch.tsx:13
FunctionNavMenu
()
apps/extension/src/NavMenu.tsx:26
FunctionNumberNotificationBadge
({ value, className, show, children, ...props }: NumberNotificationBadgeProps)
apps/extension/src/components/NumberNotificationBadge.tsx:11
FunctionOGImage
({ tab, preload, className, scope = "page", }: { tab: TabLike; preload?: boolean; className?: st
apps/extension/src/components/TabInfoPreview.tsx:83
FunctionOnClose
({ callback }: { callback: () => void })
apps/extension/src/components/TabCommand.tsx:29
FunctionOnboardingDialog
()
apps/extension/src/Onboarding/OnboardingDialog.tsx:269
FunctionOpenLinksButton
({ links, className, children, ...props }: { links: PublicLink[] } & ComponentProps<typeof Button>)
apps/web/src/app/collections/[listId]/OpenLinksButton.tsx:17
FunctionOpenSourceCard
({ className, ...props }: ComponentProps<"div">)
apps/web/src/app/components/bento/OpenSourceCard.tsx:11
FunctionOrganizeStep
({ selectedTagIndices, onToggleTag, ref, }: { selectedTagIndices: Set<number>; onToggleTag: (i: numb
apps/extension/src/Onboarding/OnboardingDialog.tsx:161
FunctionPATCH
(req: Request, context: Context)
apps/web/src/app/api/lists/[listId]/route.ts:32
FunctionPCVisual
( props: ComponentProps<typeof motion.svg> & { illustration?: React.ReactNode }, )
apps/web/src/app/collections/[listId]/PCVisual.tsx:8
FunctionPCVisual
( props: ComponentProps<typeof motion.svg> & { illustration?: React.ReactNode }, )
apps/extension/src/Curate/PCVisual/PCVisual.tsx:6
FunctionPOST
(req: Request)
apps/web/src/app/api/lists/route.ts:6
FunctionPOST
(req: Request)
apps/web/src/app/api/lists/me/unpublish/route.ts:4
← previousnext →501–600 of 996, ranked by callers