Open Issues Need Help
View All on GitHub good first issue type: improvement needs: discussion needs: design input
Add text to map toggle button 3 days ago
good first issue type: improvement
good first issue type: improvement needs: design input
bouts UI should show most recent at top 8 months ago
good first issue
Add loading spinner for bout export about 1 year 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 about 1 year 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