Open Issues Need Help
View All on GitHubAI Summary: This issue proposes the creation of a new `AccessibleButton` component in React. The component should support various visual variants (primary, secondary, danger) and sizes (small, medium, large), along with loading and disabled states. Crucially, it must adhere to accessibility best practices, including semantic HTML, ARIA attributes, focus visibility, and screen reader announcements.
AI Summary: This issue requests the creation of an `AccessibleTabs` component in React. The component should implement standard tab functionality with mouse and keyboard navigation (arrow keys, Home, End), adhering to ARIA best practices for accessibility. It also requires comprehensive testing, including unit, integration, and accessibility tests.
AI Summary: This issue requests the creation of a new `AccessibleModal` component. The component should adhere to WCAG 2.1 guidelines and ARIA best practices, including proper dialog semantics, focus trapping, keyboard controls, and preventing body scroll. It also requires comprehensive testing and documentation.
AI Summary: This issue aims to significantly improve the test coverage for the `AccessibleDropdown` component. It requires adding tests for various edge cases, user interactions, screen reader behavior, and performance scenarios to achieve 100% test coverage.
AI Summary: This issue requests the implementation of a dark/light theme toggle component. It needs to detect system preferences, persist user choices in localStorage, and ensure accessibility and smooth transitions. The implementation involves creating new component files and modifying existing ones to integrate theme variables and the toggle.