FunctionMedia({
src,
className,
style: baseStyle,
defaultAspectRatio,
mediaClassName,
...props
}: MediaProps)
src/features/media/Media.tsx:21
FunctionNewPostText({
value,
setValue,
onSubmit,
editing,
dismiss,
}: NewPostTextProps)
src/features/post/new/NewPostText.tsx:26
FunctionPersonLink({
person,
opId,
distinguished,
className,
color: _color,
showInstanceWhenRemote,
prefix,
show
src/features/labels/links/PersonLink.tsx:42
FunctionPlayer({
src: potentialSrc,
controls,
className,
progress: showProgress = !controls,
volume = true,
auto
src/features/media/video/Player.tsx:44
FunctionPostDetail({
post,
sort,
commentPath,
threadCommentId,
virtualEnabled,
}: PostDetailProps)
src/features/post/detail/PostDetail.tsx:29
FunctionPostHeader({
post,
onPrependComment,
showPostActions = true,
shouldHide,
constrainHeight = true,
className,
src/features/post/detail/PostHeader.tsx:50
FunctionPostPageContent({
id,
commentPath,
community,
threadCommentId,
className,
}: PostPageParams & { className?: string
src/routes/pages/posts/PostPage.tsx:54