Update history visibility UX (#31635)

* Update history visibility UX

* don't change voip strings
This commit is contained in:
David Langley
2026-01-05 12:24:42 +00:00
committed by GitHub
parent 5d1cb24a6c
commit 05e7203f1b
7 changed files with 146 additions and 72 deletions

View File

@@ -74,9 +74,7 @@ test.describe("Roles & Permissions room settings tab", () => {
await settingsGroupAccess.getByText("Private (invite only)").click();
// Element should have automatically set the room to "sharing" history visibility
await expect(
settingsGroupHistory.getByText("Members only (since the point in time of selecting this option)"),
).toBeChecked();
await expect(settingsGroupHistory.getByText("Members (full history)")).toBeChecked();
},
);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 90 KiB