Open Issues Need Help
View All on GitHubAI Summary: The task is to implement a maximum width for the content on wider screens to prevent excessive horizontal expansion. This involves adding CSS to constrain the width of the main content area, ensuring responsiveness across different screen sizes. The provided images illustrate the current issue (excessive width) and the desired outcome (constrained width).
The most advanced pandal hopping experience*
AI Summary: Add the 'react-scan' library to the Pujo Atlas project. This likely involves installing the library using npm or yarn, and then integrating it into the existing React codebase. The provided link offers documentation for implementation.
The most advanced pandal hopping experience*
AI Summary: Fix a bug in the Pujo Atlas web application where the 'Go back to the home page' button on 404 pages within the '/app/*' route redirects to the root '/' instead of the correct '/app' route. This requires completing issue #267 first.
The most advanced pandal hopping experience*
AI Summary: This task involves refactoring the routing system of a web application to restrict access to certain routes in the production environment. This includes restructuring the routes object, creating a RouteProvider component, implementing 404 handling for restricted routes based on a beta flag, adding Posthog event tracking for 404 errors, and creating a dummy page for testing.
The most advanced pandal hopping experience*
AI Summary: The task involves removing console.log statements from a Next.js project by configuring the Next.js compiler to exclude 'error', 'warn', and 'info' level logs. This is done to improve the performance and reduce the size of the production build.
The most advanced pandal hopping experience*
AI Summary: Update the project's robots.txt file to disallow access to the CDN/CGI endpoint, as per Cloudflare's recommendation to prevent indexing issues. This involves modifying the robots.txt file to include a `Disallow: /cdn-cgi/` directive.
The most advanced pandal hopping experience*