📄️ LMFeedActionFooter
LMFeedActionFooter renders the action buttons and interactive elements in the footer section of feed posts and comments, including like, report, and moderation controls.
📄️ LMFeedActivityHeader
LMFeedActivityHeader renders the header section of the activity feed, displaying navigation controls, filters, and sorting options. It manages the feed's view state and user preferences for content organization.
📄️ LMFeedCreateEditPostMediaRenderer
LMFeedCreateEditPostMediaRenderer handles the rendering of media content in post creation and editing interfaces. It manages the display and preview of images, videos, and other media attachments.
📄️ LMFeedCreatePollDialog
LMFeedCreatePollDialog renders the poll creation interface, allowing users to create polls with multiple options and duration settings. It handles poll question input, option management, and submission.
📄️ LMFeedCreatePost
LMFeedCreatePost renders the post creation interface, providing a form for users to compose new posts with text, media attachments, and polls. It handles media uploads, content validation, and post submission.
📄️ LMFeedCreatePostDialog
LMFeedCreatePostDialog renders the post creation dialog interface, providing a form for users to compose new posts with rich text, media attachments, and polls. It handles post submission and validation.
📄️ LMFeedDataContextProvider
LMFeedDataContextProvider manages the global state and data flow for the feed module. It provides context for post data, user interactions, and feed settings to all child components. It internally renders following components. To customize this wrapper component, you have to customise the mentioned components.
📄️ LMFeedDetails
LMFeedDetails renders the detailed view of a post with its complete content, including media, comments, and interactions. It internally renders following components. To customize this wrapper component, you have to customise the mentioned components.
📄️ LMFeedEditMemberPermissionsDialog
LMFeedEditMemberPermissionsDialog renders the interface for managing member permissions in the feed. It allows administrators to modify user roles, access levels, and moderation capabilities.
📄️ LMFeedLikedMembers
LMFeedLikedMembers displays a list of users who have liked a post, showing their avatars and names. It handles the display of like counts and provides a modal view for viewing all users who have interacted with the post.
📄️ LMFeedMediaUpload
LMFeedMediaUpload handles the media upload functionality for feed posts, supporting multiple file types including images and videos. It manages upload progress, preview generation, and error handling for media attachments.
📄️ LMFeedModerationScreen
LMFeedModerationScreen renders the moderation interface for managing reported content and user actions. It provides tools for reviewing, approving, or rejecting reported posts and comments.
📄️ LMFeedOgTagMediaItem
LMFeedOgTagMediaItem renders Open Graph tag previews for shared links in posts. It displays metadata including title, description, and thumbnail images for linked content.
📄️ LMFeedPostBody
LMFeedPostBody renders the main content section of a feed post, handling the display of text content, media attachments, and embedded links. It supports various content types including text, images, videos, and link previews.
📄️ LMFeedPollDialogPreview
LMFeedPollDialogPreview renders a preview of poll questions and options before submission. It allows users to review and edit poll settings, including question text, options, and duration.
📄️ LMFeedPostCreationProgressBar
LMFeedPostCreationProgressBar renders a progress indicator during post creation, showing the status of media uploads and post submission. It provides visual feedback for long-running operations.
📄️ LMFeedPostFooter
LMFeedPostFooter renders the footer section of a feed post, containing like, comment, and share actions. It manages the interaction states and displays the count of likes and comments for each post.
📄️ LMFeedPostHeader
LMFeedPostHeader renders the header section of a feed post, displaying the author's information, post creation time, and post options menu. It handles the display of user avatars, names, and post metadata.
📄️ LMFeedPostTopicsWrapper
LMFeedPostTopicsWrapper renders the topics/tags section of posts, displaying associated categories and topics. It manages the display and interaction of topic tags and their related metadata.
📄️ LMFeedPosts
LMFeedPosts renders a list of feed posts with their associated content and interactions. It manages post loading, pagination, and real-time updates for the feed stream. It internally renders following components. To customize this wrapper component, you have to customise the mentioned components.
📄️ LMFeedReportPostDialog
LMFeedReportPostDialog renders the post reporting interface, allowing users to report inappropriate content. It provides a list of reporting reasons and handles the submission of report details to the moderation system.
📄️ LMFeedUniversalFeed
LMFeedUniversalFeed renders a unified feed interface that combines various post types and content formats. It manages the display and interaction of different content types in a single, cohesive stream. It internally renders following components. To customize this wrapper component, you have to customise the mentioned components.
📄️ LMFeedAllMembers
LMFeedAllMembers displays a list of all community members with their basic information and profile details.
📄️ LMPostPoll
LMPostPoll renders the poll interface within posts, displaying poll questions, options, and voting results. It manages user voting interactions and real-time result updates.
📄️ LMSocialFeed
LMSocialFeed renders the main social feed interface, displaying a scrollable list of posts with their associated content, interactions, and comments. It manages post loading, pagination, and real-time updates.
📄️ LMQNAFeed
LMQNAFeed renders the Q&A feed interface, displaying questions and answers in a structured format. It manages the display of questions, their answers, and related metadata like voting and status.
📄️ LMQNAFeedDataContextProvider
LMQNAFeedDataContextProvider manages the global state and data flow for the Q&A feed module. It provides context for questions, answers, and related interactions to all child components. It internally renders following components. To customize this wrapper component, you have to customise the mentioned components.
📄️ LMQNAFeedCreatePost
LMQNAFeedCreatePost renders the QnA post creation interface. It provides a specialized form for creating QnA posts with question-specific fields and validation.
📄️ LMQNAFeedCreatePostDialog
LMQNAFeedCreatePostDialog renders the Q&A post creation interface, providing a form for users to create new questions with rich text formatting and media attachments. It handles question submission and validation.
📄️ LMQNAFeedCreatePollDialog
LMQNAFeedCreatePollDialog renders the dialog for creating polls within QnA posts. It provides a specialized interface for adding poll questions and options to QnA content.
📄️ LMQNAFeedDetails
LMQNAFeedDetails renders the detailed view of a Q&A post, showing the question, answers, and related metadata. It manages the display of answer threads, voting, and user interactions. It internally renders following components. To customize this wrapper component, you have to customise the mentioned components.
📄️ LMQNAFeedPostBody
LMQNAFeedPostBody renders the content section of Q&A posts, handling the display of questions, answers, and associated media. It supports rich text formatting and various content types specific to Q&A format.
📄️ LMQNAFeedPostFooter
LMQNAFeedPostFooter renders the footer section of Q&A posts, containing voting, answer count, and interaction controls. It manages the display of post metrics and user interactions specific to Q&A format.
📄️ LMQNAFeedPollDialogPreview
LMQNAFeedPollDialogPreview renders a preview of poll questions and options specifically for Q&A posts. It allows users to review and edit poll settings before attaching them to questions.
📄️ LMQNAFeedPosts
LMQNAFeedPosts renders the list of QnA posts in the feed. It handles the display and interaction of QnA-specific post content, including questions, answers, and related metadata. It internally renders following components. To customize this wrapper component, you have to customise the mentioned components.
📄️ LMQNAFeedUniversalFeed
LMQNAFeedUniversalFeed renders a unified feed interface that combines Q&A posts with regular social feed content. It manages the display and interaction of both question-answer and social post types in a single stream. It internally renders following components. To customize this wrapper component, you have to customise the mentioned components.