Add the initial implementation for managing spaces. (#4963)

This isn't hooked up into the flows yet.
This commit is contained in:
Doug
2026-01-16 15:29:27 +00:00
committed by GitHub
parent b20bd34b52
commit b009b8ed66
33 changed files with 529 additions and 65 deletions

View File

@@ -639,6 +639,10 @@ extension AccessibilityTests {
try await performAccessibilityAudit(named: "SpaceHeaderView_Previews")
}
func testSpaceRemoveChildrenConfirmationView() async throws {
try await performAccessibilityAudit(named: "SpaceRemoveChildrenConfirmationView_Previews")
}
func testSpaceRoomCell() async throws {
try await performAccessibilityAudit(named: "SpaceRoomCell_Previews")
}