Open Issues Need Help
View All on GitHubAI Summary: The 'Install app' button on the application's upper right corner is non-functional, failing to prompt users to install the Progressive Web App (PWA) as expected. This appears to be a regression, as the necessary code for this functionality seems to have been inadvertently deleted.
AI Summary: Users encounter a warning about 'already allocated modules' or 'overriding' when restarting the development server (`npm run dev`) after an initial run and terminal closure. The server still functions, but the warning persists on subsequent restarts, indicating a potential issue with module state management or cleanup.
AI Summary: A user is encountering a "nuxt auth NO SECRET" error when running their server in production, indicating a missing `.env` variable for the Nuxt auth secret. They are unsure why this error appears, as they believe a secret shouldn't be necessary for their setup. The task involves investigating the root cause of this error and then implementing a suitable fix, such as adding the required `.env` variable.
AI Summary: Enhance the Rainbow Roundup application's home page to include an introductory section similar to rrup.org's landing page, while retaining existing functionality and placing the calendar lower on the page. This involves adding a mission statement or introductory text and adjusting the layout to accommodate both the new content and the existing calendar.
AI Summary: Implement a responsive header for the Rainbow Roundup event calendar application. For large screens, the header should display the logo and all navigation items inline, without a hamburger menu. The design should mimic the header found on the rrup.org website.
AI Summary: Temporarily replace the broken image carousel on the Rainbow Roundup homepage with a carousel displaying hardcoded images with LGBT themes. This is a temporary fix for the initial deployment, with plans to implement a more robust solution later.