New Room List: Change the order of filters to match those on mobile (#30905)

* Change the order of filters to match those on mobile

* Fix jest test

* Update screenshots to include expanded and collapsed list of filters.

* lint
This commit is contained in:
David Langley
2025-09-30 11:35:24 +01:00
committed by GitHub
parent e0df420ade
commit 6562f5ac20
5 changed files with 9 additions and 2 deletions

View File

@@ -72,9 +72,9 @@ describe("RoomListViewModel", () => {
"Unreads",
"People",
"Rooms",
"Favourites",
"Mentions",
"Invites",
"Favourites",
"Low priority",
].entries()) {
expect(vm.current.primaryFilters[i].name).toEqual(name);