2 Open Issues Need Help Last updated: Jul 17, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a dark mode toggle in the app's settings. This involves adding a setting option to switch between light and dark themes, improving accessibility and user experience.

Complexity: 3/5
enhancement good first issue accessibility

AI Summary: Improve the API error handling for invalid API keys by changing the response to a 401 Unauthorized status code instead of a generic error. This involves modifying the API code to check for valid keys and return the appropriate HTTP status code.

Complexity: 3/5
bug enhancement good first issue ai-enhanced