Implement the SpaceAddRoomsScreen. (#4951)

* Update proxies ready for adding rooms to a space.

- ClientProxy.recentlyVisitedRooms to take a filter and to return room proxies.
- Expose SpaceServiceProxy.addChildToSpace.

* Implement the SpaceAddRoomsScreen.

* Fix the designs of the selected carousels.

Add more snapshot tests for inviting users.

* Fix for screen using wrong avatar size.
This commit is contained in:
Doug
2026-01-14 12:07:57 +00:00
committed by GitHub
parent 1457d89953
commit 9b03ceb7c6
61 changed files with 1060 additions and 102 deletions

View File

@@ -623,6 +623,14 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "SoftLogoutScreen_Previews")
}
func testSpaceAddRoomsScreenSelectedItem() async throws {
try await performAccessibilityAudit(named: "SpaceAddRoomsScreenSelectedItem_Previews")
}
func testSpaceAddRoomsScreen() async throws {
try await performAccessibilityAudit(named: "SpaceAddRoomsScreen_Previews")
}
func testSpaceHeaderTopicSheetView() async throws {
try await performAccessibilityAudit(named: "SpaceHeaderTopicSheetView_Previews")
}