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:
@@ -72,9 +72,9 @@ describe("RoomListViewModel", () => {
|
||||
"Unreads",
|
||||
"People",
|
||||
"Rooms",
|
||||
"Favourites",
|
||||
"Mentions",
|
||||
"Invites",
|
||||
"Favourites",
|
||||
"Low priority",
|
||||
].entries()) {
|
||||
expect(vm.current.primaryFilters[i].name).toEqual(name);
|
||||
|
||||
Reference in New Issue
Block a user