Open Issues Need Help
View All on GitHubAI Summary: Implement a bottom navigation bar for the mobile UI of the YouTube-Twitter clone application. This bar should provide easy access to key features such as the user profile, subscriptions, and settings, which are currently missing from the mobile experience.
AI Summary: Implement a share button functionality that allows users to share video URLs via various platforms (e.g., email, social media). Currently, only the URL is copied to the clipboard; the task is to enhance this to provide a more user-friendly sharing experience, potentially integrating with social media APIs or offering multiple sharing options.
AI Summary: The task requires fixing a security vulnerability in a MERN stack social media application. Users should not be able to access other users' channel videos without proper authorization. This likely involves implementing or strengthening authentication and authorization checks on the backend (Node.js, Express.js) to ensure only the owner of a channel can view and manage its videos. Frontend (Next.js, React) adjustments might also be needed to prevent unauthorized access attempts.
AI Summary: Implement responsive design for the existing YouTube-Twitter clone application to ensure optimal user experience across various screen sizes, particularly mobile devices. This involves adapting the existing UI components and layout to gracefully handle different screen resolutions and orientations.