Room list: update the visuals in order to have better contrast (#32421)
* fix(sc): use correct icon size for room list icons * feat(sc): implement new selection and hover design for room list item * feat(sc): set room list item height * chore(sc): add story for long room and message preview * fix(sc): use correct letter-spacing for room list item * feat(sc): use new padding for room list filters * feat(sc): update room list header style * test(sc): update unit tests * test(sc): update visual tests * test: update playwright screenshots * doc: update figma link in item story * test: fix sliding sync test The notification pop up was at the top of the room list filters (less top padding) and it was unable to click on the People filter. * chore: fix `VirtuaalizedRoomListView` comment * test: update playwright screenshot * fix(sc): add ellipsis on room name
This commit is contained in:
@@ -71,7 +71,9 @@ test.describe("Sliding Sync", () => {
|
||||
});
|
||||
|
||||
// Load the user fixture for all tests
|
||||
test.beforeEach(({ user }) => {});
|
||||
test.beforeEach(async ({ app, user }) => {
|
||||
await app.closeNotificationToast();
|
||||
});
|
||||
|
||||
test("should render the Rooms list in reverse chronological order by default and allowing sorting A-Z", async ({
|
||||
page,
|
||||
|
||||
Reference in New Issue
Block a user