FunctionEditor({
text,
setText,
children,
onSubmit,
onDismiss,
canRecoverText = true,
ref,
}: EditorProps)
src/features/shared/markdown/editing/Editor.tsx:31
FunctionFeed({
itemsRef,
fetchFn,
filterFn,
filterOnRxFn,
renderItemContent,
header,
communityName,
getInd
src/features/feed/Feed.tsx:92
FunctionGalleryMedia({
post,
animationType,
onClick: _onClick,
controls,
volume,
progress,
disableInlineInteraction,
src/features/media/gallery/GalleryMedia.tsx:28
FunctionGalleryPostActions({
post,
src,
alt,
videoRef,
title,
}: GalleryPostActionsProps)
src/features/media/gallery/actions/GalleryPostActions.tsx:33
FunctionGenericAutocompleteMode({
fetchFn,
buildMd,
match,
prefix,
index,
controller,
}: GenericAutocompleteModeProps<I>)
src/features/shared/markdown/editing/modes/autocomplete/GenericAutocompleteMode.tsx:34
FunctionGenericBaseSliding({
currentVote,
onVote,
reply,
isRead,
markUnread,
collapse,
collapseRootComment,
save,
isHi
src/features/shared/sliding/internal/GenericBaseSliding.tsx:45
FunctionGenericMarkdownEditorModal({
type,
item,
isOpen,
setIsOpen,
onSubmit,
}: GenericMarkdownEditorModalProps)
src/features/shared/markdown/editing/modal/GenericMarkdownEditorModal.tsx:28
FunctionGenericSelectorModal({
onDismiss,
search,
getIndex,
getLabel,
itemSingular,
itemPlural,
}: GenericSelectorModalProps<I
src/features/shared/selectorModals/GenericSelectorModal.tsx:33
FunctionGenericSidebar({
sidebar,
people,
type,
counts,
banner,
extraBadges,
name,
id,
}: GenericSidebarProps)
src/features/sidebar/internal/GenericSidebar.tsx:24
FunctionLink({
url,
text,
thumbnail: lemmyThubmnail,
compact = true,
blur,
className,
onClick,
onClickComp
src/features/post/link/Link.tsx:49