MCPcopy Create free account

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

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

FunctionOnboardingForm
({ api }: Props)
apps/web/ui/OnboardingForm/index.tsx:21
FunctionOnboardingPage
({ api }: Props)
apps/web/ui/Pages/Onboarding/index.tsx:11
FunctionOverlay
({ onClick, children }: Props)
apps/web/ui/Preview/index.tsx:9
FunctionPage
({ num, curr = false }: { num: number; curr?: boolean })
apps/web/ui/PaginationNumbers/index.tsx:23
FunctionPageLayout
({ className, seo, children, channels: initialChannels, communities, currentChannel, currentComm
apps/web/components/layout/PageLayout/index.tsx:66
FunctionPagination
({ total, page, limit, onPageChange, }: Props)
apps/web/ui/Pagination/index.tsx:14
FunctionPaginationNumbers
({ currentChannel, isSubDomainRouting, settings, page, }: { currentChannel: SerializedChannel; isS
apps/web/ui/PaginationNumbers/index.tsx:7
FunctionPasswordField
({ label, className, id, placeholder, required, }: Props)
apps/web/ui/PasswordField/index.tsx:14
FunctionPasswordInput
({ id, className, name, placeholder, required }: Props)
apps/web/ui/PasswordInput/index.tsx:12
FunctionPermissionsField
({ api }: { api: ApiClient })
apps/web/ui/ProfileForm/PermissionsField/index.tsx:10
FunctionPinIcon
()
apps/web/ui/PinIcon/index.tsx:5
FunctionPinnedSection
({ children, onClick }: Props)
apps/web/ui/ChannelView/PinnedThread/index.tsx:9
FunctionPlansPage
({ channels, communities, permissions, settings, currentCommunity, isSubDomainRouting, dms, }: P
apps/web/components/Pages/Plans/index.tsx:22
FunctionPlansView
({ currentCommunity, api, }: { currentCommunity: SerializedAccount; api: ApiClient; })
apps/web/ui/PlansView/index.tsx:11
FunctionPortal
({ id, children }: Props)
apps/web/ui/Portal/index.tsx:10
FunctionPostHogUser
()
apps/web/components/PostHogUser.tsx:5
FunctionPoweredByLinen
({ className }: Props)
apps/web/ui/PoweredByLinen/index.tsx:8
FunctionPremiumCard
({ children, isPremium = false, className = '', }: { children: React.ReactNode; isPremium?: boolean;
apps/web/ui/BrandingView/PremiumCard/index.tsx:26
FunctionPrivacy
()
apps/web/pages/legal/privacy/index.tsx:6
FunctionPrivacy
()
apps/web/pages/legal/terms/index.tsx:7
FunctionPrivacy
()
apps/web/pages/legal/cla/index.tsx:5
FunctionProfile
()
apps/web/components/Pages/Profile/index.tsx:7
FunctionProfileForm
({ currentUser, onSubmit, onUpload, api, }: Props)
apps/web/ui/ProfileForm/index.tsx:22
FunctionProgress
({ max, value, children }: Props)
apps/web/ui/Progress/index.tsx:10
FunctionProgressModal
({ open, close, progress, header, description, }: Props)
apps/web/ui/ProgressModal/index.tsx:15
FunctionQAPageJsonLd
({ type = 'QAPage', keyOverride, mainEntity, ...rest }: QAPageJsonLdProps)
apps/web/utilities/seo/QAPageJsonLd.tsx:33
FunctionQuote
({ children }: Props)
apps/web/ui/Message/Quote/index.tsx:8
FunctionRSSFeed
()
apps/web/pages/rss.xml/index.tsx:7
FunctionRSSFeed
()
apps/web/pages/atom.xml/index.tsx:7
FunctionRadio
({ checked, onChange }: Props)
apps/web/ui/Radio/index.tsx:10
FunctionReaction
({ type: initialType, count, active }: Props)
apps/web/ui/Message/Reactions/Reaction/index.tsx:19
FunctionReactions
({ reactions, currentUser }: Props)
apps/web/ui/Message/Reactions/index.tsx:11
FunctionRecentTopics
({ threads, topics, currentUser, onTopicClick, }: Props)
apps/web/ui/NavBar/Desktop/ChannelsGroup/RecentTopics/index.tsx:38
FunctionReminderModal
({ open, close, onConfirm }: Props)
apps/web/ui/ReminderModal/index.tsx:15
FunctionRemoveCommunity
({ currentCommunity, api, }: { currentCommunity: SerializedAccount; api: ApiClient; })
apps/web/ui/ConfigurationsView/RemoveCommunity/index.tsx:13
FunctionResetPassword
({ token }: { token: string })
apps/web/ui/Auth/index.tsx:384
FunctionRow
({ className, thread, topic, permissions, isBot = false, isSubDomainRouting, settings, current
apps/web/ui/Row/index.tsx:88
FunctionRow
({ thread, selected, active, onClick, onRead, onMute, onStar, onRemind, currentUser, activ
apps/web/ui/Pages/Inbox/Row/index.tsx:21
FunctionRow
({ thread, active, onClick, onRead, onMute, onRemind, onUnstar, currentUser, activeUsers, }:
apps/web/ui/Pages/All/Row/index.tsx:19
FunctionRow
({ thread, active, onClick, onRead, onMute, onRemind, onUnstar, currentUser, activeUsers, }:
apps/web/ui/Pages/Starred/Row/index.tsx:20
FunctionRow
({ className, thread, selected, active, children, onClick, isAuthorActive, }: Props)
apps/web/ui/UserMessage/Summary/index.tsx:19
FunctionRow
({ className, thread, message, isUserActive, isBot = false, isSubDomainRouting, currentUser, s
apps/web/ui/GridRow/index.tsx:164
FunctionRowMember
({ user, onChangeMember, onDeleteMember, }: { user: MembersType; onChangeMember: (id: string, role:
apps/web/ui/MembersView/index.tsx:141
FunctionRowSkeleton
()
apps/web/ui/RowSkeleton/index.tsx:5
FunctionSEO
({ description, image = 'https://static.main.linendev.com/logos/linen-black-logo.svg', url, title = 'L
apps/web/components/layout/SEO.tsx:11
FunctionScrollToBottomIcon
({ show, onClick }: Props)
apps/web/ui/ChannelView/ScrollToBottomIcon/index.tsx:11
FunctionSearchBar
({ className, brandColor, channels = [], accountId, api, handleSelect, }: { className?: string;
apps/web/ui/SearchBar/index.tsx:22
FunctionSearchBox
({ queryHook, searchAsYouType = true, translations, ...props }: SearchBoxProps)
apps/web/ui/Typesense/SearchBox.tsx:36
FunctionSearchBox
({ formRef, inputRef, isSearchStalled, onChange, onReset, onSubmit, placeholder, value, auto
apps/web/ui/Typesense/ui/SearchBox/index.tsx:139
FunctionSessionProvider
(props: SessionProviderProps)
packages/auth-client/src/client/index.tsx:365
FunctionShowIntegrationDetail
({ api, channel, isUserAuthenticated, }: { api: ApiClient; channel: SerializedChannel | null; isUs
apps/web/ui/IntegrationsModal/index.tsx:264
FunctionShowUsers
({ communityId, setUsers, users, removeUser, currentUser, api, focus = true, }: { communityId:
apps/web/ui/ShowUsers/index.tsx:11
FunctionSidebarLayout
({ left, right, leftRef, rightRef, leftClassName, rightClassName, onLeftScroll, onRightScroll,
apps/web/ui/Layouts/Shared/SidebarLayout/index.tsx:17
FunctionSignIn
({ csrfToken, callbackUrl, state, withLayout = true, showSignUp, onSignIn, redirectFn, origin,
apps/web/ui/Auth/index.tsx:63
FunctionSignUp
({ csrfToken, callbackUrl, state, withLayout = true, showSignIn, onSignIn, sso, redirectFn,
apps/web/ui/Auth/index.tsx:211
FunctionSitemap
({ communities }: Props)
apps/web/pages/sitemap/index.tsx:28
FunctionSlackIcon
({ size = '14px', style = {}, color, }: { color?: string; size?: string; style?: any; })
apps/web/ui/SlackIcon/index.tsx:3
FunctionSlackImportRow
({ currentCommunity, api, }: { currentCommunity: SerializedAccount; api: ApiClient; })
apps/web/ui/ConfigurationsView/SlackImportRow/index.tsx:11
FunctionSpinner
({ className }: Props)
apps/web/ui/Spinner/index.tsx:9
FunctionSplitLayout
({ left, right }: Props)
apps/web/ui/SplitLayout/index.tsx:9
FunctionStickyHeader
({ id, className, children }: Props)
apps/web/ui/StickyHeader/index.tsx:13
FunctionSubtitle
({ children }: Props)
apps/web/ui/StickyHeader/Subtitle/index.tsx:8
FunctionSuggestion
({ body, format, mentions, user, channelName, active, }: Props)
apps/web/ui/Suggestion/index.tsx:17
FunctionSuggestions
({ className, users, onSelect }: Props)
apps/web/ui/Suggestions/index.tsx:13
FunctionSummary
({ thread }: Props)
apps/web/ui/Thread/Summary/index.tsx:11
FunctionSymbol
({ text }: Props)
apps/web/ui/Symbol/index.tsx:11
FunctionSyncOptions
({ syncOpt, setSyncOpt, setDateFrom, }: { syncOpt: string; setSyncOpt(prop: 'since-all' | 'since-dat
apps/web/ui/ConfigurationsView/CommunityIntegrationRow/index.tsx:173
FunctionTab
({ active, id, header, onClick }: Props)
apps/web/ui/Tab/index.tsx:12
FunctionTable
({ monospaced, children }: Props)
apps/web/ui/Table/index.tsx:10
FunctionTableMembers
({ users, onChangeMember, onDeleteMember, }: { users: MembersType[]; onChangeMember: (id: string, ro
apps/web/ui/MembersView/index.tsx:88
FunctionTabs
({ items }: Props)
apps/web/ui/Tabs/index.tsx:16
FunctionTbody
({ children }: Props)
apps/web/ui/Tbody/index.tsx:8
FunctionTd
({ children }: Props)
apps/web/ui/Td/index.tsx:8
FunctionText
({ value }: Props)
apps/web/ui/Message/Text/index.tsx:8
FunctionTextAvatar
({ className, size, shadow, text, active, onClick, }: Props)
apps/web/ui/Avatar/index.tsx:32
FunctionTextField
({ className, label, id, type, placeholder, value, defaultValue, required, disabled = false,
apps/web/ui/TextField/index.tsx:23
FunctionTextInput
({ className, type, id, name, placeholder, required, label, defaultValue, value, style,
apps/web/ui/TextInput/index.tsx:35
FunctionTextarea
({ name, id, placeholder, defaultValue, label, hidden, rows = 6, maxLength, onChange, }: Pro
apps/web/ui/Textarea/index.tsx:17
FunctionTh
({ children }: Props)
apps/web/ui/Th/index.tsx:8
FunctionThead
({ children }: Props)
apps/web/ui/Thead/index.tsx:8
FunctionThread
({ thread, channelId, channelName, currentCommunity, isBot, isSubDomainRouting, settings, perm
apps/web/ui/Thread/index.tsx:94
FunctionThreadPage
({ thread, channels, communities, currentChannel, currentCommunity, isBot, isSubDomainRouting,
apps/web/components/Pages/ThreadPage/index.tsx:10
FunctionThreadView
({ thread, currentChannel, currentCommunity, isBot, isSubDomainRouting, settings, permissions,
apps/web/ui/ThreadView/index.tsx:27
FunctionTiers
({ currentCommunity, tiers, activePeriod, }: Props)
apps/web/ui/Tiers/index.tsx:27
FunctionTitle
({ title, state, manage, onSetTitle }: Props)
apps/web/ui/Thread/Header/Title/index.tsx:23
FunctionTitle
({ thread }: Props)
apps/web/ui/UserMessage/Summary/Title/index.tsx:54
FunctionTitle
({ children }: Props)
apps/web/ui/StickyHeader/Title/index.tsx:8
FunctionToggle
({ checked, onChange }: Props)
apps/web/ui/Toggle/index.tsx:10
FunctionToggleIcon
({ dms, show, }: { dms: SerializedChannel[]; show: boolean; })
apps/web/ui/NavBar/Desktop/DMs/index.tsx:28
FunctionTooltip
({ className, text, position, children, offset, }: Props)
apps/web/ui/Tooltip/index.tsx:27
FunctionTopicIcon
({ mentions }: { mentions: string[] })
apps/web/ui/NavBar/Desktop/ChannelsGroup/RecentTopics/index.tsx:28
FunctionTypesenseSearch
({ apiKey, indexName = 'threads', searchClient, settings, routing, middlewares, isSubDomainRouti
apps/web/ui/Typesense/index.tsx:18
FunctionTypingFunctions
({ isUserTyping, setUserTyping, userTyping, currentUser, }: { isUserTyping: boolean; setUserTyping
apps/web/ui/Thread/UsersTyping.tsx:37
FunctionURLs
({ currentCommunity, api }: Props)
apps/web/ui/ConfigurationsView/UrlsRow/index.tsx:34
FunctionURLsCard
({ title, subtitle, textFieldOptions, }: { title: string; subtitle: string; textFieldOptions: any;
apps/web/ui/ConfigurationsView/UrlsRow/index.tsx:9
FunctionUpgradeButton
({ className, InternalLink, label, }: { className?: string; InternalLink: (args: any) => JSX.Element
apps/web/ui/Header/UpgradeButton/index.tsx:6
FunctionUserAvatar
({ currentUser, signOut, api }: Props)
apps/web/ui/Header/UserAvatar/index.tsx:23
FunctionUserModal
({ open, close, user, isUserActive, children, }: Props)
apps/web/ui/UserModal/index.tsx:15
FunctionUsersContext
({ children }: Props)
packages/contexts/src/Users.tsx:11
FunctionUsersTyping
({ currentUser, ...rest }: { usersTyping: string[]; currentUser?: SerializedUser | null; })
apps/web/ui/Thread/UsersTyping.tsx:6
← previousnext →1,401–1,500 of 2,204, ranked by callers