Open Issues Need Help
View All on GitHub Improve Blog List Component: Show Message When No Blogs Are Available about 1 month ago
enhancement good first issue Easy GSSOC'25
Add Keyboard Navigation Support 2 months ago
AI Summary: Implement keyboard navigation in a Streamlit application to improve accessibility. This involves adding tabindex attributes to interactive elements, handling keyboard events (Enter, Space, arrow keys potentially), ensuring clear focus styles, and thorough testing without mouse interaction. Optional: document keyboard shortcuts.
Complexity:
4/5
enhancement help wanted good first issue GSSOC'25 accessibility frontend
AI Summary: Add a `verbose` parameter to the `AdvancedEmotionDetector` class to control console logging. This involves wrapping existing `print()` statements with conditional logic based on the `verbose` parameter's value, defaulting to `True` for backward compatibility.
Complexity:
2/5
enhancement good first issue Easy GSSOC'25