mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-09 04:31:15 +01:00
* Add tests for axe violations for the new room list * axe doesn't like a ul/li with roles listbox/option. Changing to div/button as we have elsewhere like RoomListitemView. * Fix RoomListPrimaryFilters test * Justify the items in the primary filter container to get the dropdown button on the right again * Update snapshot * Make the room list itself focusable As the comment said, there was no real reason it needed to be, except that there was because of axe. Probably having the children focusable would be better, but Virtuoso wraps them in more divs which doesn't satisfy axe's requirements since those inner divs are not the scrollable ones. I can't see a better option than this right now. * Update snapshot --------- Co-authored-by: David Baker <dbkr@users.noreply.github.com>