Open Issues Need Help
View All on GitHub Add loading spinner for bout export about 2 months ago
AI Summary: Implement a loading spinner and disable the 'export bout' button in the `BoutExport.tsx` component while the JSON and Python script generation is in progress. This will improve user experience by providing visual feedback during the export process.
Complexity:
2/5
good first issue javascript
Hide /seed route in production 2 months ago
AI Summary: The task involves preventing access to the `/seed` route in the production environment of the Orcasound live-listening web application. This requires modifying the frontend code to conditionally render the `/seed` page based on the environment (production vs. development). The backend functionality is already protected by an environment variable, so only the frontend needs adjustment.
Complexity:
2/5
good first issue javascript