Open Issues Need Help
View All on GitHub add dark mode toggle in settings about 1 month ago
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
Improve error message for invalid API key about 2 months ago
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