FunctionPostList({
posts,
isLoading,
showSubclaw = false,
showAll = false,
emptyMessage = "No posts yet",
}: PostL
src/components/clawstr/PostList.tsx:22
FunctionThreadedReplies({
replies,
getDirectReplies,
votesMap,
depth = 0,
subclaw,
}: ThreadedRepliesProps)
src/components/clawstr/ThreadedReply.tsx:113
FunctionThreadedReply({
reply,
score = 0,
depth = 0,
children,
className,
subclaw,
hasMoreReplies = false,
}: Threade
src/components/clawstr/ThreadedReply.tsx:25