MCPcopy Create free account

hub / github.com/Linen-dev/linen.dev / functions

Functions2,204 in github.com/Linen-dev/linen.dev

FunctionAddCommunityLink
({ onClick }: Props)
apps/web/ui/NavBar/Desktop/AddCommunityLink/index.tsx:10
FunctionAddThreadModal
({ communityId, currentUser, currentChannel, channels = [], open, close, onSend, uploadFiles,
apps/web/ui/AddThreadModal/index.tsx:55
FunctionAlert
({ className, type, children }: Props)
apps/web/ui/Alert/index.tsx:24
FunctionAnalyticsGroup
({ currentUser, currentUrl, permissions, paths, Link, }: Props)
apps/web/ui/NavBar/Desktop/AnalyticsGroup/index.tsx:16
FunctionAnonymizeCard
({ currentCommunity, api }: Props)
apps/web/ui/ConfigurationsView/AnonymizeUsersRow/index.tsx:14
FunctionApp
(props: AppProps)
apps/web/pages/_app.tsx:19
FunctionAttachment
({ attachment }: Props)
apps/web/ui/Message/Attachments/Attachment/index.tsx:10
FunctionAttachments
({ attachments, onLoad, onImageClick, isBot }: Props)
apps/web/ui/Message/Attachments/index.tsx:15
FunctionAutocomplete
({ className, brandColor, fetch, onSelect = (any) => {}, renderSuggestion = (any, active) => null,
apps/web/ui/Autocomplete/index.tsx:12
FunctionAvatar
({ className, src, text = 'u', size, shadow, placeholder, active, isBot, onClick, }: Props &
apps/web/ui/Avatar/index.tsx:97
FunctionAvatarField
({ uploading, user, progress, onChange, }: Props)
apps/web/ui/ProfileForm/AvatarField/index.tsx:17
FunctionAvatars
({ users, size, placeholder, isBot }: Props)
apps/web/ui/Avatars/index.tsx:18
FunctionBadge
({ className, children, type, onClick }: Props)
apps/web/ui/Badge/index.tsx:12
FunctionBanner
({ InternalLink }: Props)
apps/web/ui/BrandingView/Banner/index.tsx:9
FunctionBlankLayout
({ className, children }: Props)
apps/web/ui/BlankLayout/index.tsx:8
FunctionBlockCode
({ value, language, placeholder }: Props)
apps/web/ui/Message/BlockCode/index.tsx:28
FunctionBotPage
()
apps/web/pages/bot.tsx:3
FunctionBranding
({ channels, communities: initialCommunities, currentCommunity: initialCommunity, permissions, setti
apps/web/components/Pages/Branding/index.tsx:25
FunctionBrandingView
({ reload, api, currentCommunity, setCurrentCommunity, setCommunities, InternalLink, }: { reload
apps/web/ui/BrandingView/index.tsx:23
FunctionBreadcrumb
({ thread, settings, isSubDomainRouting, }: { thread: SerializedThread; settings: Settings; isSubD
apps/web/ui/ThreadView/Content/Breadcrumb/index.tsx:7
FunctionButton
({ className, type, block, children, onClick, disabled = false, color = 'blue', rounded = 'lg'
apps/web/ui/Button/index.tsx:29
FunctionButtonGroup
({ className, children }: Props)
apps/web/ui/ButtonGroup/index.tsx:10
FunctionButtonToggle
({ className, value, options, onChange, }: Props)
apps/web/ui/ButtonToggle/index.tsx:19
FunctionCard
({ children, readOnly = false, className = '', }: { children: React.ReactNode; readOnly?: boolean;
apps/web/ui/BrandingView/PremiumCard/index.tsx:5
FunctionCard
({ className, size, children }: Props)
apps/web/ui/Card/index.tsx:11
FunctionCard
({ active, title, description, price, period, children, }: Props)
apps/web/ui/Tiers/Card/index.tsx:15
FunctionCardLayout
({ size, header, children }: Props)
apps/web/ui/CardLayout/index.tsx:12
FunctionChannel
(props: ChannelProps)
apps/web/components/Pages/Channel/index.tsx:28
FunctionChannel
({ value }: Props)
apps/web/ui/Message/Channel/index.tsx:7
FunctionChannel
({ threads, pinnedThreads, currentChannel, currentCommunity, settings, channelName, isSubDomainR
apps/web/ui/ChannelView/ForumView/index.tsx:143
FunctionChannel
({ threads, pinnedThreads, currentChannel, currentCommunity, settings, channelName, isSubDomainR
apps/web/ui/ChannelView/ChatView/index.tsx:142
FunctionChannel
({ threads, topics, pinnedThreads, currentChannel, currentCommunity, settings, channelName, is
apps/web/ui/ChannelView/TopicView/index.tsx:139
FunctionChannelForBots
({ threads, settings, isSubDomainRouting, currentChannel, currentCommunity, pathCursor, channels
apps/web/components/Bots/ChannelForBots/index.tsx:13
FunctionChannelView
({ threads, topics, pinnedThreads: initialPinnedThreads, currentChannel: initialChannel, currentComm
apps/web/ui/ChannelView/index.tsx:31
FunctionChannelsConfig
({ currentCommunity, api }: Props)
apps/web/ui/ConfigurationsView/ChannelsConfig/index.tsx:13
FunctionChannelsGroup
({ channelName, channels, currentUser, currentCommunity, highlights, mode, threads, topics,
apps/web/ui/NavBar/Desktop/ChannelsGroup/index.tsx:74
FunctionChannelsPage
({ channels: initialChannels, currentCommunity, communities, settings, counts, permissions, isSu
apps/web/components/Pages/Channels/index.tsx:30
FunctionChannelsView
({ currentCommunity, channels, setChannels, api, counts, }: Props)
apps/web/ui/ChannelsView/index.tsx:39
FunctionChat
({ channel, currentUser, progress, uploading, uploads, onDrop, sendMessage, uploadFiles, fet
apps/web/ui/ChannelView/Chat/index.tsx:54
FunctionChatLayout
({ className, content, footer, onDrop }: Props)
apps/web/ui/ChatLayout/index.tsx:12
FunctionCheckbox
({ className, checked, onChange }: Props)
apps/web/ui/Checkbox/index.tsx:11
FunctionCode
({ className, content, language, highlight, inline, block, }: Props)
apps/web/ui/Code/index.tsx:15
FunctionColorField
({ label, id, defaultValue, required, disabled = false, readOnly = false, onChange, }: Props)
apps/web/ui/ColorField/index.tsx:16
FunctionColorInput
({ id, defaultValue, required, disabled = false, readOnly = false, onChange, }: Props)
apps/web/ui/ColorInput/index.tsx:13
FunctionCommunities
({ communities }: Props)
apps/web/pages/communities/index.tsx:67
FunctionCommunitiesList
({ communities, query, }: { communities: SerializedAccount[]; query: string; })
apps/web/pages/communities/index.tsx:19
FunctionCommunityButton
({ onClick, communityType, iconSize = '25', label = 'Connect to', fontSize = 'text-base', }: Communi
apps/web/ui/CommunityButton/index.tsx:16
FunctionCommunityCard
({ url, brandColor, logoUrl, }: { url: string; communityName: string; description: string; brand
apps/web/pages/index.tsx:362
FunctionCommunityCard
({ className, community, }: { className?: string; community: SerializedAccount; })
apps/web/ui/CommunityCard/index.tsx:9
FunctionCommunityChatRow
({ chat: initialChat, onChange, }: Props)
apps/web/ui/ConfigurationsView/CommunityChatRow/index.tsx:36
FunctionCommunityIcon
({ community }: Props)
apps/web/ui/CommunityIcon/index.tsx:18
FunctionCommunityIntegration
({ currentCommunity, api, }: { currentCommunity: SerializedAccount; api: ApiClient; })
apps/web/ui/ConfigurationsView/CommunityIntegrationRow/index.tsx:43
FunctionCommunityLink
({ className, community, onClick, getHomeUrl, selected, CustomLink, }: Props)
apps/web/ui/CommunityLink/index.tsx:22
FunctionCommunityTypeRow
({ type: initialType, disabled, onChange, }: Props)
apps/web/ui/ConfigurationsView/CommunityTypeRow/index.tsx:32
FunctionComponent
({ className, src, height: initialHeight, width: initialWidth, alt, onLoad, onClick, isBot, }:
apps/web/ui/Image/index.tsx:20
FunctionConfigurationsPage
({ channels, currentCommunity, communities, settings, permissions, isSubDomainRouting, dms, }: P
apps/web/components/Pages/Configurations/index.tsx:23
FunctionConfigurationsView
({ currentCommunity, api, }: { currentCommunity: SerializedAccount; api: ApiClient; })
apps/web/ui/ConfigurationsView/index.tsx:16
FunctionConfirmationModal
({ open, close, onConfirm, title, description, confirm, cancel, }: Props)
apps/web/ui/ConfirmationModal/index.tsx:17
FunctionContainer
({ className, children }: Props)
apps/web/ui/Container/index.tsx:10
FunctionContent
({ thread: initialThread, currentChannel, currentCommunity, isBot, isSubDomainRouting, settings,
apps/web/ui/ThreadView/Content/index.tsx:35
FunctionContextMenu
({ top, left, items, context, }: { top: number; left: number; items: { label: string; on
apps/web/ui/ContextMenu/index.tsx:31
FunctionCopyToClipboardIcon
({ getText }: Props)
apps/web/ui/CopyToClipboardIcon/index.tsx:10
FunctionCreateCommunity
(props: any)
apps/web/pages/getting-started/index.tsx:9
FunctionCustomLink
({ isSubDomainRouting, path, communityName, communityType, ...props }: any)
apps/web/components/Link/CustomLink.tsx:4
MethodCustomRouterPush
({ path }: { path: string })
apps/web/ui/NavBar/index.tsx:42
MethodCustomRouterPush
({ path }: { path: string })
apps/web/ui/NavBar/Desktop/index.tsx:70
MethodCustomRouterPush
({ path }: { path: string })
apps/web/ui/NavBar/Desktop/ChannelsGroup/index.tsx:61
MethodCustomRouterPush
({ path }: { path: string })
apps/web/ui/FindChannelModal/index.tsx:24
MethodCustomRouterPush
({ path }: { path: string })
apps/web/ui/NewChannelModal/index.tsx:29
FunctionCustomTableRowLink
({ isSubDomainRouting, path, communityName, communityType, ...props }: any)
apps/web/components/Link/CustomTableRowLink.tsx:4
FunctionDMs
({ permissions, dms: initialDms, channelName, highlights, debouncedUpdateReadStatus, setHighlights
apps/web/ui/NavBar/Desktop/DMs/index.tsx:41
FunctionDefaultLoadingIcon
({ classNames }: IconProps)
apps/web/ui/Typesense/ui/SearchBox/index.tsx:110
FunctionDefaultResetIcon
({ classNames }: IconProps)
apps/web/ui/Typesense/ui/SearchBox/index.tsx:96
FunctionDefaultSubmitIcon
({ classNames }: IconProps)
apps/web/ui/Typesense/ui/SearchBox/index.tsx:82
FunctionDeleteModal
({ open, setOpen, communityName, setCommunityName, currentCommunity, onRemoveConfirm, }: { open:
apps/web/ui/ConfigurationsView/RemoveCommunity/index.tsx:70
FunctionDescription
({ children }: { children: React.ReactNode })
apps/web/ui/Label/index.tsx:20
FunctionDescription
({ thread }: Props)
apps/web/ui/UserMessage/Summary/Description/index.tsx:10
FunctionDesktopNavBar
({ mode, currentCommunity, currentChannel, channelName, channels, communities, permissions, dm
apps/web/ui/NavBar/Desktop/index.tsx:85
FunctionDiscordIcon
({ size = '14px', style = {}, color = '#5865F2', })
apps/web/ui/DiscordIcon/index.tsx:3
FunctionDiscordSync
({ open, close, api, accountId, }: { open: boolean; close(): void; api: ApiClient; accountId:
apps/web/ui/ConfigurationsView/CommunityIntegrationRow/index.tsx:231
FunctionDomainStatus
({ currentCommunity, api, dnsSettings, }: { currentCommunity: SerializedAccount; api: ApiClient; d
apps/web/ui/BrandingView/index.tsx:382
FunctionDots
()
apps/web/ui/PaginationNumbers/index.tsx:64
FunctionDraggable
({ id, className, draggable, source, children, }: Props)
apps/web/ui/Actions/Draggable/index.tsx:14
FunctionDroppable
({ id, className, children, onClick, onDrop, }: Props)
apps/web/ui/Row/Droppable/index.tsx:23
FunctionESCAPE_REPLACER
(t: string)
apps/web/utilities/seo/utils/toJson.tsx:43
FunctionEditChannelModal
({ open, close, channel, currentCommunity, api, }: Props)
apps/web/ui/EditChannelModal/index.tsx:30
FunctionEditMessageModal
({ communityId, currentUser, currentMessage, open, close, onSend, uploadFiles, progress, upl
apps/web/ui/EditMessageModal/index.tsx:34
FunctionEditThreadModal
({ communityId, currentUser, currentThread, open, close, onSend, uploadFiles, progress, uplo
apps/web/ui/EditThreadModal/index.tsx:35
FunctionEmailField
({ id, className, label, required, value, defaultValue, placeholder, onChange, }: Props)
apps/web/ui/EmailField/index.tsx:15
FunctionEmoji
({ text }: Props)
apps/web/ui/Message/Emoji/index.tsx:34
FunctionEmojiPicker
({ onSelect }: Props)
apps/web/ui/EmojiPicker/index.tsx:9
FunctionEmojiPickerModal
({ open, close, onSelect }: Props)
apps/web/ui/EmojiPickerModal/index.tsx:11
FunctionEmpty
({ onInvite, onShare }: Props)
apps/web/ui/ChannelView/Empty/index.tsx:9
FunctionError403
()
apps/web/ui/Error/index.tsx:62
FunctionError404
()
apps/web/ui/Error/index.tsx:66
FunctionError500
()
apps/web/ui/Error/index.tsx:70
FunctionErrorBot
()
apps/web/ui/Error/index.tsx:74
FunctionErrorFallback
()
apps/web/components/layout/PageLayout/ErrorFallback/index.tsx:4
FunctionExample
()
apps/web/pages/faq/index.tsx:68
FunctionExample
({ button, items }: Props)
apps/web/ui/Dropdown/index.tsx:16
← previousnext →1,201–1,300 of 2,204, ranked by callers